net.minecraft.network.packet.s2c.play

public record RecipeBookRemoveS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundRecipeBookRemovePacket
net.minecraft.class_10268
net.minecraft.network.packet.s2c.play.RecipeBookRemoveS2CPacket

Field summary

Modifier and TypeField
private final List<NetworkRecipeId>
recipes
comp_3235
recipes
public static final PacketCodec<io.netty.buffer.ByteBuf, RecipeBookRemoveS2CPacket>
STREAM_CODEC
field_54521
CODEC

Constructor summary

ModifierConstructor
public (List<NetworkRecipeId> recipes)

Method summary

Modifier and TypeMethod
public PacketType<RecipeBookRemoveS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_64563(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public List<NetworkRecipeId>
recipes()
comp_3235()
recipes()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)