Entity: Remove some unused properties

This commit is contained in:
Dylan K. Taylor 2018-01-24 11:31:47 +00:00
parent 0df2064802
commit 0658c0851b
2 changed files with 0 additions and 5 deletions

View File

@ -341,9 +341,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
/** @var DataPropertyManager */
protected $propertyManager;
public $passenger = null;
public $vehicle = null;
/** @var Chunk|null */
public $chunk;

View File

@ -62,8 +62,6 @@ abstract class Living extends Entity implements Damageable{
/** @var int */
protected $maxDeadTicks = 25;
protected $invisible = false;
protected $jumpVelocity = 0.42;
/** @var Effect[] */