Uses of Class
net.minecraft.network.protocol.game.ServerboundTeleportToEntityPacket
Packages that use ServerboundTeleportToEntityPacket
Package
Description
-
Uses of ServerboundTeleportToEntityPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundTeleportToEntityPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundTeleportToEntityPacket> GamePacketTypes.SERVERBOUND_TELEPORT_TO_ENTITY
static final StreamCodec
<FriendlyByteBuf, ServerboundTeleportToEntityPacket> ServerboundTeleportToEntityPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundTeleportToEntityPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundTeleportToEntityPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleTeleportToEntityPacket
(ServerboundTeleportToEntityPacket p_133782_) -
Uses of ServerboundTeleportToEntityPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundTeleportToEntityPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleTeleportToEntityPacket
(ServerboundTeleportToEntityPacket p_9928_) -
Uses of ServerboundTeleportToEntityPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundTeleportToEntityPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleTeleportToEntityPacket
(ServerboundTeleportToEntityPacket packet)