C09PacketHeldItemChange
new C09PacketHeldItemChange(int slotId)
new C09PacketHeldItemChange(int slotId)Constructs a new C09PacketHeldItemChange object with the specified slotId. slotId is an integer representing the inventory slot ID to which the player's held item should be changed.
getSlotId(): int
getSlotId(): intReturns the slot ID associated with this packet. The slot ID is an integer value that represents the inventory slot ID for the item change.
setSlotId(int slotId): void
setSlotId(int slotId): voidSets the slotId of the packet to a new one you provide.
Last updated