Documentation

LevelSettings
in package

Table of Contents

$commandsEnabled  : bool
$defaultPlayerPermission  : int
$difficulty  : int
$eduEditionOffer  : int
$eduProductUUID  : string
$eduSharedUriResource  : EducationUriResource|null
$experimentalGameplayOverride  : bool|null
$experiments  : Experiments
$gameRules  : array<string|int, mixed>
$generator  : int
$hasAchievementsDisabled  : bool
$hasBonusChestEnabled  : bool
$hasConfirmedPlatformLockedContent  : bool
$hasEduFeaturesEnabled  : bool
$hasLANBroadcast  : bool
$hasLockedBehaviorPack  : bool
$hasLockedResourcePack  : bool
$hasStartWithMapEnabled  : bool
$isFromLockedWorldTemplate  : bool
$isFromWorldTemplate  : bool
$isMultiplayerGame  : bool
$isNewNether  : bool
$isTexturePacksRequired  : bool
$isWorldTemplateOptionLocked  : bool
$lightningLevel  : float
$limitedWorldLength  : int
$limitedWorldWidth  : int
$onlySpawnV1Villagers  : bool
$platformBroadcastMode  : int
$rainLevel  : float
$seed  : int
$serverChunkTickRadius  : int
$spawnPosition  : BlockPosition
$spawnSettings  : SpawnSettings
$time  : int
$useMsaGamertagsOnly  : bool
$vanillaVersion  : string
$worldGamemode  : int
$xboxLiveBroadcastMode  : int
read()  : self
write()  : void
internalRead()  : void

Properties

$defaultPlayerPermission

public int $defaultPlayerPermission = \pocketmine\network\mcpe\protocol\types\PlayerPermissions::MEMBER

$eduEditionOffer

public int $eduEditionOffer = \pocketmine\network\mcpe\protocol\types\EducationEditionOffer::NONE

$experimentalGameplayOverride

public bool|null $experimentalGameplayOverride = null

$gameRules

public array<string|int, mixed> $gameRules = []
Tags
phpstan-var

array<string, GameRule>

$generator

public int $generator = \pocketmine\network\mcpe\protocol\types\GeneratorType::OVERWORLD

$hasAchievementsDisabled

public bool $hasAchievementsDisabled = true

$hasBonusChestEnabled

public bool $hasBonusChestEnabled = false

$hasConfirmedPlatformLockedContent

public bool $hasConfirmedPlatformLockedContent = false

$hasEduFeaturesEnabled

public bool $hasEduFeaturesEnabled = false

$hasLockedBehaviorPack

public bool $hasLockedBehaviorPack = false

$hasLockedResourcePack

public bool $hasLockedResourcePack = false

$hasStartWithMapEnabled

public bool $hasStartWithMapEnabled = false

$isFromLockedWorldTemplate

public bool $isFromLockedWorldTemplate = false

$isFromWorldTemplate

public bool $isFromWorldTemplate = false

$isTexturePacksRequired

public bool $isTexturePacksRequired = true

$isWorldTemplateOptionLocked

public bool $isWorldTemplateOptionLocked = false

$onlySpawnV1Villagers

public bool $onlySpawnV1Villagers = false

$platformBroadcastMode

public int $platformBroadcastMode = \pocketmine\network\mcpe\protocol\types\MultiplayerGameVisibility::PUBLIC

$serverChunkTickRadius

public int $serverChunkTickRadius = 4

$useMsaGamertagsOnly

public bool $useMsaGamertagsOnly = false

$vanillaVersion

public string $vanillaVersion = \pocketmine\network\mcpe\protocol\ProtocolInfo::MINECRAFT_VERSION_NETWORK

$xboxLiveBroadcastMode

public int $xboxLiveBroadcastMode = \pocketmine\network\mcpe\protocol\types\MultiplayerGameVisibility::PUBLIC

Methods

Search results