mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +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:
@ -146,8 +146,6 @@ use function assert;
|
||||
* @method static GlassBottle GLASS_BOTTLE()
|
||||
* @method static Item GLISTERING_MELON()
|
||||
* @method static Item GLOWSTONE_DUST()
|
||||
* @method static Item GOLD_INGOT()
|
||||
* @method static Item GOLD_NUGGET()
|
||||
* @method static GoldenApple GOLDEN_APPLE()
|
||||
* @method static Axe GOLDEN_AXE()
|
||||
* @method static Armor GOLDEN_BOOTS()
|
||||
@ -159,6 +157,8 @@ use function assert;
|
||||
* @method static Pickaxe GOLDEN_PICKAXE()
|
||||
* @method static Shovel GOLDEN_SHOVEL()
|
||||
* @method static Sword GOLDEN_SWORD()
|
||||
* @method static Item GOLD_INGOT()
|
||||
* @method static Item GOLD_NUGGET()
|
||||
* @method static Bed GRAY_BED()
|
||||
* @method static Dye GRAY_DYE()
|
||||
* @method static Bed GREEN_BED()
|
||||
@ -245,9 +245,9 @@ use function assert;
|
||||
* @method static Record RECORD_STRAD()
|
||||
* @method static Record RECORD_WAIT()
|
||||
* @method static Record RECORD_WARD()
|
||||
* @method static Redstone REDSTONE_DUST()
|
||||
* @method static Bed RED_BED()
|
||||
* @method static Dye RED_DYE()
|
||||
* @method static Redstone REDSTONE_DUST()
|
||||
* @method static RottenFlesh ROTTEN_FLESH()
|
||||
* @method static Item SCUTE()
|
||||
* @method static Shears SHEARS()
|
||||
|
Reference in New Issue
Block a user