|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
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.