DartMcLauncherFabricProperties class

Inheritance

Constructors

DartMcLauncherFabricProperties({@required String fabric_version, @required String minecraft_version, @required String jar_file, @required int maxram, @required int minram, bool gui: false, @required String file })
DartMcLauncherFabricProperties.loadFile(String file)
DartMcLauncherFabricProperties.loadMap(Map<String, dynamic> map)
DartMcLauncherFabricProperties.loadProperties(Properties properties, String file)

Properties

fabric_version ↔ String
read / write
file ↔ String
read / write, override
gui ↔ bool
read / write, override
jar_file ↔ String
read / write, override
maxram ↔ int
read / write, override
minecraft_version ↔ String
read / write, override
minram ↔ int
read / write, override
template PropertiesTemplate
read / write, override
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

save() → Future<File>
override
saveSync() → void
override
saveToFile(String file) → Future<File>
override
saveToFileSync(String file) → void
override
toMap() → Map<String, dynamic>
override
toProperties() Properties
override
toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

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