implements Packet<ClientGamePacketListener>
| aho | |
| 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 |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||||
| private final PositionMoveRotation |
| ||||||||||
| private final Set<Relative> |
| ||||||||||
| private final boolean |
| ||||||||||
| public static final StreamCodec<FriendlyByteBuf, ClientboundTeleportEntityPacket> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (int entityId, PositionMoveRotation change, Set<Relative> relatives, boolean onGround) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static ClientboundTeleportEntityPacket |
| ||||||||||
| public PacketType<ClientboundTeleportEntityPacket> |
| ||||||||||
| public void |
| ||||||||||
| public int |
| ||||||||||
| public PositionMoveRotation |
| ||||||||||
| public Set<Relative> |
| ||||||||||
| public boolean |
|