mc_launcher
client
VanillaClient
onStdOut property
onStdOut
mc_launcher
client
VanillaClient
onStdOut property
VanillaClient class
Properties
auth
handler
maxRam
minRam
onStdErr
onStdOut
process
rootDir
running
version
hashCode
runtimeType
Methods
kill
start
noSuchMethod
toString
Operators
operator ==
Static methods
createClient
onStdOut
property
List
<
void Function
(
String
)
>
onStdOut
read / write
Implementation
List<void Function(String)> onStdOut = [ (data) { stdout.write(data); } ]