Minecraft Meta
Minecraft meta containing information about available client- and server releases.
Author
Griefed
Parameters
Minecraft manifest file.
To acquire Forge instances for this MinecraftClient version.
Commonly used utilities across ServerPackCreator.
ServerPackCreator settings.
Constructors
Functions
Get all available Minecraft releases, both releases and pre-releases or snapshots, in descending order.
Get a list of all available MinecraftClient of the de.griefed.serverpackcreator.api.versionmeta.Type.RELEASE, in ascending order.
Get a list of all available MinecraftClient of the de.griefed.serverpackcreator.api.versionmeta.Type.SNAPSHOT, in ascending order.
Get a specific Minecraft client as a MinecraftClient wrapped in an Optional.
Get a specific MinecraftServer for the specified Minecraft-version, wrapped in an Optional.
Check whether a MinecraftClient is available for the specified Minecraft-version.
Check whether a MinecraftServer is available for the specified Minecraft-version.
Get the latest Minecraft release as a MinecraftClient.
Get the latest MinecraftServer of the de.griefed.serverpackcreator.api.versionmeta.Type.RELEASE, wrapped in an Optional.
Get the latest Minecraft snapshot as a MinecraftClient.
Get the latest MinecraftServer of the de.griefed.serverpackcreator.api.versionmeta.Type.SNAPSHOT, wrapped in an Optional.
Get a list of all available MinecraftServer of the de.griefed.serverpackcreator.api.versionmeta.Type.RELEASE, in descending order.
Get a list of all available MinecraftServer of the de.griefed.serverpackcreator.api.versionmeta.Type.SNAPSHOT, in descending order.
Depending on whether de.griefed.serverpackcreator.minecraft.snapshots-property is set to true|false this will return either allVersionsArrayDescending or releaseVersionsArrayDescending.