Class ServerboundContainerClickPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundContainerClickPacket
- All Implemented Interfaces:
Packet<ServerGamePacketListener>
public class ServerboundContainerClickPacket
extends Object
implements Packet<ServerGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
Button usedprivate final ItemStack
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap
<ItemStack> private final ClickType
Inventory operation modeprivate final int
The id of the window which was clicked.private static final int
private final int
Id of the clicked slotprivate static final StreamCodec
<RegistryFriendlyByteBuf, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ItemStack>> private final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionServerboundContainerClickPacket
(int containerId, int stateId, int slotNum, int buttonNum, ClickType clickType, ItemStack carriedItem, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ItemStack> changedSlots) private
-
Method Summary
Modifier and TypeMethodDescriptionint
it.unimi.dsi.fastutil.ints.Int2ObjectMap
<ItemStack> int
int
int
void
handle
(ServerGamePacketListener handler) Passes this Packet on to the NetHandler for processing.type()
private void
write
(RegistryFriendlyByteBuf buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
public static final StreamCodec<RegistryFriendlyByteBuf,ServerboundContainerClickPacket> STREAM_CODEC -
MAX_SLOT_COUNT
private static final int MAX_SLOT_COUNT- See Also:
-
SLOTS_STREAM_CODEC
private static final StreamCodec<RegistryFriendlyByteBuf,it.unimi.dsi.fastutil.ints.Int2ObjectMap<ItemStack>> SLOTS_STREAM_CODEC -
containerId
private final int containerIdThe id of the window which was clicked. 0 for player inventory. -
stateId
private final int stateId -
slotNum
private final int slotNumId of the clicked slot -
buttonNum
private final int buttonNumButton used -
clickType
Inventory operation mode -
carriedItem
-
changedSlots
-
-
Constructor Details
-
ServerboundContainerClickPacket
-
ServerboundContainerClickPacket
-
-
Method Details
-
write
-
type
- Specified by:
type
in interfacePacket<ServerGamePacketListener>
-
handle
Passes this Packet on to the NetHandler for processing.- Specified by:
handle
in interfacePacket<ServerGamePacketListener>
-
getContainerId
public int getContainerId() -
getSlotNum
public int getSlotNum() -
getButtonNum
public int getButtonNum() -
getCarriedItem
-
getChangedSlots
-
getClickType
-
getStateId
public int getStateId()
-