8struct PlayerHotbarPacketPayload {
12 ::ll::TypedStorage<4, 4, uint> mSelectedSlot;
13 ::ll::TypedStorage<1, 1, bool> mShouldSelectSlot;
14 ::ll::TypedStorage<1, 1, ::ContainerID> mContainerId;
19 PlayerHotbarPacketPayload();
24 MCAPI PlayerHotbarPacketPayload(uint selectedSlot, ::ContainerID containerID,
bool shouldSelectSlot);
30 MCAPI
void* $ctor(uint selectedSlot, ::ContainerID containerID,
bool shouldSelectSlot);