Class ModelBuilder.TransformsBuilder.TransformVecBuilder
java.lang.Object
net.minecraftforge.client.model.generators.ModelBuilder.TransformsBuilder.TransformVecBuilder
- Enclosing class:
- ModelBuilder.TransformsBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) ItemTransform
build()
end()
leftRotation
(float x, float y, float z) rightRotation
(float x, float y, float z) rotation
(float x, float y, float z) scale
(float sc) scale
(float x, float y, float z) translation
(float x, float y, float z)
-
Field Details
-
rotation
-
translation
-
scale
-
rightRotation
-
-
Constructor Details
-
TransformVecBuilder
TransformVecBuilder(ItemTransforms.TransformType type)
-
-
Method Details
-
rotation
-
leftRotation
public ModelBuilder<T>.TransformsBuilder.TransformVecBuilder leftRotation(float x, float y, float z) -
translation
-
scale
-
scale
-
rightRotation
public ModelBuilder<T>.TransformsBuilder.TransformVecBuilder rightRotation(float x, float y, float z) -
build
ItemTransform build() -
end
-