Interface Biome

All Superinterfaces:
net.kyori.adventure.key.Keyed, ProtocolObject

public sealed interface Biome extends ProtocolObject
  • Method Details

    • registry

      @Contract(pure=true) @Nullable Registry.BiomeEntry registry()
      Returns the entity registry.
      Returns:
      the entity registry or null if it was created with a builder
    • namespace

      @NotNull @NotNull NamespaceID namespace()
      Specified by:
      namespace in interface ProtocolObject
    • depth

      float depth()
    • temperature

      float temperature()
    • scale

      float scale()
    • downfall

      float downfall()
    • effects

      @NotNull @NotNull BiomeEffects effects()
    • precipitation

      @NotNull @NotNull Biome.Precipitation precipitation()
    • temperatureModifier

      @NotNull @NotNull Biome.TemperatureModifier temperatureModifier()
    • toNbt

      @NotNull default @NotNull org.jglrxavpok.hephaistos.nbt.NBTCompound toNbt()
    • builder

      @NotNull static @NotNull Biome.Builder builder()