PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
Loading...
Searching...
No Matches
pocketmine\item\ItemCooldownTags Class Reference
+ 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"
 

Detailed Description

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.

See also
Item::getCooldownTag()

Definition at line 35 of file ItemCooldownTags.php.

Member Data Documentation

◆ CHORUS_FRUIT

const pocketmine\item\ItemCooldownTags::CHORUS_FRUIT = "chorus_fruit"

Definition at line 41 of file ItemCooldownTags.php.

◆ ENDER_PEARL

const pocketmine\item\ItemCooldownTags::ENDER_PEARL = "ender_pearl"

Definition at line 42 of file ItemCooldownTags.php.

◆ GOAT_HORN

const pocketmine\item\ItemCooldownTags::GOAT_HORN = "goat_horn"

Definition at line 44 of file ItemCooldownTags.php.

◆ SHIELD

const pocketmine\item\ItemCooldownTags::SHIELD = "shield"

Definition at line 43 of file ItemCooldownTags.php.


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