net.minecraft.network.protocol.game

public record ServerboundPlaceRecipePacket

implements Packet<ServerGamePacketListener>

aij
net.minecraft.network.protocol.game.ServerboundPlaceRecipePacket
net.minecraft.class_2840

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public PacketType<ServerboundPlaceRecipePacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_12317(class_2792 arg0)
public int
b()
containerId()
comp_3243()
public RecipeDisplayId
e()
recipe()
comp_3244()
public boolean
f()
useMaxItems()
comp_3245()