SerenityJS
    Preparing search index...

    Class SuperflatWorker

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    bedrock: BlockPermutation<keyof BlockState> = ...
    dirt: BlockPermutation<keyof BlockState> = ...
    generator: typeof TerrainGenerator

    The generator for the worker.

    grass: BlockPermutation<keyof BlockState> = ...

    The properties of the worker.

    path: string = __filename

    The path of the worker file.

    Methods