Class Biome

java.lang.Object
net.minestom.server.world.biomes.Biome

public class Biome
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Biome.Category  
    static class  Biome.Precipitation  
    static class  Biome.TemperatureModifier  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.concurrent.atomic.AtomicInteger ID_COUNTER  
    static Biome PLAINS  
  • Constructor Summary

    Constructors 
    Constructor Description
    Biome()  
  • Method Summary

    Modifier and Type Method Description
    org.jglrxavpok.hephaistos.nbt.NBTCompound toNbt()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ID_COUNTER

      public static final java.util.concurrent.atomic.AtomicInteger ID_COUNTER
    • PLAINS

      public static final Biome PLAINS
  • Constructor Details

  • Method Details

    • toNbt

      @NotNull public org.jglrxavpok.hephaistos.nbt.NBTCompound toNbt()