All Superinterfaces:
CopyableEntity<Biome>, DeepComparableEntity, MappedEntity
All Known Implementing Classes:
StaticBiome

public interface Biome extends MappedEntity, CopyableEntity<Biome>, DeepComparableEntity
  • Method Details

    • hasPrecipitation

      boolean hasPrecipitation()
    • getPrecipitation

      @Obsolete(since="1.19.3") Biome.Precipitation getPrecipitation()
    • getTemperature

      float getTemperature()
    • getTemperatureModifier

      Biome.TemperatureModifier getTemperatureModifier()
    • getDownfall

      float getDownfall()
    • getCategory

      @Obsolete(since="1.19") @Nullable @Nullable Biome.Category getCategory()
    • getDepth

      @Obsolete(since="1.18") @Nullable @Nullable Float getDepth()
    • getScale

      @Obsolete(since="1.18") @Nullable @Nullable Float getScale()
    • getEffects

      BiomeEffects getEffects()
    • decode

      static Biome decode(NBT nbt, ClientVersion version, @Nullable @Nullable TypesBuilderData data)
    • encode

      static NBT encode(Biome biome, ClientVersion version)