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,11 +30,11 @@ use pocketmine\utils\EnumTrait;
* This must be regenerated whenever registry members are added, removed or changed.
* @see \pocketmine\utils\RegistryUtils::_generateMethodAnnotations()
*
* @method static NoteInstrument PIANO()
* @method static NoteInstrument BASS_DRUM()
* @method static NoteInstrument SNARE()
* @method static NoteInstrument CLICKS_AND_STICKS()
* @method static NoteInstrument DOUBLE_BASS()
* @method static NoteInstrument PIANO()
* @method static NoteInstrument SNARE()
*/
final class NoteInstrument{
use EnumTrait {