Documentation

BoolGameRule extends GameRule
in package
Uses GetTypeIdFromConstTrait

Table of Contents

ID  = \pocketmine\network\mcpe\protocol\types\GameRuleType::BOOL
$playerModifiable  : bool
$value  : bool
__construct()  : mixed
decode()  : self
encode()  : void
getTypeId()  : int
getValue()  : bool
isPlayerModifiable()  : bool

Constants

ID

public mixed ID = \pocketmine\network\mcpe\protocol\types\GameRuleType::BOOL

Properties

$playerModifiable

private bool $playerModifiable

Methods

__construct()

public __construct(bool $value, bool $isPlayerModifiable) : mixed
Parameters
$value : bool
$isPlayerModifiable : bool
Return values
mixed

getTypeId()

public abstract getTypeId() : int
Return values
int

getValue()

public getValue() : bool
Return values
bool

isPlayerModifiable()

public isPlayerModifiable() : bool
Return values
bool

Search results