Modifier and Type | Class and Description |
---|---|
class |
ClientWorld |
Modifier and Type | Interface and Description |
---|---|
interface |
IWorld |
interface |
IWorldReader |
Modifier and Type | Class and Description |
---|---|
class |
World |
Modifier and Type | Class and Description |
---|---|
class |
BiomeContainer |
Modifier and Type | Field and Description |
---|---|
private BiomeManager.IBiomeReader |
BiomeManager.reader |
Modifier and Type | Method and Description |
---|---|
Biome |
IBiomeMagnifier.getBiome(long seed,
int x,
int y,
int z,
BiomeManager.IBiomeReader biomeReader) |
Biome |
ColumnFuzzedBiomeMagnifier.getBiome(long seed,
int x,
int y,
int z,
BiomeManager.IBiomeReader biomeReader) |
Biome |
FuzzedBiomeMagnifier.getBiome(long seed,
int x,
int y,
int z,
BiomeManager.IBiomeReader biomeReader) |
Constructor and Description |
---|
BiomeManager(BiomeManager.IBiomeReader readerIn,
long seedIn,
IBiomeMagnifier magnifierIn) |
Modifier and Type | Class and Description |
---|---|
class |
BiomeProvider |
class |
CheckerboardBiomeProvider |
class |
EndBiomeProvider |
class |
OverworldBiomeProvider |
class |
SingleBiomeProvider |
Modifier and Type | Class and Description |
---|---|
class |
WorldGenRegion |
Modifier and Type | Class and Description |
---|---|
class |
ServerMultiWorld |
class |
ServerWorld |