Class ColorsConfig

java.lang.Object
net.pl3x.map.core.configuration.AbstractConfig
net.pl3x.map.core.configuration.ColorsConfig

public class ColorsConfig extends AbstractConfig
  • Field Details

    • BLOCK_COLORS

      public static Map<@NotNull String,@NotNull Integer> BLOCK_COLORS
    • BIOME_COLORS

      public static Map<@NotNull String,@NotNull Integer> BIOME_COLORS
    • BLOCKS_AIR

      public static List<@NotNull String> BLOCKS_AIR
    • BLOCKS_FOLIAGE

      public static List<@NotNull String> BLOCKS_FOLIAGE
    • BLOCKS_GLASS

      public static List<@NotNull String> BLOCKS_GLASS
    • BLOCKS_GRASS

      public static List<@NotNull String> BLOCKS_GRASS
    • BLOCKS_WATER

      public static List<@NotNull String> BLOCKS_WATER
    • BLOCKS_FLAT

      public static List<@NotNull String> BLOCKS_FLAT
    • BIOME_FOLIAGE

      public static Map<@NotNull String,@NotNull Integer> BIOME_FOLIAGE
    • BIOME_GRASS

      public static Map<@NotNull String,@NotNull Integer> BIOME_GRASS
    • BIOME_WATER

      public static Map<@NotNull String,@NotNull Integer> BIOME_WATER
  • Constructor Details

    • ColorsConfig

      public ColorsConfig()
  • Method Details