public abstract class ModernBetaBiome
extends net.minecraft.world.biome.Biome
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> |
additionalCaveCreatures |
protected java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> |
additionalCreatures |
protected java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> |
additionalMonsters |
protected java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> |
additionalWaterCreatures |
protected java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> |
additionalWolves |
protected static float |
BASE_HEIGHT_BEACH |
protected static float |
BASE_HEIGHT_LOW |
protected static float |
BASE_HEIGHT_OCEAN |
protected static float |
BASE_HEIGHT_TEMPERATE |
protected static float |
BASE_HEIGHT_WET |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
BAT |
static WorldGenFancyOak |
BIG_TREE_FEATURE |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
CHICKEN |
protected int |
cloudColor |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
COW |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
CREEPER |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
ENDERMAN |
protected int |
fogColor |
protected int |
foliageColor |
protected int |
grassColor |
protected static float |
HEIGHT_VARY_BEACH |
protected static float |
HEIGHT_VARY_LOW |
protected static float |
HEIGHT_VARY_OCEAN |
protected static float |
HEIGHT_VARY_TEMPERATE |
protected static float |
HEIGHT_VARY_WET |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
PIG |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
SHEEP |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
SKELETON |
protected int |
skyColor |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
SLIME |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
SPIDER |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
SQUID |
static net.minecraft.world.gen.feature.WorldGenTrees |
TREE_FEATURE |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
WITCH |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
WOLF_FOREST |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
WOLF_TAIGA |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
ZOMBIE |
protected static net.minecraft.world.biome.Biome.SpawnListEntry |
ZOMBIE_VILLAGER |
AIR, 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 |
|---|
ModernBetaBiome(net.minecraft.world.biome.Biome.BiomeProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetIce(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
boolean doWaterCheck,
double temp) |
boolean |
canSetSnow(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
double temp) |
java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> |
getAdditionalSpawnableList(net.minecraft.entity.EnumCreatureType creatureType,
boolean addWolves) |
int |
getCloudColor() |
int |
getFogColor() |
int |
getFoliageColorAtPos(net.minecraft.util.math.BlockPos blockPos) |
int |
getGrassColorAtPos(net.minecraft.util.math.BlockPos blockPos) |
net.minecraft.world.gen.feature.WorldGenAbstractTree |
getRandomTreeFeature(java.util.Random random) |
net.minecraft.world.gen.feature.WorldGenAbstractTree |
getRandomTreeFeature(java.util.Random random,
ModernBetaGeneratorSettings settings) |
int |
getSkyColorByTemp(float temp) |
protected void |
populateAdditionalMobs(net.minecraft.entity.EnumCreatureType creatureType,
boolean addWolves,
net.minecraft.world.biome.Biome.SpawnListEntry... entries) |
protected void |
populateSpawnableMobs(net.minecraft.entity.EnumCreatureType creatureType,
net.minecraft.world.biome.Biome.SpawnListEntry... entries) |
addDefaultFlowers, addFlower, canRain, createBiomeDecorator, 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, registerBiomespublic static final net.minecraft.world.gen.feature.WorldGenTrees TREE_FEATURE
public static final WorldGenFancyOak BIG_TREE_FEATURE
protected static final float BASE_HEIGHT_LOW
protected static final float HEIGHT_VARY_LOW
protected static final float BASE_HEIGHT_TEMPERATE
protected static final float HEIGHT_VARY_TEMPERATE
protected static final float BASE_HEIGHT_WET
protected static final float HEIGHT_VARY_WET
protected static final float BASE_HEIGHT_BEACH
protected static final float HEIGHT_VARY_BEACH
protected static final float BASE_HEIGHT_OCEAN
protected static final float HEIGHT_VARY_OCEAN
protected static final net.minecraft.world.biome.Biome.SpawnListEntry SHEEP
protected static final net.minecraft.world.biome.Biome.SpawnListEntry PIG
protected static final net.minecraft.world.biome.Biome.SpawnListEntry CHICKEN
protected static final net.minecraft.world.biome.Biome.SpawnListEntry COW
protected static final net.minecraft.world.biome.Biome.SpawnListEntry WOLF_FOREST
protected static final net.minecraft.world.biome.Biome.SpawnListEntry WOLF_TAIGA
protected static final net.minecraft.world.biome.Biome.SpawnListEntry SPIDER
protected static final net.minecraft.world.biome.Biome.SpawnListEntry ZOMBIE
protected static final net.minecraft.world.biome.Biome.SpawnListEntry SKELETON
protected static final net.minecraft.world.biome.Biome.SpawnListEntry CREEPER
protected static final net.minecraft.world.biome.Biome.SpawnListEntry SLIME
protected static final net.minecraft.world.biome.Biome.SpawnListEntry ENDERMAN
protected static final net.minecraft.world.biome.Biome.SpawnListEntry WITCH
protected static final net.minecraft.world.biome.Biome.SpawnListEntry ZOMBIE_VILLAGER
protected static final net.minecraft.world.biome.Biome.SpawnListEntry SQUID
protected static final net.minecraft.world.biome.Biome.SpawnListEntry BAT
protected final java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> additionalMonsters
protected final java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> additionalCreatures
protected final java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> additionalWolves
protected final java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> additionalWaterCreatures
protected final java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> additionalCaveCreatures
protected int skyColor
protected int fogColor
protected int cloudColor
protected int grassColor
protected int foliageColor
public ModernBetaBiome(net.minecraft.world.biome.Biome.BiomeProperties properties)
public int getSkyColorByTemp(float temp)
getSkyColorByTemp in class net.minecraft.world.biome.Biomepublic int getGrassColorAtPos(net.minecraft.util.math.BlockPos blockPos)
getGrassColorAtPos in class net.minecraft.world.biome.Biomepublic int getFoliageColorAtPos(net.minecraft.util.math.BlockPos blockPos)
getFoliageColorAtPos in class net.minecraft.world.biome.Biomepublic int getFogColor()
public int getCloudColor()
public net.minecraft.world.gen.feature.WorldGenAbstractTree getRandomTreeFeature(java.util.Random random)
getRandomTreeFeature in class net.minecraft.world.biome.Biomepublic net.minecraft.world.gen.feature.WorldGenAbstractTree getRandomTreeFeature(java.util.Random random,
ModernBetaGeneratorSettings settings)
public boolean canSetIce(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
boolean doWaterCheck,
double temp)
public boolean canSetSnow(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos,
double temp)
public java.util.List<net.minecraft.world.biome.Biome.SpawnListEntry> getAdditionalSpawnableList(net.minecraft.entity.EnumCreatureType creatureType,
boolean addWolves)
protected void populateSpawnableMobs(net.minecraft.entity.EnumCreatureType creatureType,
net.minecraft.world.biome.Biome.SpawnListEntry... entries)
protected void populateAdditionalMobs(net.minecraft.entity.EnumCreatureType creatureType,
boolean addWolves,
net.minecraft.world.biome.Biome.SpawnListEntry... entries)