Class B3DModel.Key
- java.lang.Object
-
- net.minecraftforge.client.model.b3d.B3DModel.Key
-
- Enclosing class:
- B3DModel
public static class B3DModel.Key extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Key(Vector3f pos, Vector3f scale, Quaternion rot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3f
getPos()
Quaternion
getRot()
Vector3f
getScale()
java.lang.String
toString()
-
-
-
Field Detail
-
pos
@Nullable private final Vector3f pos
-
scale
@Nullable private final Vector3f scale
-
rot
@Nullable private final Quaternion rot
-
-
Constructor Detail
-
Key
public Key(@Nullable Vector3f pos, @Nullable Vector3f scale, @Nullable Quaternion rot)
-
-
Method Detail
-
getPos
@Nullable public Vector3f getPos()
-
getScale
@Nullable public Vector3f getScale()
-
getRot
@Nullable public Quaternion getRot()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-