|
PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
|
Collaboration diagram for pocketmine\item\enchantment\ItemFlags:Public Attributes | |
| const | ALL = 0xffff |
| const | ARMOR = self::HEAD | self::TORSO | self::LEGS | self::FEET |
| const | AXE = 0x200 |
| const | BOW = 0x20 |
| const | CARROT_STICK = 0x2000 |
| const | DIG = self::AXE | self::PICKAXE | self::SHOVEL |
| const | ELYTRA = 0x4000 |
| const | FEET = 0x8 |
| const | FISHING_ROD = 0x1000 |
| const | FLINT_AND_STEEL = 0x100 |
| const | HEAD = 0x1 |
| const | HOE = 0x40 |
| const | LEGS = 0x4 |
| const | NONE = 0x0 |
| const | PICKAXE = 0x400 |
| const | SHEARS = 0x80 |
| const | SHOVEL = 0x800 |
| const | SWORD = 0x10 |
| const | TOOL = self::HOE | self::SHEARS | self::FLINT_AND_STEEL |
| const | TORSO = 0x2 |
| const | TRIDENT = 0x8000 |
Definition at line 27 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::ALL = 0xffff |
Definition at line 34 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::ARMOR = self::HEAD | self::TORSO | self::LEGS | self::FEET |
Definition at line 35 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::AXE = 0x200 |
Definition at line 47 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::BOW = 0x20 |
Definition at line 41 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::CARROT_STICK = 0x2000 |
Definition at line 51 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::DIG = self::AXE | self::PICKAXE | self::SHOVEL |
Definition at line 46 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::ELYTRA = 0x4000 |
Definition at line 52 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::FEET = 0x8 |
Definition at line 39 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::FISHING_ROD = 0x1000 |
Definition at line 50 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::FLINT_AND_STEEL = 0x100 |
Definition at line 45 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::HEAD = 0x1 |
Definition at line 36 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::HOE = 0x40 |
Definition at line 43 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::LEGS = 0x4 |
Definition at line 38 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::NONE = 0x0 |
Definition at line 33 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::PICKAXE = 0x400 |
Definition at line 48 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::SHEARS = 0x80 |
Definition at line 44 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::SHOVEL = 0x800 |
Definition at line 49 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::SWORD = 0x10 |
Definition at line 40 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::TOOL = self::HOE | self::SHEARS | self::FLINT_AND_STEEL |
Definition at line 42 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::TORSO = 0x2 |
Definition at line 37 of file ItemFlags.php.
| const pocketmine\item\enchantment\ItemFlags::TRIDENT = 0x8000 |
Definition at line 53 of file ItemFlags.php.