mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
Tile: remove useless code
This commit is contained in:
parent
ceb6529ee3
commit
453c5a329d
@ -44,8 +44,6 @@ abstract class Tile extends Position{
|
||||
public const TAG_Y = "y";
|
||||
public const TAG_Z = "z";
|
||||
|
||||
/** @var string */
|
||||
public $name = "";
|
||||
/** @var bool */
|
||||
public $closed = false;
|
||||
/** @var TimingsHandler */
|
||||
@ -140,8 +138,4 @@ abstract class Tile extends Position{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function getName() : string{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user