implements Packet<ClientGamePacketListener>
| afp | |
| net.minecraft.network.protocol.game.ClientboundPlayerPositionPacket | |
| net.minecraft.class_2708 | |
| net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||
| private final PositionMoveRotation |
| ||||||||
| private final Set<Relative> |
| ||||||||
| public static final StreamCodec<FriendlyByteBuf, ClientboundPlayerPositionPacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int teleportId, PositionMoveRotation change, Set<Relative> relatives) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static ClientboundPlayerPositionPacket |
| ||||||||
| public PacketType<ClientboundPlayerPositionPacket> |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public PositionMoveRotation |
| ||||||||
| public Set<Relative> |
|