mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Remove some dead properties from Tile
This commit is contained in:
parent
327907988b
commit
151681bd80
@ -56,17 +56,12 @@ abstract class Tile extends Position{
|
||||
public $chunk;
|
||||
public $name;
|
||||
public $id;
|
||||
public $attach;
|
||||
public $metadata;
|
||||
public $closed = false;
|
||||
public $namedtag;
|
||||
protected $lastUpdate;
|
||||
protected $server;
|
||||
protected $timings;
|
||||
|
||||
/** @var TimingsHandler */
|
||||
public $tickTimer;
|
||||
|
||||
public static function init(){
|
||||
self::registerTile(Bed::class);
|
||||
self::registerTile(Chest::class);
|
||||
@ -137,7 +132,6 @@ abstract class Tile extends Position{
|
||||
|
||||
$this->chunk->addTile($this);
|
||||
$this->getLevel()->addTile($this);
|
||||
$this->tickTimer = Timings::getTileEntityTimings($this);
|
||||
}
|
||||
|
||||
public function getId(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user