MinecraftMetaInterface class abstract interface

Abstract interface class for the Minecraft meta API.

Implementers

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

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