public final class BiomeDefinitionData
extends java.lang.Object
| Constructor and Description |
|---|
BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float foliageSnow,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable org.cloudburstmc.protocol.common.util.index.Indexable<java.util.List<java.lang.String>> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData) |
BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float foliageSnow,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable java.util.List<java.lang.String> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData) |
BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float redSporeDensity,
float blueSporeDensity,
float ashDensity,
float whiteAshDensity,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable org.cloudburstmc.protocol.common.util.index.Indexable<java.util.List<java.lang.String>> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData) |
BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float redSporeDensity,
float blueSporeDensity,
float ashDensity,
float whiteAshDensity,
float foliageSnow,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable java.util.List<java.lang.String> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
float |
getAshDensity() |
float |
getBlueSporeDensity() |
@Nullable BiomeDefinitionChunkGenData |
getChunkGenData() |
float |
getDepth() |
float |
getDownfall() |
float |
getFoliageSnow() |
@Nullable java.lang.Integer |
getId()
The numeric id of this biome.
|
java.awt.Color |
getMapWaterColor() |
float |
getRedSporeDensity() |
float |
getScale() |
@Nullable java.util.List<java.lang.String> |
getTags() |
float |
getTemperature() |
float |
getWhiteAshDensity() |
int |
hashCode() |
boolean |
isRain() |
java.lang.String |
toString() |
public BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float redSporeDensity,
float blueSporeDensity,
float ashDensity,
float whiteAshDensity,
float foliageSnow,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable java.util.List<java.lang.String> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData)
public BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float foliageSnow,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable java.util.List<java.lang.String> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData)
public BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float foliageSnow,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable org.cloudburstmc.protocol.common.util.index.Indexable<java.util.List<java.lang.String>> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData)
public BiomeDefinitionData(@Nullable java.lang.Integer id,
float temperature,
float downfall,
float redSporeDensity,
float blueSporeDensity,
float ashDensity,
float whiteAshDensity,
float depth,
float scale,
java.awt.Color mapWaterColor,
boolean rain,
@Nullable org.cloudburstmc.protocol.common.util.index.Indexable<java.util.List<java.lang.String>> tags,
@Nullable BiomeDefinitionChunkGenData chunkGenData)
public @Nullable java.util.List<java.lang.String> getTags()
public @Nullable java.lang.Integer getId()
null for vanilla biome, and is only set for custom biome (start at 30000).public float getTemperature()
public float getDownfall()
public float getRedSporeDensity()
public float getBlueSporeDensity()
public float getAshDensity()
public float getWhiteAshDensity()
public float getFoliageSnow()
public float getDepth()
public float getScale()
public java.awt.Color getMapWaterColor()
public boolean isRain()
public @Nullable BiomeDefinitionChunkGenData getChunkGenData()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object