net.minecraft.util.math

public record EulerAngle

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

Field summary

Modifier and TypeField
private final float
x
x
comp_3776
pitch
private final float
y
y
comp_3777
yaw
private final float
z
z
comp_3778
roll
public static final com.mojang.serialization.Codec<EulerAngle>
CODEC
CODEC
field_57040
CODEC
public static final PacketCodec<io.netty.buffer.ByteBuf, EulerAngle>
STREAM_CODEC
STREAM_CODEC
field_48452
PACKET_CODEC

Constructor summary

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

Method summary

Modifier and TypeMethod
public float
x()
x()
comp_3776()
pitch()
public float
y()
y()
comp_3777()
yaw()
public float
z()
z()
comp_3778()
roll()