Class ModelBuilder.TransformsBuilder.TransformVecBuilder
java.lang.Object
io.github.vampirestudios.vampirelib.api.datagen.ModelBuilder.TransformsBuilder.TransformVecBuilder
- Enclosing class:
- ModelBuilder.TransformsBuilder
-
Method Summary
Modifier and TypeMethodDescriptionend()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)
-
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) -
end
-