|
PocketMine-MP 5.39.4 git-a2b7d660558310260c376d1eeaff549367b9fc6e
|
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.