VanillaClient class

Implemented types

Properties

auth Authorization
read / write, override-getter
handler MinecraftClientPreparer
read / write, override-getter
maxRam ↔ int
read / write, override-getter
minRam ↔ int
read / write, override-getter
onStdErr ↔ List<void Function(String)>
read / write
onStdOut ↔ List<void Function(String)>
read / write
process ↔ Process
read / write, override-getter
rootDir → String
final
running → bool
read-only, override
version ↔ String
read / write, override-getter
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

kill() → void
override
start() → Future<VanillaClient>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

createClient({String rootDir, String version, int maxRam: 512, int minRam: 2048, Authorization auth }) → Future<VanillaClient>