mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-29 22:25:52 +00:00
Make RedstoneRail class abstract
This commit is contained in:
parent
8fe3f6ef1b
commit
c809365c39
@ -23,7 +23,7 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
class RedstoneRail extends BaseRail{
|
abstract class RedstoneRail extends BaseRail{
|
||||||
protected const FLAG_POWERED = 0x08;
|
protected const FLAG_POWERED = 0x08;
|
||||||
|
|
||||||
/** @var bool */
|
/** @var bool */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user