mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Removing useless armour descendent classes, move armour slot to ArmorTypeInfo
This commit is contained in:
@ -62,10 +62,10 @@ use function assert;
|
||||
* @method static Bucket BUCKET()
|
||||
* @method static ItemBlock CAKE()
|
||||
* @method static Carrot CARROT()
|
||||
* @method static Boots CHAINMAIL_BOOTS()
|
||||
* @method static Chestplate CHAINMAIL_CHESTPLATE()
|
||||
* @method static Helmet CHAINMAIL_HELMET()
|
||||
* @method static Leggings CHAINMAIL_LEGGINGS()
|
||||
* @method static Armor CHAINMAIL_BOOTS()
|
||||
* @method static Armor CHAINMAIL_CHESTPLATE()
|
||||
* @method static Armor CHAINMAIL_HELMET()
|
||||
* @method static Armor CHAINMAIL_LEGGINGS()
|
||||
* @method static Coal CHARCOAL()
|
||||
* @method static Item CHEMICAL_ALUMINIUM_OXIDE()
|
||||
* @method static Item CHEMICAL_AMMONIA()
|
||||
@ -126,11 +126,11 @@ use function assert;
|
||||
* @method static Boat DARK_OAK_BOAT()
|
||||
* @method static Item DIAMOND()
|
||||
* @method static Axe DIAMOND_AXE()
|
||||
* @method static Boots DIAMOND_BOOTS()
|
||||
* @method static Chestplate DIAMOND_CHESTPLATE()
|
||||
* @method static Helmet DIAMOND_HELMET()
|
||||
* @method static Armor DIAMOND_BOOTS()
|
||||
* @method static Armor DIAMOND_CHESTPLATE()
|
||||
* @method static Armor DIAMOND_HELMET()
|
||||
* @method static Hoe DIAMOND_HOE()
|
||||
* @method static Leggings DIAMOND_LEGGINGS()
|
||||
* @method static Armor DIAMOND_LEGGINGS()
|
||||
* @method static Pickaxe DIAMOND_PICKAXE()
|
||||
* @method static Shovel DIAMOND_SHOVEL()
|
||||
* @method static Sword DIAMOND_SWORD()
|
||||
@ -155,12 +155,12 @@ use function assert;
|
||||
* @method static Item GOLD_NUGGET()
|
||||
* @method static GoldenApple GOLDEN_APPLE()
|
||||
* @method static Axe GOLDEN_AXE()
|
||||
* @method static Boots GOLDEN_BOOTS()
|
||||
* @method static Armor GOLDEN_BOOTS()
|
||||
* @method static GoldenCarrot GOLDEN_CARROT()
|
||||
* @method static Chestplate GOLDEN_CHESTPLATE()
|
||||
* @method static Helmet GOLDEN_HELMET()
|
||||
* @method static Armor GOLDEN_CHESTPLATE()
|
||||
* @method static Armor GOLDEN_HELMET()
|
||||
* @method static Hoe GOLDEN_HOE()
|
||||
* @method static Leggings GOLDEN_LEGGINGS()
|
||||
* @method static Armor GOLDEN_LEGGINGS()
|
||||
* @method static Pickaxe GOLDEN_PICKAXE()
|
||||
* @method static Shovel GOLDEN_SHOVEL()
|
||||
* @method static Sword GOLDEN_SWORD()
|
||||
@ -174,12 +174,12 @@ use function assert;
|
||||
* @method static Item HEART_OF_THE_SEA()
|
||||
* @method static Item INK_SAC()
|
||||
* @method static Axe IRON_AXE()
|
||||
* @method static Boots IRON_BOOTS()
|
||||
* @method static Chestplate IRON_CHESTPLATE()
|
||||
* @method static Helmet IRON_HELMET()
|
||||
* @method static Armor IRON_BOOTS()
|
||||
* @method static Armor IRON_CHESTPLATE()
|
||||
* @method static Armor IRON_HELMET()
|
||||
* @method static Hoe IRON_HOE()
|
||||
* @method static Item IRON_INGOT()
|
||||
* @method static Leggings IRON_LEGGINGS()
|
||||
* @method static Armor IRON_LEGGINGS()
|
||||
* @method static Item IRON_NUGGET()
|
||||
* @method static Pickaxe IRON_PICKAXE()
|
||||
* @method static Shovel IRON_SHOVEL()
|
||||
@ -188,10 +188,10 @@ use function assert;
|
||||
* @method static Item LAPIS_LAZULI()
|
||||
* @method static LiquidBucket LAVA_BUCKET()
|
||||
* @method static Item LEATHER()
|
||||
* @method static Boots LEATHER_BOOTS()
|
||||
* @method static Helmet LEATHER_CAP()
|
||||
* @method static Leggings LEATHER_PANTS()
|
||||
* @method static Chestplate LEATHER_TUNIC()
|
||||
* @method static Armor LEATHER_BOOTS()
|
||||
* @method static Armor LEATHER_CAP()
|
||||
* @method static Armor LEATHER_PANTS()
|
||||
* @method static Armor LEATHER_TUNIC()
|
||||
* @method static Banner LIGHT_BLUE_BANNER()
|
||||
* @method static Bed LIGHT_BLUE_BED()
|
||||
* @method static Dye LIGHT_BLUE_DYE()
|
||||
|
Reference in New Issue
Block a user