Uses of Class
net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket
Packages that use ClientboundTeleportEntityPacket
-
Uses of ClientboundTeleportEntityPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundTeleportEntityPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleTeleportEntity
(ClientboundTeleportEntityPacket pPacket) Updates an entity's position and rotation as specified by the packet -
Uses of ClientboundTeleportEntityPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundTeleportEntityPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundTeleportEntityPacket> GamePacketTypes.CLIENTBOUND_TELEPORT_ENTITY
static final StreamCodec
<FriendlyByteBuf, ClientboundTeleportEntityPacket> ClientboundTeleportEntityPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundTeleportEntityPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundTeleportEntityPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleTeleportEntity
(ClientboundTeleportEntityPacket pPacket) Updates an entity's position and rotation as specified by the packet