Uses of Record Class
net.minecraft.network.protocol.game.ClientboundRecipeBookRemovePacket
Packages that use ClientboundRecipeBookRemovePacket
-
Uses of ClientboundRecipeBookRemovePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRecipeBookRemovePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleRecipeBookRemove
(ClientboundRecipeBookRemovePacket p_379580_) -
Uses of ClientboundRecipeBookRemovePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRecipeBookRemovePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRecipeBookRemovePacket> GamePacketTypes.CLIENTBOUND_RECIPE_BOOK_REMOVE
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundRecipeBookRemovePacket> ClientboundRecipeBookRemovePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRecipeBookRemovePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundRecipeBookRemovePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleRecipeBookRemove
(ClientboundRecipeBookRemovePacket p_380197_)