Uses of Record Class
net.minecraft.network.protocol.configuration.ServerboundSelectKnownPacks
Packages that use ServerboundSelectKnownPacks
-
Uses of ServerboundSelectKnownPacks in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type ServerboundSelectKnownPacksModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundSelectKnownPacks> ConfigurationPacketTypes.SERVERBOUND_SELECT_KNOWN_PACKS
static final StreamCodec
<io.netty.buffer.ByteBuf, ServerboundSelectKnownPacks> ServerboundSelectKnownPacks.STREAM_CODEC
Methods in net.minecraft.network.protocol.configuration that return types with arguments of type ServerboundSelectKnownPacksMethods in net.minecraft.network.protocol.configuration with parameters of type ServerboundSelectKnownPacksModifier and TypeMethodDescriptionvoid
ServerConfigurationPacketListener.handleSelectKnownPacks
(ServerboundSelectKnownPacks p_326510_) -
Uses of ServerboundSelectKnownPacks in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundSelectKnownPacksModifier and TypeMethodDescriptionvoid
ServerConfigurationPacketListenerImpl.handleSelectKnownPacks
(ServerboundSelectKnownPacks p_326180_)