MinecraftProcessInfo class

Contains information about a running Minecraft process.

Constructors

MinecraftProcessInfo.new({required int pid, required String versionId, required Process process, MinecraftAuth? auth})
Creates a new MinecraftProcessInfo instance.

Properties

auth MinecraftAuth?
Authentication details for the player.
final
hashCode int
The hash code for this object.
no setterinherited
pid int
Process identifier.
final
process Process
Reference to the actual process.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId String
Version of Minecraft being run.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited