UNPKG

minecraft-java-core

Version:

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

13 lines (12 loc) 295 B
/** * This code is distributed under the CC-BY-NC 4.0 license: * https://creativecommons.org/licenses/by-nc/4.0/ * * Original author: Luuxis */ export default class status { ip: string; port: number; constructor(ip?: string, port?: number); getStatus(): Promise<unknown>; }