FabricClient class

Implemented types

Properties

auth Authorization
read / write, override-getter
fabric_version ↔ String
read / write
handler MinecraftClientPreparer
read / write, override-getter
maxRam ↔ int
read / write, override-getter
minecraft_version ↔ String
read / write
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<FabricClient>
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 minecraft_version, String fabric_version, String installer_version, int maxRam: 2048, int minRam: 512, Authorization auth }) → Future<FabricClient>