mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
RegistryUtils: generate ordered doc comments
this makes things easier to find, especially in the large ones like VanillaBlocks.
This commit is contained in:
@@ -30,8 +30,8 @@ use pocketmine\utils\EnumTrait;
|
||||
* This must be regenerated whenever registry members are added, removed or changed.
|
||||
* @see \pocketmine\utils\RegistryUtils::_generateMethodAnnotations()
|
||||
*
|
||||
* @method static PluginEnableOrder STARTUP()
|
||||
* @method static PluginEnableOrder POSTWORLD()
|
||||
* @method static PluginEnableOrder STARTUP()
|
||||
*/
|
||||
final class PluginEnableOrder{
|
||||
use EnumTrait;
|
||||
|
Reference in New Issue
Block a user