MinecraftMeta class

Implemented types

Constructors

MinecraftMeta.new({Client? client})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
getAccountMigration({bool testing = false}) Future<Map<String, dynamic>>
Launcher Content - Account Migration
override
getAlertMessaging({bool testing = false}) Future<AlertMessaging>
Launcher Content - Alert Messaging
override
getBedrockPatchNotes({bool testing = false}) Future<BedrockPatchNotes>
override
getDungeonsDLC(String locale, {bool testing = false}) Future<Map<String, dynamic>>
Launcher Content - Dungeons DLCs
override
getDungeonsMeta(String platform) Future<Map<String, dynamic>>
Piston Meta - Dungeons
override
getDungeonsPatchNotes({bool testing = false}) Future<DungeonsPatchNotes>
override
getFAQ({bool testing = false}) Future<FAQ>
Launcher Content - FAQ
override
getJavaPatchNotes({bool testing = false}) Future<JavaPatchNotes>
Launcher Content - Patch Notes
override
getJavaRuntime() Future<ManifestData>
Launcher Meta - Java Runtime
override
getLauncherPatchNotesV2({bool testing = false}) Future<LauncherPatchNotesV2>
override
getLauncherVersionManifestV2() Future<VersionManifestV2>
Launcher Meta - Minecraft Java Edition Versions
override
getNews({bool testing = false}) Future<News>
Launcher Content - News
override
getPistonVersionManifestV2() Future<VersionManifestV2>
Piston Meta - Minecraft Java Edition Versions
override
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