DartMcLauncherVanillaProperties class
- Implemented types
Constructors
- DartMcLauncherVanillaProperties({@required String minecraft_version, @required String jar_file, @required int maxram, @required int minram, bool gui: false, @required String file })
- DartMcLauncherVanillaProperties.loadFile(String file)
-
DartMcLauncherVanillaProperties.loadMap(Map<
String, dynamic> map) - DartMcLauncherVanillaProperties.loadProperties(Properties properties, String file)
Properties
- 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