Uses of Class
net.minecraft.network.protocol.game.ServerboundAcceptTeleportationPacket
Packages that use ServerboundAcceptTeleportationPacket
Package
Description
-
Uses of ServerboundAcceptTeleportationPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundAcceptTeleportationPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundAcceptTeleportationPacket> GamePacketTypes.SERVERBOUND_ACCEPT_TELEPORTATION
static final StreamCodec
<FriendlyByteBuf, ServerboundAcceptTeleportationPacket> ServerboundAcceptTeleportationPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundAcceptTeleportationPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundAcceptTeleportationPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleAcceptTeleportPacket
(ServerboundAcceptTeleportationPacket p_133740_) -
Uses of ServerboundAcceptTeleportationPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundAcceptTeleportationPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleAcceptTeleportPacket
(ServerboundAcceptTeleportationPacket p_9835_) -
Uses of ServerboundAcceptTeleportationPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundAcceptTeleportationPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleAcceptTeleportPacket
(ServerboundAcceptTeleportationPacket packet)