Record Class ClientboundUpdateRecipesPacket

java.lang.Object
java.lang.Record
net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket
All Implemented Interfaces:
Packet<ClientGamePacketListener>

public record ClientboundUpdateRecipesPacket(Map<ResourceKey<RecipePropertySet>,RecipePropertySet> itemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes) extends Record implements Packet<ClientGamePacketListener>