Interface IModelTransform
-
- All Superinterfaces:
IForgeModelTransform
- All Known Implementing Classes:
B3DLoader.B3DState,ModelRotation,ModelTransformComposition,SimpleModelTransform,Variant
public interface IModelTransform extends IForgeModelTransform
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TransformationMatrixgetRotation()default booleanisUvLocked()-
Methods inherited from interface net.minecraftforge.client.extensions.IForgeModelTransform
getPartTransformation
-
-
-
-
Method Detail
-
getRotation
default TransformationMatrix getRotation()
-
isUvLocked
default boolean isUvLocked()
-
-