net.minecraft.network.protocol.game

public record ClientboundContainerSetContentPacket

implements Packet<ClientGamePacketListener>

acz
net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket
net.minecraft.class_2649
net.minecraft.network.packet.s2c.play.InventoryS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutWindowItems

Field summary

Modifier and TypeField
private final int
b
containerId
comp_3837
syncId
private final int
c
stateId
comp_3838
revision
private final List<ItemStack>
d
items
comp_3839
contents
private final ItemStack
e
carriedItem
comp_3840
cursorStack
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundContainerSetContentPacket>
a
STREAM_CODEC
field_47916
CODEC

Constructor summary

ModifierConstructor
public (int arg0, int arg1, List<ItemStack> arg2, ItemStack arg3)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundContainerSetContentPacket>
a()
type()
method_65080()
getPacketType()
public void
a(acf arg0)
handle(ClientGamePacketListener arg0)
method_11439(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
b()
containerId()
comp_3837()
syncId()
public int
e()
stateId()
comp_3838()
revision()
public List<ItemStack>
f()
items()
comp_3839()
contents()
public ItemStack
g()
carriedItem()
comp_3840()
cursorStack()