Class Constants

java.lang.Object
dev.jensderuiter.minecraft_imagery.Constants

public class Constants extends Object
Constants for image captures. This class contains the default options for image capture options.
  • Field Details

    • MAP_WIDTH

      public static int MAP_WIDTH
    • MAP_HEIGHT

      public static int MAP_HEIGHT
    • SKY_COLOR

      public static Color SKY_COLOR
    • SKY_COLOR_NIGHT

      public static Color SKY_COLOR_NIGHT
    • EXCLUDED_BLOCKS

      public static List<org.bukkit.Material> EXCLUDED_BLOCKS
    • TRANSLUCENT_BLOCKS

      public static HashMap<org.bukkit.Material,TranslucentBlock> TRANSLUCENT_BLOCKS
    • BLOCKS

      public static HashMap<org.bukkit.Material,Color> BLOCKS
    • BLOCKS_OVERRIDES

      public static HashMap<org.bukkit.Material,Color> BLOCKS_OVERRIDES
  • Constructor Details

    • Constants

      public Constants()
  • Method Details

    • init

      protected static void init()
    • clear

      protected static void clear()
      Clears in-memory constant cache. Currently only used for solid blocks.