Package net.mcreator.element.types
Class Biome
java.lang.Object
net.mcreator.element.GeneratableElement
net.mcreator.element.types.Biome
-
Nested Class Summary
Nested classes/interfaces inherited from class net.mcreator.element.GeneratableElement
GeneratableElement.GSONAdapter, GeneratableElement.Unknown
-
Field Summary
Modifier and TypeFieldDescriptionint
int
double
double
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
double
final int
final int
int
int
Fields inherited from class net.mcreator.element.GeneratableElement
formatVersion
-
Constructor Summary
-
Method Summary
Methods inherited from class net.mcreator.element.GeneratableElement
finalizeModElementGeneration, getAdditionalTemplateData, getModElement, isUnknown, performQuickValidation, setModElement, wasConversionApplied
-
Field Details
-
TREES_VANILLA
public final transient int TREES_VANILLA -
TREES_CUSTOM
public final transient int TREES_CUSTOM -
name
-
groundBlock
-
undergroundBlock
-
underwaterBlock
-
airColor
-
fogColor
-
grassColor
-
foliageColor
-
waterColor
-
waterFogColor
-
ambientSound
-
additionsSound
-
music
-
moodSound
-
moodSoundDelay
public int moodSoundDelay -
spawnParticles
public boolean spawnParticles -
particleToSpawn
-
particlesProbability
public double particlesProbability -
rainingPossibility
public double rainingPossibility -
temperature
public double temperature -
spawnBiome
public boolean spawnBiome -
spawnInCaves
public boolean spawnInCaves -
spawnBiomeNether
public boolean spawnBiomeNether -
genTemperature
-
genHumidity
-
genContinentalness
-
genErosion
-
genWeirdness
-
treesPerChunk
public int treesPerChunk -
vanillaTreeType
-
treeType
public int treeType -
minHeight
public int minHeight -
treeStem
-
treeBranch
-
treeVines
-
treeFruits
-
defaultFeatures
-
spawnStronghold
public boolean spawnStronghold -
spawnMineshaft
public boolean spawnMineshaft -
spawnMineshaftMesa
public boolean spawnMineshaftMesa -
spawnPillagerOutpost
public boolean spawnPillagerOutpost -
villageType
-
spawnWoodlandMansion
public boolean spawnWoodlandMansion -
spawnJungleTemple
public boolean spawnJungleTemple -
spawnDesertPyramid
public boolean spawnDesertPyramid -
spawnSwampHut
public boolean spawnSwampHut -
spawnIgloo
public boolean spawnIgloo -
spawnOceanMonument
public boolean spawnOceanMonument -
spawnShipwreck
public boolean spawnShipwreck -
spawnShipwreckBeached
public boolean spawnShipwreckBeached -
spawnBuriedTreasure
public boolean spawnBuriedTreasure -
oceanRuinType
-
spawnNetherBridge
public boolean spawnNetherBridge -
spawnNetherFossil
public boolean spawnNetherFossil -
spawnBastionRemnant
public boolean spawnBastionRemnant -
spawnEndCity
public boolean spawnEndCity -
spawnRuinedPortal
-
spawnEntries
-
-
Constructor Details
-
Biome
-
-
Method Details
-
hasTrees
public boolean hasTrees() -
hasFruits
public boolean hasFruits() -
hasVines
public boolean hasVines() -
getUnderwaterBlock
-
generateModElementPicture
- Overrides:
generateModElementPicture
in classGeneratableElement
- Returns:
- BufferedImage of mod element preview or null if default mod element icon should be used
-