Class CompositeRenderable.Transforms
java.lang.Object
net.minecraftforge.client.model.renderable.CompositeRenderable.Transforms
- Enclosing class:
- CompositeRenderable
A context value that provides 
Matrix4f transforms for certain parts of the model.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final CompositeRenderable.TransformsA default instance that has no transforms specified.private final com.google.common.collect.ImmutableMap<String,org.joml.Matrix4f> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateTransforms(com.google.common.collect.ImmutableMap<String, org.joml.Matrix4f> parts) 
- 
Method SummaryModifier and TypeMethodDescription@Nullable org.joml.Matrix4fgetTransform(String part) Builds a MultipartTransforms object with the given mapping.
- 
Field Details- 
EMPTYA default instance that has no transforms specified.
- 
parts
 
- 
- 
Constructor Details- 
Transforms
 
- 
- 
Method Details- 
ofpublic static CompositeRenderable.Transforms of(com.google.common.collect.ImmutableMap<String, org.joml.Matrix4f> parts) Builds a MultipartTransforms object with the given mapping.
- 
getTransform
 
-