Class SimpleModelState
java.lang.Object
de.mrjulsen.mcdragonlib.fabric.client.model.geometry.SimpleModelState
- All Implemented Interfaces:
net.minecraft.client.resources.model.ModelState
public final class SimpleModelState
extends Object
implements net.minecraft.client.resources.model.ModelState
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleModelState(com.mojang.math.Transformation transformation) SimpleModelState(com.mojang.math.Transformation transformation, boolean uvLocked) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.math.Transformationboolean
-
Constructor Details
-
SimpleModelState
public SimpleModelState(com.mojang.math.Transformation transformation, boolean uvLocked) -
SimpleModelState
public SimpleModelState(com.mojang.math.Transformation transformation)
-
-
Method Details
-
getRotation
public com.mojang.math.Transformation getRotation()- Specified by:
getRotationin interfacenet.minecraft.client.resources.model.ModelState
-
isUvLocked
public boolean isUvLocked()- Specified by:
isUvLockedin interfacenet.minecraft.client.resources.model.ModelState
-