net.minecraft.network.protocol.game

public record ClientboundUpdateRecipesPacket

implements Packet<ClientGamePacketListener>

ahg
net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket
net.minecraft.class_2788
net.minecraft.network.packet.s2c.play.SynchronizeRecipesS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutRecipeUpdate

Field summary

Modifier and TypeField
private final Map<ResourceKey<RecipePropertySet>, RecipePropertySet>
b
itemSets
comp_3241
itemSets
private final SelectableRecipe$SingleInputSet<StonecutterRecipe>
c
stonecutterRecipes
comp_3242
stonecutterRecipes
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateRecipesPacket>
a
STREAM_CODEC
field_48012
CODEC

Constructor summary

ModifierConstructor
public (Map<ResourceKey<RecipePropertySet>, RecipePropertySet> arg0, SelectableRecipe$SingleInputSet<StonecutterRecipe> arg1)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundUpdateRecipesPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11997(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public Map<ResourceKey<RecipePropertySet>, RecipePropertySet>
b()
itemSets()
comp_3241()
itemSets()
public SelectableRecipe$SingleInputSet<StonecutterRecipe>
e()
stonecutterRecipes()
comp_3242()
stonecutterRecipes()