|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Collaboration diagram for pocketmine\item\ItemCooldownTags:Public Attributes | |
| const | CHORUS_FRUIT = "chorus_fruit" |
| const | ENDER_PEARL = "ender_pearl" |
| const | GOAT_HORN = "goat_horn" |
| const | SHIELD = "shield" |
Tags used by items to determine their cooldown group.
These tag values are not related to Minecraft internal IDs. They only share a visual similarity because these are the most obvious values to use. Any arbitrary string can be used.
Definition at line 35 of file ItemCooldownTags.php.
| const pocketmine\item\ItemCooldownTags::CHORUS_FRUIT = "chorus_fruit" |
Definition at line 41 of file ItemCooldownTags.php.
| const pocketmine\item\ItemCooldownTags::ENDER_PEARL = "ender_pearl" |
Definition at line 42 of file ItemCooldownTags.php.
| const pocketmine\item\ItemCooldownTags::GOAT_HORN = "goat_horn" |
Definition at line 44 of file ItemCooldownTags.php.
| const pocketmine\item\ItemCooldownTags::SHIELD = "shield" |
Definition at line 43 of file ItemCooldownTags.php.