|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Collaboration diagram for pocketmine\item\enchantment\IncompatibleEnchantmentGroups:Public Attributes | |
| const | BLOCK_DROPS = "block_drops" |
| const | BOW_INFINITE = "bow_infinite" |
| const | PROTECTION = "protection" |
Constants for groupings of incompatible enchantments. Enchantments belonging to the same incompatibility group cannot be applied side-by-side on the same item.
Definition at line 30 of file IncompatibleEnchantmentGroups.php.
| const pocketmine\item\enchantment\IncompatibleEnchantmentGroups::BLOCK_DROPS = "block_drops" |
Definition at line 33 of file IncompatibleEnchantmentGroups.php.
| const pocketmine\item\enchantment\IncompatibleEnchantmentGroups::BOW_INFINITE = "bow_infinite" |
Definition at line 32 of file IncompatibleEnchantmentGroups.php.
| const pocketmine\item\enchantment\IncompatibleEnchantmentGroups::PROTECTION = "protection" |
Definition at line 31 of file IncompatibleEnchantmentGroups.php.