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 TypeMethodDescriptionvoidClientConfigurationPacketListenerImpl.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_FEATURESstatic final StreamCodec<FriendlyByteBuf, ClientboundUpdateEnabledFeaturesPacket> ClientboundUpdateEnabledFeaturesPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientConfigurationPacketListener.handleEnabledFeatures(ClientboundUpdateEnabledFeaturesPacket p_296241_)