net.minecraft.util.math

public class Rotation

df
net.minecraft.class_2563
net.minecraft.util.math.Rotation
net.minecraft.util.math.Rotations

Field summary

Modifier and TypeField
protected final float
a
field_11529
pitch
x
protected final float
b
field_11530
yaw
y
protected final float
c
field_11531
roll
z

Constructor summary

ModifierConstructor
public (float pitch, float yaw, float roll)
public (NbtList nbt)

Method summary

Modifier and TypeMethod
public NbtList
a()
method_10563()
toNbt()
writeToNBT()
public float
b()
method_10564()
getPitch()
getX()
public float
c()
method_10565()
getYaw()
getY()
public float
d()
method_10566()
getRoll()
getZ()