implements Packet<ClientGamePacketListener>
| agc | |
| net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket | |
| net.minecraft.class_2777 | |
| net.minecraft.unmapped.C_qlsxyesm | |
| net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket | |
| net.minecraft.network.packet.s2c.play.EntityTeleportS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||||||
| private final PositionMoveRotation |
| ||||||||||||
| private final Set<Relative> |
| ||||||||||||
| private final boolean |
| ||||||||||||
| public static final StreamCodec<FriendlyByteBuf, ClientboundTeleportEntityPacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int id, PositionMoveRotation change, Set<Relative> relatives, boolean onGround) |
Method summary
| Modifier and Type | Method | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public static ClientboundTeleportEntityPacket |
| ||||||||||||
| public PacketType<ClientboundTeleportEntityPacket> |
| ||||||||||||
| public void |
| ||||||||||||
| public int |
| ||||||||||||
| public PositionMoveRotation |
| ||||||||||||
| public Set<Relative> |
| ||||||||||||
| public boolean |
|