| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 Collaboration diagram for pocketmine\item\enchantment\EnchantmentInstance:Public Member Functions | |
| __construct (private Enchantment $enchantment, private int $level=1) | |
| getLevel () | |
| getType () | |
Container for enchantment data applied to items.
Note: This class is assumed to be immutable. Consider this before making alterations.
Definition at line 31 of file EnchantmentInstance.php.
| pocketmine\item\enchantment\EnchantmentInstance::__construct | ( | private Enchantment | $enchantment, | 
| private int | $level = 1 ) | 
Definition at line 32 of file EnchantmentInstance.php.
| pocketmine\item\enchantment\EnchantmentInstance::getLevel | ( | ) | 
Returns the level of the enchantment.
Definition at line 47 of file EnchantmentInstance.php.
Referenced by pocketmine\network\mcpe\InventoryManager\syncEnchantingTableOptions().
 Here is the caller graph for this function:| pocketmine\item\enchantment\EnchantmentInstance::getType | ( | ) | 
Returns the type of this enchantment.
Definition at line 40 of file EnchantmentInstance.php.
Referenced by pocketmine\network\mcpe\InventoryManager\syncEnchantingTableOptions().
 Here is the caller graph for this function: