Uses of Record Class
net.minecraft.network.protocol.configuration.ClientboundUpdateEnabledFeaturesPacket
Packages that use ClientboundUpdateEnabledFeaturesPacket
-
Uses of ClientboundUpdateEnabledFeaturesPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundUpdateEnabledFeaturesPacketModifier and TypeMethodDescriptionvoid
ClientConfigurationPacketListenerImpl.handleEnabledFeatures
(ClientboundUpdateEnabledFeaturesPacket p_294410_) -
Uses of ClientboundUpdateEnabledFeaturesPacket in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type ClientboundUpdateEnabledFeaturesPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundUpdateEnabledFeaturesPacket> ConfigurationPacketTypes.CLIENTBOUND_UPDATE_ENABLED_FEATURES
static final StreamCodec
<FriendlyByteBuf, ClientboundUpdateEnabledFeaturesPacket> ClientboundUpdateEnabledFeaturesPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.configuration that return types with arguments of type ClientboundUpdateEnabledFeaturesPacketMethods in net.minecraft.network.protocol.configuration with parameters of type ClientboundUpdateEnabledFeaturesPacketModifier and TypeMethodDescriptionvoid
ClientConfigurationPacketListener.handleEnabledFeatures
(ClientboundUpdateEnabledFeaturesPacket p_296241_)