mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Added a new constant to ContainerSetContentPacket
This commit is contained in:
parent
1e9ff44890
commit
742f593758
@ -30,6 +30,7 @@ class ContainerSetContentPacket extends DataPacket{
|
|||||||
const NETWORK_ID = ProtocolInfo::CONTAINER_SET_CONTENT_PACKET;
|
const NETWORK_ID = ProtocolInfo::CONTAINER_SET_CONTENT_PACKET;
|
||||||
|
|
||||||
const SPECIAL_INVENTORY = 0;
|
const SPECIAL_INVENTORY = 0;
|
||||||
|
const SPECIAL_OFFHAND = 0x77;
|
||||||
const SPECIAL_ARMOR = 0x78;
|
const SPECIAL_ARMOR = 0x78;
|
||||||
const SPECIAL_CREATIVE = 0x79;
|
const SPECIAL_CREATIVE = 0x79;
|
||||||
const SPECIAL_HOTBAR = 0x7a;
|
const SPECIAL_HOTBAR = 0x7a;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user