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 TypeMethodDescriptionvoidClientPacketListener.handleTeleportEntity(ClientboundTeleportEntityPacket packet) 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_ENTITYstatic final StreamCodec<FriendlyByteBuf, ClientboundTeleportEntityPacket> ClientboundTeleportEntityPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleTeleportEntity(ClientboundTeleportEntityPacket packet) Updates an entity's position and rotation as specified by the packet