mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 21:03:45 +00:00
fix CS
This commit is contained in:
parent
541a624d48
commit
c0e178c19c
@ -55,7 +55,6 @@ abstract class BaseBanner extends Transparent{
|
|||||||
parent::__construct($idInfo, $name, $breakInfo);
|
parent::__construct($idInfo, $name, $breakInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function getRequiredStateDataBits() : int{ return 0; }
|
public function getRequiredStateDataBits() : int{ return 0; }
|
||||||
|
|
||||||
protected function decodeState(BlockDataReader $r) : void{
|
protected function decodeState(BlockDataReader $r) : void{
|
||||||
|
@ -42,7 +42,6 @@ class Door extends Transparent{
|
|||||||
protected bool $hingeRight = false;
|
protected bool $hingeRight = false;
|
||||||
protected bool $open = false;
|
protected bool $open = false;
|
||||||
|
|
||||||
|
|
||||||
public function getRequiredStateDataBits() : int{ return 5; }
|
public function getRequiredStateDataBits() : int{ return 5; }
|
||||||
|
|
||||||
protected function decodeState(BlockDataReader $r) : void{
|
protected function decodeState(BlockDataReader $r) : void{
|
||||||
|
@ -28,7 +28,6 @@ use pocketmine\math\Facing;
|
|||||||
trait AnyFacingTrait{
|
trait AnyFacingTrait{
|
||||||
protected int $facing = Facing::DOWN;
|
protected int $facing = Facing::DOWN;
|
||||||
|
|
||||||
|
|
||||||
public function getRequiredStateDataBits() : int{ return 3; }
|
public function getRequiredStateDataBits() : int{ return 3; }
|
||||||
|
|
||||||
protected function decodeState(BlockDataReader $r) : void{
|
protected function decodeState(BlockDataReader $r) : void{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user