public interface MinecraftJarProvider
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getMinecraftJar(int biomeAlgorithm)
Get a Minecraft jar corresponding to a specific Minecraft version.
|
java.io.File getMinecraftJar(int biomeAlgorithm)
Note: this is a very rudimentary mechanism; for better control it is recommended to use
BiomeSchemeManager.
biomeAlgorithm - The Minecraft version for which to obtain a jar file, as specified by one of the
BIOME_ALGORITHM_* constants in Constants.null if such a jar file could
not be found.