net.minecraft.network.packet.s2c.play

public record CraftFailedResponseS2CPacket

implements Packet<ClientPlayPacketListener>

net.minecraft.network.protocol.game.ClientboundPlaceGhostRecipePacket
net.minecraft.class_2695
net.minecraft.network.packet.s2c.play.CraftFailedResponseS2CPacket

Field summary

Modifier and TypeField
private final int
containerId
comp_3226
syncId
private final RecipeDisplay
recipeDisplay
comp_3227
recipeDisplay
public static final PacketCodec<RegistryByteBuf, CraftFailedResponseS2CPacket>
STREAM_CODEC
field_47947
CODEC

Constructor summary

ModifierConstructor
public (int syncId, RecipeDisplay recipeDisplay)

Method summary

Modifier and TypeMethod
public PacketType<CraftFailedResponseS2CPacket>
type()
method_65080()
getPacketType()
public void
handle(ClientGamePacketListener listener)
method_11686(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
containerId()
comp_3226()
syncId()
public RecipeDisplay
recipeDisplay()
comp_3227()
recipeDisplay()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)