public class Variant extends java.lang.Object implements IModelTransform
修飾子とタイプ | クラスと説明 |
---|---|
static class |
Variant.Deserializer |
コンストラクタと説明 |
---|
Variant(ResourceLocation modelLocationIn,
TransformationMatrix rotationIn,
boolean uvLockIn,
int weightIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
ResourceLocation |
getModelLocation() |
TransformationMatrix |
getRotation() |
int |
getWeight() |
int |
hashCode() |
boolean |
isUvLock() |
java.lang.String |
toString() |
getPartTransformation
public Variant(ResourceLocation modelLocationIn, TransformationMatrix rotationIn, boolean uvLockIn, int weightIn)
public ResourceLocation getModelLocation()
public TransformationMatrix getRotation()
getRotation
インタフェース内 IModelTransform
public boolean isUvLock()
isUvLock
インタフェース内 IModelTransform
public int getWeight()
public java.lang.String toString()
toString
クラス内 java.lang.Object
public boolean equals(java.lang.Object p_equals_1_)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object