mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-22 03:14:11 +00:00
Order tile constants alphabetically
This commit is contained in:
parent
580b30b768
commit
8d59843020
@ -49,6 +49,8 @@ abstract class Tile extends Position{
|
|||||||
public const TAG_Y = "y";
|
public const TAG_Y = "y";
|
||||||
public const TAG_Z = "z";
|
public const TAG_Z = "z";
|
||||||
|
|
||||||
|
public const BANNER = "Banner";
|
||||||
|
public const BED = "Bed";
|
||||||
public const BREWING_STAND = "BrewingStand";
|
public const BREWING_STAND = "BrewingStand";
|
||||||
public const CHEST = "Chest";
|
public const CHEST = "Chest";
|
||||||
public const ENCHANT_TABLE = "EnchantTable";
|
public const ENCHANT_TABLE = "EnchantTable";
|
||||||
@ -58,8 +60,6 @@ abstract class Tile extends Position{
|
|||||||
public const MOB_SPAWNER = "MobSpawner";
|
public const MOB_SPAWNER = "MobSpawner";
|
||||||
public const SIGN = "Sign";
|
public const SIGN = "Sign";
|
||||||
public const SKULL = "Skull";
|
public const SKULL = "Skull";
|
||||||
public const BED = "Bed";
|
|
||||||
public const BANNER = "Banner";
|
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public static $tileCount = 1;
|
public static $tileCount = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user