Uses of Record Class
net.minecraft.network.protocol.game.ClientboundRecipeBookSettingsPacket
Packages that use ClientboundRecipeBookSettingsPacket
-
Uses of ClientboundRecipeBookSettingsPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRecipeBookSettingsPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleRecipeBookSettings
(ClientboundRecipeBookSettingsPacket p_380266_) -
Uses of ClientboundRecipeBookSettingsPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRecipeBookSettingsPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRecipeBookSettingsPacket> GamePacketTypes.CLIENTBOUND_RECIPE_BOOK_SETTINGS
static final StreamCodec
<FriendlyByteBuf, ClientboundRecipeBookSettingsPacket> ClientboundRecipeBookSettingsPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRecipeBookSettingsPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundRecipeBookSettingsPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleRecipeBookSettings
(ClientboundRecipeBookSettingsPacket p_379829_)