Package org.aincraft
Interface BlockModelData.Builder
- Enclosing interface:
BlockModelData
public static interface BlockModelData.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()itemModel(net.kyori.adventure.key.Key itemModel) leftRotation(org.joml.Quaternionf leftRotation) rightRotation(org.joml.Quaternionf rightRotation) scale(org.joml.Vector3f scale) translation(org.joml.Vector3f translation)
-
Method Details
-
translation
-
scale
-
leftRotation
-
rightRotation
-
itemModel
-
build
BlockModelData build()
-