Package net.minecraft.client.model.geom
Class PartPose
java.lang.Object
net.minecraft.client.model.geom.PartPose
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PartPose
(float x, float y, float z, float xRot, float yRot, float zRot) -
Method Summary
-
Field Details
-
ZERO
-
x
public final float x -
y
public final float y -
z
public final float z -
xRot
public final float xRot -
yRot
public final float yRot -
zRot
public final float zRot
-
-
Constructor Details
-
PartPose
private PartPose(float x, float y, float z, float xRot, float yRot, float zRot)
-
-
Method Details
-
offset
-
rotation
-
offsetAndRotation
public static PartPose offsetAndRotation(float x, float y, float z, float xRot, float yRot, float zRot)
-