PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\item\enchantment\ItemEnchantmentTags Class Reference
+ 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"
 

Detailed Description

Tags used by items and enchantments to determine which enchantments can be applied to which items. Some tags may contain other tags.

See also
ItemEnchantmentTagRegistry

Definition at line 31 of file ItemEnchantmentTags.php.

Member Data Documentation

◆ ALL

const pocketmine\item\enchantment\ItemEnchantmentTags::ALL = "all"

Definition at line 32 of file ItemEnchantmentTags.php.

◆ ARMOR

const pocketmine\item\enchantment\ItemEnchantmentTags::ARMOR = "armor"

Definition at line 33 of file ItemEnchantmentTags.php.

◆ AXE

const pocketmine\item\enchantment\ItemEnchantmentTags::AXE = "axe"

Definition at line 46 of file ItemEnchantmentTags.php.

◆ BLOCK_TOOLS

const pocketmine\item\enchantment\ItemEnchantmentTags::BLOCK_TOOLS = "block_tools"

Definition at line 45 of file ItemEnchantmentTags.php.

◆ BOOTS

const pocketmine\item\enchantment\ItemEnchantmentTags::BOOTS = "boots"

Definition at line 37 of file ItemEnchantmentTags.php.

◆ BOW

const pocketmine\item\enchantment\ItemEnchantmentTags::BOW = "bow"

Definition at line 41 of file ItemEnchantmentTags.php.

◆ BRUSH

const pocketmine\item\enchantment\ItemEnchantmentTags::BRUSH = "brush"

Definition at line 55 of file ItemEnchantmentTags.php.

◆ CARROT_ON_STICK

const pocketmine\item\enchantment\ItemEnchantmentTags::CARROT_ON_STICK = "carrot_on_stick"

Definition at line 51 of file ItemEnchantmentTags.php.

◆ CHESTPLATE

const pocketmine\item\enchantment\ItemEnchantmentTags::CHESTPLATE = "chestplate"

Definition at line 35 of file ItemEnchantmentTags.php.

◆ COMPASS

const pocketmine\item\enchantment\ItemEnchantmentTags::COMPASS = "compass"

Definition at line 52 of file ItemEnchantmentTags.php.

◆ CROSSBOW

const pocketmine\item\enchantment\ItemEnchantmentTags::CROSSBOW = "crossbow"

Definition at line 42 of file ItemEnchantmentTags.php.

◆ ELYTRA

const pocketmine\item\enchantment\ItemEnchantmentTags::ELYTRA = "elytra"

Definition at line 54 of file ItemEnchantmentTags.php.

◆ FISHING_ROD

const pocketmine\item\enchantment\ItemEnchantmentTags::FISHING_ROD = "fishing_rod"

Definition at line 50 of file ItemEnchantmentTags.php.

◆ FLINT_AND_STEEL

const pocketmine\item\enchantment\ItemEnchantmentTags::FLINT_AND_STEEL = "flint_and_steel"

Definition at line 44 of file ItemEnchantmentTags.php.

◆ HELMET

const pocketmine\item\enchantment\ItemEnchantmentTags::HELMET = "helmet"

Definition at line 34 of file ItemEnchantmentTags.php.

◆ HOE

const pocketmine\item\enchantment\ItemEnchantmentTags::HOE = "hoe"

Definition at line 49 of file ItemEnchantmentTags.php.

◆ LEGGINGS

const pocketmine\item\enchantment\ItemEnchantmentTags::LEGGINGS = "leggings"

Definition at line 36 of file ItemEnchantmentTags.php.

◆ MASK

const pocketmine\item\enchantment\ItemEnchantmentTags::MASK = "mask"

Definition at line 53 of file ItemEnchantmentTags.php.

◆ PICKAXE

const pocketmine\item\enchantment\ItemEnchantmentTags::PICKAXE = "pickaxe"

Definition at line 47 of file ItemEnchantmentTags.php.

◆ SHEARS

const pocketmine\item\enchantment\ItemEnchantmentTags::SHEARS = "shears"

Definition at line 43 of file ItemEnchantmentTags.php.

◆ SHIELD

const pocketmine\item\enchantment\ItemEnchantmentTags::SHIELD = "shield"

Definition at line 38 of file ItemEnchantmentTags.php.

◆ SHOVEL

const pocketmine\item\enchantment\ItemEnchantmentTags::SHOVEL = "shovel"

Definition at line 48 of file ItemEnchantmentTags.php.

◆ SWORD

const pocketmine\item\enchantment\ItemEnchantmentTags::SWORD = "sword"

Definition at line 39 of file ItemEnchantmentTags.php.

◆ TRIDENT

const pocketmine\item\enchantment\ItemEnchantmentTags::TRIDENT = "trident"

Definition at line 40 of file ItemEnchantmentTags.php.

◆ WEAPONS

const pocketmine\item\enchantment\ItemEnchantmentTags::WEAPONS = "weapons"

Definition at line 56 of file ItemEnchantmentTags.php.


The documentation for this class was generated from the following file: