Uses of Class
net.minecraft.network.protocol.game.ClientboundRecipePacket
Packages that use ClientboundRecipePacket
-
Uses of ClientboundRecipePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRecipePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleAddOrRemoveRecipes
(ClientboundRecipePacket p_105058_) -
Uses of ClientboundRecipePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundRecipePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRecipePacket> GamePacketTypes.CLIENTBOUND_RECIPE
static final StreamCodec
<FriendlyByteBuf, ClientboundRecipePacket> ClientboundRecipePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundRecipePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundRecipePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleAddOrRemoveRecipes
(ClientboundRecipePacket p_131417_)