implements Packet<ClientGamePacketListener>
| ahe | |
| net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket | |
| net.minecraft.class_2777 | |
| net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket | |
| net.minecraft.src.C_5135_ | |
| net.minecraft.network.protocol.game.PacketPlayOutEntityTeleport |
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 change, PositionMoveRotation relatives, Set<Relative> onGround, boolean arg3) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static ClientboundTeleportEntityPacket |
| ||||||||||
| public PacketType<ClientboundTeleportEntityPacket> |
| ||||||||||
| public void |
| ||||||||||
| public int |
| ||||||||||
| public PositionMoveRotation |
| ||||||||||
| public Set<Relative> |
| ||||||||||
| public boolean |
|