Documentation

MushroomBlockTypeIdMap
in package
Uses SingletonTrait

Table of Contents

$enumToId  : array<string|int, mixed>
$idToEnum  : array<string|int, mixed>
$instance  : self|null
__construct()  : mixed
fromId()  : MushroomBlockType|null
getInstance()  : self
register()  : void
reset()  : void
setInstance()  : void
toId()  : int
make()  : self

Properties

$idToEnum

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

array<int, MushroomBlockType>

Methods

getInstance()

public static getInstance() : self
Return values
self

setInstance()

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

Search results