implements Packet<ClientGamePacketListener>
| afq | |
| net.minecraft.network.protocol.game.ClientboundPlayerRotationPacket | |
| net.minecraft.class_10265 | |
| net.minecraft.network.packet.s2c.play.PlayerRotationS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final float |
| ||||||||
| private final boolean |
| ||||||||
| private final float |
| ||||||||
| private final boolean |
| ||||||||
| public static final StreamCodec<FriendlyByteBuf, ClientboundPlayerRotationPacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (float yaw, boolean relativeYaw, float pitch, boolean relativePitch) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public PacketType<ClientboundPlayerRotationPacket> |
| ||||||||
| public void |
| ||||||||
| public float |
| ||||||||
| public boolean |
| ||||||||
| public float |
| ||||||||
| public boolean |
|