mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +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:
@ -48,8 +48,8 @@ use function assert;
|
||||
* @method static Wood ACACIA_WOOD()
|
||||
* @method static ActivatorRail ACTIVATOR_RAIL()
|
||||
* @method static Air AIR()
|
||||
* @method static MushroomStem ALL_SIDED_MUSHROOM_STEM()
|
||||
* @method static Flower ALLIUM()
|
||||
* @method static MushroomStem ALL_SIDED_MUSHROOM_STEM()
|
||||
* @method static Opaque ANDESITE()
|
||||
* @method static Slab ANDESITE_SLAB()
|
||||
* @method static Stair ANDESITE_STAIRS()
|
||||
@ -94,10 +94,10 @@ use function assert;
|
||||
* @method static BoneBlock BONE_BLOCK()
|
||||
* @method static Bookshelf BOOKSHELF()
|
||||
* @method static BrewingStand BREWING_STAND()
|
||||
* @method static Opaque BRICKS()
|
||||
* @method static Slab BRICK_SLAB()
|
||||
* @method static Stair BRICK_STAIRS()
|
||||
* @method static Wall BRICK_WALL()
|
||||
* @method static Opaque BRICKS()
|
||||
* @method static GlazedTerracotta BROWN_GLAZED_TERRACOTTA()
|
||||
* @method static BrownMushroom BROWN_MUSHROOM()
|
||||
* @method static BrownMushroomBlock BROWN_MUSHROOM_BLOCK()
|
||||
@ -295,14 +295,14 @@ use function assert;
|
||||
* @method static Opaque EMERALD()
|
||||
* @method static EmeraldOre EMERALD_ORE()
|
||||
* @method static EnchantingTable ENCHANTING_TABLE()
|
||||
* @method static EnderChest ENDER_CHEST()
|
||||
* @method static EndPortalFrame END_PORTAL_FRAME()
|
||||
* @method static EndRod END_ROD()
|
||||
* @method static Opaque END_STONE()
|
||||
* @method static Opaque END_STONE_BRICKS()
|
||||
* @method static Slab END_STONE_BRICK_SLAB()
|
||||
* @method static Stair END_STONE_BRICK_STAIRS()
|
||||
* @method static Wall END_STONE_BRICK_WALL()
|
||||
* @method static Opaque END_STONE_BRICKS()
|
||||
* @method static EnderChest ENDER_CHEST()
|
||||
* @method static Slab FAKE_WOODEN_SLAB()
|
||||
* @method static Farmland FARMLAND()
|
||||
* @method static TallGrass FERN()
|
||||
@ -440,23 +440,23 @@ use function assert;
|
||||
* @method static Slab MOSSY_COBBLESTONE_SLAB()
|
||||
* @method static Stair MOSSY_COBBLESTONE_STAIRS()
|
||||
* @method static Wall MOSSY_COBBLESTONE_WALL()
|
||||
* @method static Opaque MOSSY_STONE_BRICKS()
|
||||
* @method static Slab MOSSY_STONE_BRICK_SLAB()
|
||||
* @method static Stair MOSSY_STONE_BRICK_STAIRS()
|
||||
* @method static Wall MOSSY_STONE_BRICK_WALL()
|
||||
* @method static Opaque MOSSY_STONE_BRICKS()
|
||||
* @method static MushroomStem MUSHROOM_STEM()
|
||||
* @method static Mycelium MYCELIUM()
|
||||
* @method static Netherrack NETHERRACK()
|
||||
* @method static Opaque NETHER_BRICKS()
|
||||
* @method static Fence NETHER_BRICK_FENCE()
|
||||
* @method static Slab NETHER_BRICK_SLAB()
|
||||
* @method static Stair NETHER_BRICK_STAIRS()
|
||||
* @method static Wall NETHER_BRICK_WALL()
|
||||
* @method static Opaque NETHER_BRICKS()
|
||||
* @method static NetherPortal NETHER_PORTAL()
|
||||
* @method static NetherQuartzOre NETHER_QUARTZ_ORE()
|
||||
* @method static NetherReactor NETHER_REACTOR_CORE()
|
||||
* @method static NetherWartPlant NETHER_WART()
|
||||
* @method static Opaque NETHER_WART_BLOCK()
|
||||
* @method static Netherrack NETHERRACK()
|
||||
* @method static Note NOTE_BLOCK()
|
||||
* @method static WoodenButton OAK_BUTTON()
|
||||
* @method static WoodenDoor OAK_DOOR()
|
||||
@ -523,13 +523,20 @@ use function assert;
|
||||
* @method static Slab QUARTZ_SLAB()
|
||||
* @method static Stair QUARTZ_STAIRS()
|
||||
* @method static Rail RAIL()
|
||||
* @method static Redstone REDSTONE()
|
||||
* @method static RedstoneComparator REDSTONE_COMPARATOR()
|
||||
* @method static RedstoneLamp REDSTONE_LAMP()
|
||||
* @method static RedstoneOre REDSTONE_ORE()
|
||||
* @method static RedstoneRepeater REDSTONE_REPEATER()
|
||||
* @method static RedstoneTorch REDSTONE_TORCH()
|
||||
* @method static RedstoneWire REDSTONE_WIRE()
|
||||
* @method static GlazedTerracotta RED_GLAZED_TERRACOTTA()
|
||||
* @method static RedMushroom RED_MUSHROOM()
|
||||
* @method static RedMushroomBlock RED_MUSHROOM_BLOCK()
|
||||
* @method static Opaque RED_NETHER_BRICKS()
|
||||
* @method static Slab RED_NETHER_BRICK_SLAB()
|
||||
* @method static Stair RED_NETHER_BRICK_STAIRS()
|
||||
* @method static Wall RED_NETHER_BRICK_WALL()
|
||||
* @method static Opaque RED_NETHER_BRICKS()
|
||||
* @method static Sand RED_SAND()
|
||||
* @method static Opaque RED_SANDSTONE()
|
||||
* @method static Slab RED_SANDSTONE_SLAB()
|
||||
@ -540,13 +547,6 @@ use function assert;
|
||||
* @method static GlassPane RED_STAINED_GLASS_PANE()
|
||||
* @method static Torch RED_TORCH()
|
||||
* @method static Flower RED_TULIP()
|
||||
* @method static Redstone REDSTONE()
|
||||
* @method static RedstoneComparator REDSTONE_COMPARATOR()
|
||||
* @method static RedstoneLamp REDSTONE_LAMP()
|
||||
* @method static RedstoneOre REDSTONE_ORE()
|
||||
* @method static RedstoneRepeater REDSTONE_REPEATER()
|
||||
* @method static RedstoneTorch REDSTONE_TORCH()
|
||||
* @method static RedstoneWire REDSTONE_WIRE()
|
||||
* @method static Reserved6 RESERVED6()
|
||||
* @method static DoublePlant ROSE_BUSH()
|
||||
* @method static Sand SAND()
|
||||
@ -587,10 +587,10 @@ use function assert;
|
||||
* @method static WallSign SPRUCE_WALL_SIGN()
|
||||
* @method static Wood SPRUCE_WOOD()
|
||||
* @method static Opaque STONE()
|
||||
* @method static Opaque STONE_BRICKS()
|
||||
* @method static Slab STONE_BRICK_SLAB()
|
||||
* @method static Stair STONE_BRICK_STAIRS()
|
||||
* @method static Wall STONE_BRICK_WALL()
|
||||
* @method static Opaque STONE_BRICKS()
|
||||
* @method static StoneButton STONE_BUTTON()
|
||||
* @method static StonePressurePlate STONE_PRESSURE_PLATE()
|
||||
* @method static Slab STONE_SLAB()
|
||||
|
Reference in New Issue
Block a user