net.minecraft.core

public class Rotations

ki
net.minecraft.core.Rotations
net.minecraft.class_2379
net.minecraft.util.math.EulerAngle
net.minecraft.core.Vector3f

Field summary

Modifier and TypeField
public static final StreamCodec<io.netty.buffer.ByteBuf, Rotations>
a
STREAM_CODEC
field_48452
PACKET_CODEC
protected final float
b
x
field_11165
pitch
protected final float
c
y
field_11164
yaw
protected final float
d
z
field_11163
roll

Constructor summary

ModifierConstructor
public (float pitch, float yaw, float roll)
public (ListTag serialized)

Method summary

Modifier and TypeMethod
public ListTag
a()
save()
method_10255()
toNbt()
public float
b()
getX()
method_10256()
getPitch()
public float
c()
getY()
method_10257()
getYaw()
public float
d()
getZ()
method_10258()
getRoll()
public float
e()
getWrappedX()
method_35845()
getWrappedPitch()
public float
f()
getWrappedY()
method_35846()
getWrappedYaw()
public float
g()
getWrappedZ()
method_35847()
getWrappedRoll()