记录类 ClientboundUpdateRecipesPacket

java.lang.Object
java.lang.Record
net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket
所有已实现的接口:
Packet<ClientGamePacketListener>

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