net.minecraft.network.protocol.game

public record ClientboundRecipeBookAddPacket

implements Packet<ClientGamePacketListener>

aev
net.minecraft.network.protocol.game.ClientboundRecipeBookAddPacket
net.minecraft.class_10266

Field summary

Modifier and TypeField
private final List<ClientboundRecipeBookAddPacket$Entry>
b
entries
comp_3232
private final boolean
c
replace
comp_3294
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundRecipeBookAddPacket>
a
STREAM_CODEC
field_54517

Constructor summary

ModifierConstructor
public (List<ClientboundRecipeBookAddPacket$Entry> arg0, boolean arg1)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundRecipeBookAddPacket>
a()
type()
method_65080()
public void
a(acj arg0)
handle(ClientGamePacketListener arg0)
method_64560(class_2602 arg0)
public List<ClientboundRecipeBookAddPacket$Entry>
b()
entries()
comp_3232()
public boolean
e()
replace()
comp_3294()