implements Packet<ClientGamePacketListener>
| adv | |
| net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket | |
| net.minecraft.class_2649 | |
| net.minecraft.network.packet.s2c.play.InventoryS2CPacket |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||
| private final int |
| ||||||||
| private final List<ItemStack> |
| ||||||||
| private final ItemStack |
| ||||||||
| public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundContainerSetContentPacket> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (int syncId, int revision, List<ItemStack> contents, ItemStack cursorStack) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public PacketType<ClientboundContainerSetContentPacket> |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public List<ItemStack> |
| ||||||||
| public ItemStack |
|