Interface GenerateChunkFunction

Function used in all generation callbacks.

  • Parameters

    • chunkX: number

      chunk X coordinate; multiply by 16 to receive corner block coordinates

    • chunkZ: number

      chunk Z coordinate; multiply by 16 to receive corner block coordinates

    • random: Random

      random object that should be used for generation process; already seeded by appropriate values

    • dimensionId: number

      current dimension's numeric ID

    • chunkSeed: number

      chunk-specific seed to use in chunk random generation

    • worldSeed: number

      world-specific seed to use in chunk generation

    • dimensionSeed: number

      dimension-specific seed to use in chunk generation

    Returns void

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.