Documentation

ThreadLocalGeneratorContext
in package

Manages thread-local caches for generators and the things needed to support them

Table of Contents

$contexts  : array<string|int, self>
$generator  : Generator
$worldMaxY  : int
$worldMinY  : int
__construct()  : mixed
fetch()  : self|null
getGenerator()  : Generator
getWorldMaxY()  : int
getWorldMinY()  : int
register()  : void
unregister()  : void

Properties

Methods

register()

public static register(self $context, int $worldId) : void
Parameters
$context : self
$worldId : int
Return values
void

Search results