net.minecraft.network.protocol.game

public record ServerboundPlaceRecipePacket

implements Packet<ServerGamePacketListener>

aip
net.minecraft.network.protocol.game.ServerboundPlaceRecipePacket
net.minecraft.class_2840
net.minecraft.network.packet.c2s.play.CraftRequestC2SPacket
net.minecraft.network.protocol.game.PacketPlayInAutoRecipe

Field summary

Modifier and TypeField
private final int
b
containerId
comp_3243
syncId
private final RecipeDisplayId
c
recipe
comp_3244
recipeId
private final boolean
d
useMaxItems
comp_3245
craftAll
public static final StreamCodec<FriendlyByteBuf, ServerboundPlaceRecipePacket>
a
STREAM_CODEC
field_48205
CODEC

Constructor summary

ModifierConstructor
public (int arg0, RecipeDisplayId arg1, boolean arg2)

Method summary

Modifier and TypeMethod
public PacketType<ServerboundPlaceRecipePacket>
a()
type()
method_55846()
getPacketId()
public void
a(ahm arg0)
handle(ServerGamePacketListener arg0)
method_12317(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public int
b()
containerId()
comp_3243()
syncId()
public RecipeDisplayId
e()
recipe()
comp_3244()
recipeId()
public boolean
f()
useMaxItems()
comp_3245()
craftAll()