Tile: Fill defaults and move code to constructors where appropriate

this is leftovers from when NBT was required to construct a tile.
This commit is contained in:
Dylan K. Taylor
2018-12-10 18:35:26 +00:00
parent 7d594ac6d8
commit 6dbceda3e8
8 changed files with 67 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ use pocketmine\nbt\tag\StringTag;
*/
trait NameableTrait{
/** @var string|null */
private $customName;
private $customName = null;
/**
* @return string