Uses of Record Class
net.minecraft.network.packet.s2c.config.FeaturesS2CPacket
Packages that use FeaturesS2CPacket
Package
Description
- 
Uses of FeaturesS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type FeaturesS2CPacketModifier and TypeMethodDescriptionvoidClientConfigurationNetworkHandler.onFeatures(FeaturesS2CPacket packet) 
- 
Uses of FeaturesS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type FeaturesS2CPacketModifier and TypeMethodDescriptionvoidClientConfigurationPacketListener.onFeatures(FeaturesS2CPacket packet) 
- 
Uses of FeaturesS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type FeaturesS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<FeaturesS2CPacket> ConfigPackets.UPDATE_ENABLED_FEATURES
- 
Uses of FeaturesS2CPacket in net.minecraft.network.packet.s2c.configFields in net.minecraft.network.packet.s2c.config with type parameters of type FeaturesS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, FeaturesS2CPacket> FeaturesS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.config that return types with arguments of type FeaturesS2CPacket