UNPKG

mc-anvil

Version:

A Typescript library for reading Minecraft Anvil format files and Minecraft NBT format files in the browser.

9 lines 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var chunk_1 = require("./chunk"); Object.defineProperty(exports, "Chunk", { enumerable: true, get: function () { return chunk_1.Chunk; } }); Object.defineProperty(exports, "indexFromBiomeCoordinate", { enumerable: true, get: function () { return chunk_1.indexFromBiomeCoordinate; } }); Object.defineProperty(exports, "indexFromChunkCoordinate", { enumerable: true, get: function () { return chunk_1.indexFromChunkCoordinate; } }); Object.defineProperty(exports, "chunkCoordinateFromIndex", { enumerable: true, get: function () { return chunk_1.chunkCoordinateFromIndex; } }); Object.defineProperty(exports, "biomeCoordinateFromIndex", { enumerable: true, get: function () { return chunk_1.biomeCoordinateFromIndex; } }); //# sourceMappingURL=index.js.map