Uses of Record Class
net.minecraft.network.packet.s2c.config.FeaturesS2CPacket
Packages that use FeaturesS2CPacket
Package
Description
-
Uses of FeaturesS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type FeaturesS2CPacketModifier and TypeMethodDescriptionvoid
ClientConfigurationNetworkHandler.onFeatures
(FeaturesS2CPacket packet) -
Uses of FeaturesS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type FeaturesS2CPacketModifier and TypeMethodDescriptionvoid
ClientConfigurationPacketListener.onFeatures
(FeaturesS2CPacket packet) -
Uses of FeaturesS2CPacket in net.minecraft.network.packet
Fields 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.config
Fields in net.minecraft.network.packet.s2c.config with type parameters of type FeaturesS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, FeaturesS2CPacket> FeaturesS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.config that return types with arguments of type FeaturesS2CPacket