Uses of Record Class
net.minecraft.network.protocol.game.ClientboundRecipeBookAddPacket
Packages that use ClientboundRecipeBookAddPacket
-
Uses of ClientboundRecipeBookAddPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRecipeBookAddPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleRecipeBookAdd
(ClientboundRecipeBookAddPacket p_379950_) -
Uses of ClientboundRecipeBookAddPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRecipeBookAddPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRecipeBookAddPacket> GamePacketTypes.CLIENTBOUND_RECIPE_BOOK_ADD
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundRecipeBookAddPacket> ClientboundRecipeBookAddPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRecipeBookAddPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundRecipeBookAddPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleRecipeBookAdd
(ClientboundRecipeBookAddPacket p_380093_)