|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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: