UNPKG

@furox/minecraft-java-core

Version:

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

11 lines (10 loc) 257 B
/** * @author Luuxis * @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0/ */ export default class status { ip: string; port: number; constructor(ip?: string, port?: number); getStatus(): Promise<unknown>; }