Fixed some lines indented with 4 spaces rather than tabs

This commit is contained in:
SOF3
2016-10-03 00:58:34 +08:00
parent 6fc435da0e
commit e913b16804
56 changed files with 238 additions and 238 deletions

View File

@ -18,13 +18,13 @@
*
*
*/
namespace pocketmine\item;
use pocketmine\block\BlockIds;
interface ItemIds extends BlockIds{
//All BlockIds are also accessible through this interface.
const IRON_SHOVEL = 256;
const IRON_PICKAXE = 257;
@ -105,7 +105,7 @@ interface ItemIds extends BlockIds{
const SNOWBALL = 332;
const BOAT = 333;
const LEATHER = 334;
const BRICK = 336;
const CLAY = 337;
const SUGARCANE = 338; const SUGAR_CANE = 338; const SUGAR_CANES = 338;
@ -113,7 +113,7 @@ interface ItemIds extends BlockIds{
const BOOK = 340;
const SLIMEBALL = 341;
const MINECART_WITH_CHEST = 342;
const EGG = 344;
const COMPASS = 345;
const FISHING_ROD = 346;
@ -156,7 +156,7 @@ interface ItemIds extends BlockIds{
const SPAWN_EGG = 383;
const BOTTLE_O_ENCHANTING = 384; const ENCHANTING_BOTTLE = 384;
const FIRE_CHARGE = 385;
const EMERALD = 388;
const ITEM_FRAME = 389;
const FLOWER_POT = 390;
@ -168,7 +168,7 @@ interface ItemIds extends BlockIds{
const GOLDEN_CARROT = 396;
const MOB_HEAD = 397; const SKULL = 397;
const CARROT_ON_A_STICK = 398;
const PUMPKIN_PIE = 400;
const ENCHANTED_BOOK = 403;
@ -178,7 +178,7 @@ interface ItemIds extends BlockIds{
const NETHER_QUARTZ = 406;
const MINECART_WITH_TNT = 407;
const MINECART_WITH_HOPPER = 408;
const HOPPER = 410;
const RAW_RABBIT = 411;
const COOKED_RABBIT = 412;
@ -191,18 +191,18 @@ interface ItemIds extends BlockIds{
const DIAMOND_HORSE_ARMOR = 419;
const LEAD = 420; const LEASH = 420;
const NAMETAG = 421;
const RAW_MUTTON = 423;
const COOKED_MUTTON = 424;
const SPRUCE_DOOR = 427;
const BIRCH_DOOR = 428;
const JUNGLE_DOOR = 429;
const ACACIA_DOOR = 430;
const DARK_OAK_DOOR = 431;
const SPLASH_POTION = 438;
const BEETROOT = 457;
const BEETROOT_SEEDS = 458; const BEETROOT_SEED = 458;
const BEETROOT_SOUP = 459;