PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
pocketmine\item\enchantment\IncompatibleEnchantmentGroups Class Reference
+ Collaboration diagram for pocketmine\item\enchantment\IncompatibleEnchantmentGroups:

Public Attributes

const BLOCK_DROPS = "block_drops"
 
const BOW_INFINITE = "bow_infinite"
 
const PROTECTION = "protection"
 

Detailed Description

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.

Member Data Documentation

◆ BLOCK_DROPS

const pocketmine\item\enchantment\IncompatibleEnchantmentGroups::BLOCK_DROPS = "block_drops"

Definition at line 33 of file IncompatibleEnchantmentGroups.php.

◆ BOW_INFINITE

const pocketmine\item\enchantment\IncompatibleEnchantmentGroups::BOW_INFINITE = "bow_infinite"

Definition at line 32 of file IncompatibleEnchantmentGroups.php.

◆ PROTECTION

const pocketmine\item\enchantment\IncompatibleEnchantmentGroups::PROTECTION = "protection"

Definition at line 31 of file IncompatibleEnchantmentGroups.php.


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