public abstract class BiomeBeta extends ModernBetaBiome
| Modifier and Type | Field and Description |
|---|---|
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
DONKEY_PLAINS |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
DONKEY_SAVANNA |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
HORSE_PLAINS |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
HORSE_SAVANNA |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
HUSK |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
LLAMA |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
OCELOT |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
PARROT |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
POLAR_BEAR |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
RABBIT |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
RABBIT_TUNDRA |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
SLIME_SWAMP |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
STRAY |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
WOLF_TAIGA |
additionalCaveCreatures, additionalCreatures, additionalMonsters, additionalWaterCreatures, additionalWolves, BASE_HEIGHT_BEACH, BASE_HEIGHT_LOW, BASE_HEIGHT_OCEAN, BASE_HEIGHT_TEMPERATE, BASE_HEIGHT_WET, BAT, BIG_TREE_FEATURE, CHICKEN, cloudColor, COW, CREEPER, ENDERMAN, fogColor, foliageColor, grassColor, HEIGHT_VARY_BEACH, HEIGHT_VARY_LOW, HEIGHT_VARY_OCEAN, HEIGHT_VARY_TEMPERATE, HEIGHT_VARY_WET, PIG, SHEEP, SKELETON, skyColor, SLIME, SPIDER, SQUID, TREE_FEATURE, WITCH, WOLF_FOREST, ZOMBIE, ZOMBIE_VILLAGERAIR, BEDROCK, decorator, DOUBLE_PLANT_GENERATOR, fillerBlock, flowers, GRASS_COLOR_NOISE, GRAVEL, ICE, modSpawnableLists, MUTATION_TO_BASE_ID_MAP, RED_SANDSTONE, REGISTRY, SANDSTONE, spawnableCaveCreatureList, spawnableCreatureList, spawnableMonsterList, spawnableWaterCreatureList, STONE, SWAMP_FEATURE, TEMPERATURE_NOISE, topBlock, WATER| Constructor and Description |
|---|
BiomeBeta(net.minecraft.world.biome.Biome.BiomeProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canSetIceBeta(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
boolean doWaterCheck,
double temp) |
static boolean |
canSetSnowBeta(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
double temp) |
net.minecraft.world.biome.BiomeDecorator |
createBiomeDecorator() |
int |
getFoliageColorAtPos(net.minecraft.util.math.BlockPos blockPos) |
int |
getGrassColorAtPos(net.minecraft.util.math.BlockPos blockPos) |
int |
getSkyColorByTemp(float temp) |
canSetIce, canSetSnow, getAdditionalSpawnableList, getCloudColor, getFogColor, getRandomTreeFeature, getRandomTreeFeature, populateAdditionalMobs, populateSpawnableMobsaddDefaultFlowers, addFlower, canRain, decorate, generateBiomeTerrain, genTerrainBlocks, getBaseHeight, getBiome, getBiome, getBiomeClass, getBiomeForId, getBiomeName, getDefaultTemperature, getEnableSnow, getHeightVariation, getIdForBiome, getModdedBiomeDecorator, getModdedBiomeFoliageColor, getModdedBiomeGrassColor, getMutationForBiome, getRainfall, getRandomWorldGenForGrass, getSpawnableList, getSpawningChance, getTempCategory, getTemperature, getWaterColor, getWaterColorMultiplier, ignorePlayerSpawnSuitability, isHighHumidity, isMutation, isSnowyBiome, pickRandomFlower, plantFlower, registerBiome, registerBiomesprotected static final net.minecraft.world.biome.Biome.SpawnListEntry RABBIT
protected static final net.minecraft.world.biome.Biome.SpawnListEntry RABBIT_TUNDRA
protected static final net.minecraft.world.biome.Biome.SpawnListEntry POLAR_BEAR
protected static final net.minecraft.world.biome.Biome.SpawnListEntry HORSE_PLAINS
protected static final net.minecraft.world.biome.Biome.SpawnListEntry HORSE_SAVANNA
protected static final net.minecraft.world.biome.Biome.SpawnListEntry DONKEY_PLAINS
protected static final net.minecraft.world.biome.Biome.SpawnListEntry DONKEY_SAVANNA
protected static final net.minecraft.world.biome.Biome.SpawnListEntry LLAMA
protected static final net.minecraft.world.biome.Biome.SpawnListEntry PARROT
protected static final net.minecraft.world.biome.Biome.SpawnListEntry OCELOT
protected static final net.minecraft.world.biome.Biome.SpawnListEntry WOLF_TAIGA
protected static final net.minecraft.world.biome.Biome.SpawnListEntry HUSK
protected static final net.minecraft.world.biome.Biome.SpawnListEntry STRAY
protected static final net.minecraft.world.biome.Biome.SpawnListEntry SLIME_SWAMP
public BiomeBeta(net.minecraft.world.biome.Biome.BiomeProperties properties)
public net.minecraft.world.biome.BiomeDecorator createBiomeDecorator()
createBiomeDecorator in class net.minecraft.world.biome.Biomepublic int getSkyColorByTemp(float temp)
getSkyColorByTemp in class ModernBetaBiomepublic int getGrassColorAtPos(net.minecraft.util.math.BlockPos blockPos)
getGrassColorAtPos in class ModernBetaBiomepublic int getFoliageColorAtPos(net.minecraft.util.math.BlockPos blockPos)
getFoliageColorAtPos in class ModernBetaBiomepublic static boolean canSetIceBeta(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
boolean doWaterCheck,
double temp)
public static boolean canSetSnowBeta(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
double temp)