mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Bulk addition of constant visibilities
thanks PhpStorm inspections plugin for annoying the shit out of me until I did this.
This commit is contained in:
@ -45,12 +45,12 @@ use pocketmine\utils\Binary;
|
||||
use pocketmine\utils\Config;
|
||||
|
||||
class Item implements ItemIds, \JsonSerializable{
|
||||
const TAG_ENCH = "ench";
|
||||
const TAG_DISPLAY = "display";
|
||||
const TAG_BLOCK_ENTITY_TAG = "BlockEntityTag";
|
||||
public const TAG_ENCH = "ench";
|
||||
public const TAG_DISPLAY = "display";
|
||||
public const TAG_BLOCK_ENTITY_TAG = "BlockEntityTag";
|
||||
|
||||
const TAG_DISPLAY_NAME = "Name";
|
||||
const TAG_DISPLAY_LORE = "Lore";
|
||||
public const TAG_DISPLAY_NAME = "Name";
|
||||
public const TAG_DISPLAY_LORE = "Lore";
|
||||
|
||||
|
||||
/** @var NBT */
|
||||
|
Reference in New Issue
Block a user