Uses of Record Class
net.minecraft.network.protocol.game.ServerboundSetBeaconPacket
Packages that use ServerboundSetBeaconPacket
Package
Description
-
Uses of ServerboundSetBeaconPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundSetBeaconPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundSetBeaconPacket> GamePacketTypes.SERVERBOUND_SET_BEACON
static final StreamCodec
<RegistryFriendlyByteBuf, ServerboundSetBeaconPacket> ServerboundSetBeaconPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundSetBeaconPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundSetBeaconPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleSetBeaconPacket
(ServerboundSetBeaconPacket p_133773_) -
Uses of ServerboundSetBeaconPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundSetBeaconPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleSetBeaconPacket
(ServerboundSetBeaconPacket p_9907_) -
Uses of ServerboundSetBeaconPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundSetBeaconPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleSetBeaconPacket
(ServerboundSetBeaconPacket packet)