net.minecraft.network.protocol.game

public record ClientboundRecipeBookAddPacket

implements Packet<ClientGamePacketListener>

afe
net.minecraft.network.protocol.game.ClientboundRecipeBookAddPacket
net.minecraft.class_10266
net.minecraft.network.packet.s2c.play.RecipeBookAddS2CPacket
net.minecraft.network.protocol.game.ClientboundRecipeBookAddPacket

Field summary

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

Constructor summary

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

Method summary

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