mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Removed unused Block->isLiquid property
This commit is contained in:
parent
b1c4578726
commit
f866efb622
@ -542,7 +542,6 @@ class Block extends Position implements Metadatable{
|
||||
public $isReplaceable = false;
|
||||
public $isPlaceable = true;
|
||||
public $hasPhysics = false;
|
||||
public $isLiquid = false;
|
||||
public $isFullBlock = true;
|
||||
public $x = 0;
|
||||
public $y = 0;
|
||||
|
@ -30,7 +30,6 @@ use pocketmine\math\Vector3;
|
||||
abstract class Liquid extends Transparent{
|
||||
public $hasEntityCollision = true;
|
||||
|
||||
public $isLiquid = true;
|
||||
public $breakable = false;
|
||||
public $isReplaceable = true;
|
||||
public $isSolid = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user