net.minecraft.network.protocol.game

public record ServerboundContainerSlotStateChangedPacket

implements Packet<ServerGamePacketListener>

ahx
net.minecraft.network.protocol.game.ServerboundContainerSlotStateChangedPacket
net.minecraft.class_8875

Field summary

Modifier and TypeField
private final int
b
slotId
comp_1998
private final int
c
containerId
comp_1999
private final boolean
d
newState
comp_2000
public static final StreamCodec<FriendlyByteBuf, ServerboundContainerSlotStateChangedPacket>
a
STREAM_CODEC
field_48192

Constructor summary

ModifierConstructor
private (FriendlyByteBuf arg0)
public (int arg0, int arg1, boolean arg2)

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_55973(class_2540 arg0)
public PacketType<ServerboundContainerSlotStateChangedPacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_54437(class_2792 arg0)
public int
b()
slotId()
comp_1998()
public int
e()
containerId()
comp_1999()
public boolean
f()
newState()
comp_2000()