Interface GenerateCustomDimensionChunkFunction

Function used in "GenerateCustomDimensionChunk" callback.

  • 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

    Returns void

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