|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Collaboration diagram for pocketmine\item\enchantment\ItemEnchantmentTags:Public Attributes | |
| const | ALL = "all" |
| const | ARMOR = "armor" |
| const | AXE = "axe" |
| const | BLOCK_TOOLS = "block_tools" |
| const | BOOTS = "boots" |
| const | BOW = "bow" |
| const | BRUSH = "brush" |
| const | CARROT_ON_STICK = "carrot_on_stick" |
| const | CHESTPLATE = "chestplate" |
| const | COMPASS = "compass" |
| const | CROSSBOW = "crossbow" |
| const | ELYTRA = "elytra" |
| const | FISHING_ROD = "fishing_rod" |
| const | FLINT_AND_STEEL = "flint_and_steel" |
| const | HELMET = "helmet" |
| const | HOE = "hoe" |
| const | LEGGINGS = "leggings" |
| const | MASK = "mask" |
| const | PICKAXE = "pickaxe" |
| const | SHEARS = "shears" |
| const | SHIELD = "shield" |
| const | SHOVEL = "shovel" |
| const | SWORD = "sword" |
| const | TRIDENT = "trident" |
| const | WEAPONS = "weapons" |
Tags used by items and enchantments to determine which enchantments can be applied to which items. Some tags may contain other tags.
Definition at line 31 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::ALL = "all" |
Definition at line 32 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::ARMOR = "armor" |
Definition at line 33 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::AXE = "axe" |
Definition at line 46 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::BLOCK_TOOLS = "block_tools" |
Definition at line 45 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::BOOTS = "boots" |
Definition at line 37 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::BOW = "bow" |
Definition at line 41 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::BRUSH = "brush" |
Definition at line 55 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::CARROT_ON_STICK = "carrot_on_stick" |
Definition at line 51 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::CHESTPLATE = "chestplate" |
Definition at line 35 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::COMPASS = "compass" |
Definition at line 52 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::CROSSBOW = "crossbow" |
Definition at line 42 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::ELYTRA = "elytra" |
Definition at line 54 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::FISHING_ROD = "fishing_rod" |
Definition at line 50 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::FLINT_AND_STEEL = "flint_and_steel" |
Definition at line 44 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::HELMET = "helmet" |
Definition at line 34 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::HOE = "hoe" |
Definition at line 49 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::LEGGINGS = "leggings" |
Definition at line 36 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::MASK = "mask" |
Definition at line 53 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::PICKAXE = "pickaxe" |
Definition at line 47 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::SHEARS = "shears" |
Definition at line 43 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::SHIELD = "shield" |
Definition at line 38 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::SHOVEL = "shovel" |
Definition at line 48 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::SWORD = "sword" |
Definition at line 39 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::TRIDENT = "trident" |
Definition at line 40 of file ItemEnchantmentTags.php.
| const pocketmine\item\enchantment\ItemEnchantmentTags::WEAPONS = "weapons" |
Definition at line 56 of file ItemEnchantmentTags.php.