Interface | Description |
---|---|
CustomBiomeManager.CustomBiomeListener | |
Minecraft1_17Biomes |
All Minecraft 1.17 biome IDs, plus names and other info.
|
Minecraft1_20Biomes |
A combination of Minecraft 1.17 and earlier biomes with Minecraft 1.18+ biomes, providing continuity between them.
|
Minecraft1_7Biomes |
All Minecraft 1.7 and 1.8 biome IDs, plus names and other info.
|
Class | Description |
---|---|
AbstractBiomeInfo |
An abstract base class for biome info classes (
BiomeScheme 's which just provide static information about the
supported biomes and cannot calculate biomes). |
AbstractBiomeScheme |
An abstract base class for
BiomeScheme s. |
AbstractMinecraft1_1BiomeScheme |
An abstract base class for
BiomeScheme s which provide the biomes as
used in Minecraft 1.1. |
AbstractMinecraft1_20BiomeScheme |
An abstract base class for
BiomeScheme s which provide the biomes as
used in Minecraft 1.18 and later. |
AbstractMinecraft1_2BiomeScheme |
An abstract base class for
BiomeScheme s which provide the biomes as
used in Minecraft 1.2 through 1.6. |
AbstractMinecraft1_7BiomeScheme |
An abstract base class for
BiomeScheme s which provide the biomes as
used in Minecraft 1.7 to 1.12.1. |
BiomeSchemeManager | |
CustomBiome | |
CustomBiomeManager |
Coordinates loading, saving and editing of custom biomes.
|
Minecraft1_10BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.10 jar files to provide
biomes according to the Default world type. |
Minecraft1_10LargeBiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.10 jar files to provide
biomes according to the Large Biomes world type. |
Minecraft1_12BiomeInfo |
This is a non functional biome scheme, intended only for providing information about supported biomes but without the
ability to actually calculate biomes.
|
Minecraft1_12BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.12 jar files to provide
biomes according to the Default world type. |
Minecraft1_12JarBiomeScheme |
An abstract base class for
BiomeScheme s which can invoke Minecraft
code from a Minecraft jar file for version 1.12 to calculate biomes. |
Minecraft1_12LargeBiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.12 jar files to provide
biomes according to the Large Biomes world type. |
Minecraft1_17BiomeInfo |
This is a non functional biome scheme, intended only for providing
information about supported biomes but without the ability to actually
calculate biomes.
|
Minecraft1_17Biomes.StaticInitialiser | |
Minecraft1_1BiomeInfo |
This is a non functional biome scheme, intended only for providing
information about supported biomes but without the ability to actually
calculate biomes.
|
Minecraft1_1BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.1 jar files to provide
biomes. |
Minecraft1_20Biomes.StaticInitialiser | |
Minecraft1_2BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.2 through 1.5 jar files
to provide biomes according to the Default world type. |
Minecraft1_2JarBiomeScheme |
An abstract base class for
BiomeScheme s which can invoke Minecraft
code from a Minecraft jar file for version 1.2 through 1.6 to calculate
biomes. |
Minecraft1_3LargeBiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.3 through 1.5 jar files
to provide biomes according to the Large Biomes world type. |
Minecraft1_6BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.6 jar files to provide
biomes according to the Default world type. |
Minecraft1_6LargeBiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.6 jar files to provide
biomes according to the Large Biomes world type. |
Minecraft1_7Biomes.StaticInitialiser | |
Minecraft1_7BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.7 jar files to provide
biomes according to the Default world type. |
Minecraft1_7JarBiomeScheme | |
Minecraft1_7LargeBiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.7 jar files to provide
biomes according to the Large Biomes world type. |
Minecraft1_8BiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.8 and 1.9 jar files to
provide biomes according to the Default world type. |
Minecraft1_8JarBiomeScheme |
An abstract base class for
BiomeScheme s which can invoke Minecraft
code from a Minecraft jar file for version 1.8 and later to calculate biomes. |
Minecraft1_8LargeBiomeScheme |
A
BiomeScheme which makes use of Minecraft 1.8 and 1.9 jar files to
provide biomes according to the Large Biomes world type. |
MinecraftJarBiomeScheme |
An abstract base class for
BiomeScheme s which can invoke Minecraft
code from a Minecraft jar file for version 1.1 to calculate biomes. |
StaticBiomeInfo |
This is a non functional biome scheme, intended only for providing
information about supported biomes but without the ability to actually
calculate biomes.
|