Class Registry.BiomeEntry

java.lang.Object
net.minestom.server.registry.Registry.BiomeEntry
All Implemented Interfaces:
Registry.Entry
Enclosing class:
Registry

public static final class Registry.BiomeEntry extends Object implements Registry.Entry
  • Method Details

    • custom

      public Registry.Properties custom()
      Specified by:
      custom in interface Registry.Entry
    • namespace

      @NotNull public @NotNull NamespaceID namespace()
    • foliageColor

      @Nullable public @Nullable Integer foliageColor()
    • grassColor

      @Nullable public @Nullable Integer grassColor()
    • skyColor

      @Nullable public @Nullable Integer skyColor()
    • waterColor

      @Nullable public @Nullable Integer waterColor()
    • waterFogColor

      @Nullable public @Nullable Integer waterFogColor()
    • fogColor

      @Nullable public @Nullable Integer fogColor()
    • temperature

      public float temperature()
    • downfall

      public float downfall()
    • hasPrecipitation

      public boolean hasPrecipitation()