mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Block creating and property handling rewrite, part1
This commit is contained in:
@ -22,6 +22,8 @@
|
||||
namespace pocketmine\block;
|
||||
|
||||
abstract class Solid extends Block{
|
||||
public $isSolid = true;
|
||||
public $isFullBlock = true;
|
||||
|
||||
public function isSolid(){
|
||||
return true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user