Package net.minecraft.core
Class Rotations
java.lang.Object
net.minecraft.core.Rotations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamCodec
<io.netty.buffer.ByteBuf, Rotations> protected final float
Rotation on the X axisprotected final float
Rotation on the Y axisprotected final float
Rotation on the Z axis -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STREAM_CODEC
-
x
protected final float xRotation on the X axis -
y
protected final float yRotation on the Y axis -
z
protected final float zRotation on the Z axis
-
-
Constructor Details
-
Rotations
public Rotations(float pX, float pY, float pZ) -
Rotations
-
-
Method Details