RegistryUtils: generate ordered doc comments

this makes things easier to find, especially in the large ones like VanillaBlocks.
This commit is contained in:
Dylan K. Taylor
2021-03-22 16:16:28 +00:00
parent 90161f24e3
commit 49438d360d
16 changed files with 76 additions and 68 deletions

View File

@@ -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;