Uses of Class
net.minecraftforge.client.model.generators.BlockModelBuilder.RootTransformBuilder
Packages that use BlockModelBuilder.RootTransformBuilder
-
Uses of BlockModelBuilder.RootTransformBuilder in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators declared as BlockModelBuilder.RootTransformBuilderModifier and TypeFieldDescriptionprivate final BlockModelBuilder.RootTransformBuilder
BlockModelBuilder.rootTransform
Methods in net.minecraftforge.client.model.generators that return BlockModelBuilder.RootTransformBuilderModifier and TypeMethodDescriptionBlockModelBuilder.RootTransformBuilder.leftRotation
(float x, float y, float z, boolean isDegrees) Sets the left rotation of the root transform.BlockModelBuilder.RootTransformBuilder.leftRotation
(Quaternion leftRotation) Sets the left rotation of the root transform.Sets the origin of the root transform.BlockModelBuilder.RootTransformBuilder.origin
(BlockModelBuilder.RootTransformBuilder.TransformOrigin origin) Sets the origin of the root transform.BlockModelBuilder.RootTransformBuilder.postRotation
(float x, float y, float z, boolean isDegrees) Sets the right rotation of the root transform.BlockModelBuilder.RootTransformBuilder.postRotation
(Quaternion postRotation) Sets the right rotation of the root transform.BlockModelBuilder.RootTransformBuilder.rightRotation
(float x, float y, float z, boolean isDegrees) Sets the right rotation of the root transform.BlockModelBuilder.RootTransformBuilder.rightRotation
(Quaternion rightRotation) Sets the right rotation of the root transform.BlockModelBuilder.rootTransform()
BlockModelBuilder.RootTransformBuilder.rotation
(float x, float y, float z, boolean isDegrees) Sets the left rotation of the root transform.BlockModelBuilder.RootTransformBuilder.rotation
(Quaternion rotation) Sets the left rotation of the root transform.BlockModelBuilder.RootTransformBuilder.scale
(float scale) Sets the scale of the root transform.BlockModelBuilder.RootTransformBuilder.scale
(float xScale, float yScale, float zScale) Sets the scale of the root transform.Sets the scale of the root transform.BlockModelBuilder.RootTransformBuilder.transform
(Transformation transformation) Sets the root transform.BlockModelBuilder.RootTransformBuilder.translation
(float x, float y, float z) Sets the translation of the root transform.BlockModelBuilder.RootTransformBuilder.translation
(Vector3f translation) Sets the translation of the root transform.