Package net.minecraft.world.biome
Class BadlandsPlateauBiome
java.lang.Object
net.minecraft.world.biome.Biome
net.minecraft.world.biome.BadlandsPlateauBiome
public final class BadlandsPlateauBiome extends Biome
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.biome.Biome
Biome.Category, Biome.MixedNoisePoint, Biome.Precipitation, Biome.Settings, Biome.SpawnDensity, Biome.SpawnEntry, Biome.TemperatureGroup -
Field Summary
Fields inherited from class net.minecraft.world.biome.Biome
BIOMES, carvers, category, depth, downfall, effects, features, field_24677, flowerFeatures, FOLIAGE_NOISE, LOGGER, parent, PARENT_BIOME_ID_MAP, precipitation, scale, surfaceBuilder, temperature, TEMPERATURE_NOISE, translationKey -
Constructor Summary
Constructors Constructor Description BadlandsPlateauBiome() -
Method Summary
Modifier and Type Method Description intgetFoliageColor()intgetGrassColorAt(double x, double z)Methods inherited from class net.minecraft.world.biome.Biome
addCarver, addFeature, addSpawn, addSpawnDensity, addStructureFeature, buildSurface, canSetIce, canSetIce, canSetSnow, computeTemperature, configureCarver, generateFeatureStep, getAdditionsSound, getCarversForStep, getCategory, getDepth, getEffects, getEntitySpawnList, getFeaturesForStep, getFlowerFeatures, getFogColor, getLoopSound, getMaxSpawnChance, getModifiedBiome, getMoodSound, getName, getParent, getParticleConfig, getPrecipitation, getRainfall, getScale, getSkyColor, getSpawnDensity, getSurfaceBuilder, getSurfaceConfig, getTemperature, getTemperature, getTemperatureGroup, getTranslationKey, getWaterColor, getWaterFogColor, hasHighHumidity, hasParent, hasStructureFeature, method_27343, method_28405, method_28413, streamNoises
-
Constructor Details
-
BadlandsPlateauBiome
public BadlandsPlateauBiome()
-
-
Method Details
-
getFoliageColor
@Environment(CLIENT) public int getFoliageColor()- Overrides:
getFoliageColorin classBiome
-
getGrassColorAt
@Environment(CLIENT) public int getGrassColorAt(double x, double z)- Overrides:
getGrassColorAtin classBiome
-