Class BlockModelRotation
java.lang.Object
net.minecraft.client.resources.model.BlockModelRotation
- All Implemented Interfaces:
ModelState,ModelStateExtension
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<OctahedralGroup, BlockModelRotation> static final BlockModelRotation(package private) final OctahedralGroup(package private) final Transformationprivate final BlockModelRotation.WithUvLockFields inherited from interface net.minecraft.client.resources.model.ModelState
NO_TRANSFORM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockModelRotationget(OctahedralGroup group) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.resources.model.ModelState
faceTransformation, inverseFaceTransformationMethods inherited from interface net.neoforged.neoforge.client.extensions.ModelStateExtension
mayApplyArbitraryRotation
-
Field Details
-
BY_GROUP_ORDINAL
-
IDENTITY
-
orientation
-
transformation
-
faceMapping
-
inverseFaceMapping
-
withUvLock
-
-
Constructor Details
-
BlockModelRotation
-
-
Method Details
-
transformation
- Specified by:
transformationin interfaceModelState
-
get
-
withUvLock
-
toString
-