Class MainCategory.hooksCat.dynmapCat.iconCat

java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.MainCategory.hooksCat.dynmapCat.iconCat
Enclosing class:
MainCategory.hooksCat.dynmapCat

@ConfigSerializable public static class MainCategory.hooksCat.dynmapCat.iconCat extends Object
  • Field Details

    • marker_icon

      @Setting(value="marker-icon", comment="Icon name to show under regions. All icons are available here: http://i.imgur.com/f61GPoE.png") public String marker_icon
    • fill_opacity

      @Setting("fill-opacity") public double fill_opacity
    • fill_color

      @Setting(value="fill-color", comment="Pick a color: https://www.w3schools.com/colors/colors_picker.asp") public String fill_color
    • border_opacity

      @Setting("border-opacity") public double border_opacity
    • border_color

      @Setting(value="border-color", comment="Pick a color: https://www.w3schools.com/colors/colors_picker.asp") public String border_color
    • border_weight

      @Setting("border-weight") public int border_weight
    • outdated_fill_color

      @Setting(value="outdated-fill-color", comment="This color is used to identify region who members don\'t join the server higher the purge limit.\nPick a color: https://www.w3schools.com/colors/colors_picker.asp") public String outdated_fill_color
  • Constructor Details

    • iconCat

      public iconCat()
    • iconCat

      public iconCat(String marker, double fill_op, String fill_col, double bord_op, String bord_col, int bord_weight, String out_fill_color)