Documentation

IntGameRule extends GameRule
in package
Uses GetTypeIdFromConstTrait

Table of Contents

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

Constants

ID

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

Properties

$playerModifiable

private bool $playerModifiable

Methods

__construct()

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

getTypeId()

public abstract getTypeId() : int
Return values
int

getValue()

public getValue() : int
Return values
int

isPlayerModifiable()

public isPlayerModifiable() : bool
Return values
bool

Search results