mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Block creating and property handling rewrite, part1
This commit is contained in:
@ -24,11 +24,8 @@ namespace pocketmine\block;
|
||||
|
||||
|
||||
abstract class Transparent extends Block{
|
||||
public $isActivable = false;
|
||||
public $breakable = true;
|
||||
public $isFlowable = false;
|
||||
public $isTransparent = true;
|
||||
public $isReplaceable = false;
|
||||
public $isPlaceable = true;
|
||||
public $isSolid = true;
|
||||
|
||||
public function isTransparent(){
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user