Package net.minecraft.world.biome
Class BiomeGenSwamp
- java.lang.Object
-
- net.minecraft.world.biome.BiomeGenBase
-
- net.minecraft.world.biome.BiomeGenSwamp
-
public class BiomeGenSwamp extends BiomeGenBase
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.world.biome.BiomeGenBase
BiomeGenBase.Height, BiomeGenBase.SpawnListEntry, BiomeGenBase.TempCategory
-
-
Field Summary
-
Fields inherited from class net.minecraft.world.biome.BiomeGenBase
beach, BIOME_ID_MAP, biomeID, biomeName, birchForest, birchForestHills, coldBeach, coldTaiga, coldTaigaHills, color, deepOcean, desert, desertHills, enableRain, enableSnow, explorationBiomesList, extremeHills, extremeHillsEdge, extremeHillsPlus, field_150609_ah, field_180279_ad, fillerBlock, fillerBlockMetadata, forest, forestHills, frozenOcean, frozenRiver, GRASS_COLOR_NOISE, height_DeepOceans, height_Default, height_HighPlateaus, height_LowHills, height_LowIslands, height_LowPlains, height_MidHills, height_MidPlains, height_Oceans, height_PartiallySubmerged, height_RockyWaters, height_ShallowWaters, height_Shores, hell, iceMountains, icePlains, jungle, jungleEdge, jungleHills, maxHeight, megaTaiga, megaTaigaHills, mesa, mesaPlateau, mesaPlateau_F, minHeight, mushroomIsland, mushroomIslandShore, ocean, plains, rainfall, river, roofedForest, savanna, savannaPlateau, sky, spawnableCaveCreatureList, spawnableCreatureList, spawnableMonsterList, spawnableWaterCreatureList, stoneBeach, swampland, taiga, taigaHills, temperature, temperatureNoise, topBlock, waterColorMultiplier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BiomeGenSwamp(int parInt1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFoliageColorAtPos(BlockPos var1)
int
getGrassColorAtPos(BlockPos blockpos)
BlockFlower.EnumFlowerType
pickRandomFlower(EaglercraftRandom var1, BlockPos var2)
-
Methods inherited from class net.minecraft.world.biome.BiomeGenBase
bootstrap, canSpawnLightningBolt, createMutatedBiome, createMutation, func_150557_a, func_150563_c, generateBiomeTerrain, genTerrainBlocks, getBiome, getBiomeClass, getBiomeFromBiomeList, getBiomeGenArray, getEnableSnow, getFloatRainfall, getFloatTemperature, getIntRainfall, getSkyColorByTemp, getSpawnableList, getSpawningChance, getTempCategory, isEqualTo, isHighHumidity, isSnowyBiome, setBiomeName, setColor, setDisableRain, setEnableSnow, setFillerBlockMetadata, setHeight, setTemperatureRainfall
-
-
-
-
Method Detail
-
getGrassColorAtPos
public int getGrassColorAtPos(BlockPos blockpos)
- Overrides:
getGrassColorAtPos
in classBiomeGenBase
-
getFoliageColorAtPos
public int getFoliageColorAtPos(BlockPos var1)
- Overrides:
getFoliageColorAtPos
in classBiomeGenBase
-
pickRandomFlower
public BlockFlower.EnumFlowerType pickRandomFlower(EaglercraftRandom var1, BlockPos var2)
- Overrides:
pickRandomFlower
in classBiomeGenBase
-
-