UNPKG

minecraft-java-core

Version:

A library starting minecraft game NW.js and Electron.js

9 lines (8 loc) 237 B
/** * This code is distributed under the CC-BY-NC 4.0 license: * https://creativecommons.org/licenses/by-nc/4.0/ * * Original author: Luuxis */ declare function CustomBuffer(existingBuffer?: any): void; export default CustomBuffer;