Package org.aincraft

Interface BlockModelData

All Superinterfaces:
net.kyori.adventure.key.Keyed

@AvailableSince("1.0.4") public interface BlockModelData extends net.kyori.adventure.key.Keyed
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull BlockModelData.Builder
    builder(net.kyori.adventure.key.Key key)
     
    net.kyori.adventure.key.Key
     
    org.joml.Quaternionf
     
    org.joml.Quaternionf
     
    org.joml.Vector3f
     
    org.joml.Vector3f
     

    Methods inherited from interface net.kyori.adventure.key.Keyed

    key
  • Method Details

    • builder

      @NotNull @AvailableSince("1.0.4") static @NotNull BlockModelData.Builder builder(net.kyori.adventure.key.Key key)
    • translation

      org.joml.Vector3f translation()
    • scale

      org.joml.Vector3f scale()
    • leftRotation

      org.joml.Quaternionf leftRotation()
    • rightRotation

      org.joml.Quaternionf rightRotation()
    • itemModel

      net.kyori.adventure.key.Key itemModel()