Class ComposedModelState
java.lang.Object
net.neoforged.neoforge.client.model.ComposedModelState
- All Implemented Interfaces:
ModelState
Implementation of
ModelState
which prepends an additional transform onto the incoming ModelState
.-
Field Summary
FieldsFields inherited from interface net.minecraft.client.resources.model.ModelState
NO_TRANSFORM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Matrix4fc
faceTransformation
(Direction side) org.joml.Matrix4fc
-
Field Details
-
parent
-
transformation
-
-
Constructor Details
-
ComposedModelState
-
-
Method Details
-
transformation
- Specified by:
transformation
in interfaceModelState
-
faceTransformation
- Specified by:
faceTransformation
in interfaceModelState
-
inverseFaceTransformation
- Specified by:
inverseFaceTransformation
in interfaceModelState
-