Documentation

SpawnSettings
in package

Table of Contents

BIOME_TYPE_DEFAULT  = 0
BIOME_TYPE_USER_DEFINED  = 1
$biomeName  : string
$biomeType  : int
$dimension  : int
__construct()  : mixed
getBiomeName()  : string
getBiomeType()  : int
getDimension()  : int
read()  : self
write()  : void

Constants

BIOME_TYPE_USER_DEFINED

public mixed BIOME_TYPE_USER_DEFINED = 1

Properties

Methods

__construct()

public __construct(int $biomeType, string $biomeName, int $dimension) : mixed
Parameters
$biomeType : int
$biomeName : string
$dimension : int
Return values
mixed

getBiomeName()

public getBiomeName() : string
Return values
string

getBiomeType()

public getBiomeType() : int
Return values
int

Search results