mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Enchantment: Add some PhpDoc for fields
This commit is contained in:
parent
3853938ef3
commit
24387d1efe
@ -127,11 +127,17 @@ class Enchantment{
|
||||
return null;
|
||||
}
|
||||
|
||||
/** @var int */
|
||||
private $id;
|
||||
/** @var int */
|
||||
private $level = 1;
|
||||
/** @var string */
|
||||
private $name;
|
||||
/** @var int */
|
||||
private $rarity;
|
||||
/** @var int */
|
||||
private $activationType;
|
||||
/** @var int */
|
||||
private $slot;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user