BlockModelBuilder.RootTransformBuilder.leftRotation(float x,
float y,
float z,
boolean isDegrees)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the left rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.leftRotation(org.joml.Quaternionf leftRotation)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the left rotation of the root transform.
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the origin of the root transform.
BlockModelBuilder.RootTransformBuilder.origin(org.joml.Vector3f origin)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the origin of the root transform.
BlockModelBuilder.RootTransformBuilder.postRotation(float x,
float y,
float z,
boolean isDegrees)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the right rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.postRotation(org.joml.Quaternionf postRotation)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the right rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.rightRotation(float x,
float y,
float z,
boolean isDegrees)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the right rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.rightRotation(org.joml.Quaternionf rightRotation)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the right rotation of the root transform.
Deprecated, for removal: This API element is subject to removal in a future version.
BlockModelBuilder.RootTransformBuilder.rotation(float x,
float y,
float z,
boolean isDegrees)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the left rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.rotation(org.joml.Quaternionf rotation)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the left rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.scale(float scale)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the scale of the root transform.
BlockModelBuilder.RootTransformBuilder.scale(float xScale,
float yScale,
float zScale)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the scale of the root transform.
BlockModelBuilder.RootTransformBuilder.scale(org.joml.Vector3f scale)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the scale of the root transform.
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the root transform.
BlockModelBuilder.RootTransformBuilder.translation(float x,
float y,
float z)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the translation of the root transform.
BlockModelBuilder.RootTransformBuilder.translation(org.joml.Vector3f translation)
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the translation of the root transform.
ModelBuilder.rootTransforms()
instead