mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Entity: Remove some unused properties
This commit is contained in:
parent
0df2064802
commit
0658c0851b
@ -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;
|
||||
|
||||
|
@ -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[] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user