Documentation

BiomeRegistry
in package
Uses SingletonTrait

Table of Contents

$biomes  : array<string|int, Biome>|SplFixedArray
$instance  : self|null
__construct()  : mixed
getBiome()  : Biome
getInstance()  : self
register()  : void
reset()  : void
setInstance()  : void
make()  : self

Properties

$biomes

private array<string|int, Biome>|SplFixedArray $biomes
Tags
phpstan-var

\SplFixedArray<Biome>

Methods

__construct()

public __construct() : mixed
Return values
mixed

getInstance()

public static getInstance() : self
Return values
self

register()

public register(int $id, Biome $biome) : void
Parameters
$id : int
$biome : Biome
Return values
void

setInstance()

public static setInstance(self $instance) : void
Parameters
$instance : self
Return values
void

Search results