Package org.sgrewritten.stargate.colors
Class ColorRegistry
java.lang.Object
org.sgrewritten.stargate.colors.ColorRegistry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Map
<ColorSelector, net.md_5.bungee.api.ChatColor> The default color depending on the color selectorstatic org.bukkit.DyeColor
The default dye colorstatic final Map
<StargateFlag, net.md_5.bungee.api.ChatColor> A stargate flag to chat color conversionstatic org.bukkit.ChatColor
Legacy default colorstatic final Map
<org.bukkit.DyeColor, net.md_5.bungee.api.ChatColor> A dye color to chat color conversion table for sign text pointersstatic final Map
<org.bukkit.DyeColor, net.md_5.bungee.api.ChatColor> A dye color to chat color conversion table for sign text -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Load default colors from config
-
Field Details
-
TEXT_COLORS
A dye color to chat color conversion table for sign text -
POINTER_COLORS
A dye color to chat color conversion table for sign text pointers -
FLAG_COLORS
A stargate flag to chat color conversion -
DEFAULT_COLORS
The default color depending on the color selector -
LEGACY_SIGN_COLOR
public static org.bukkit.ChatColor LEGACY_SIGN_COLORLegacy default color -
DEFAULT_DYE_COLOR
public static org.bukkit.DyeColor DEFAULT_DYE_COLORThe default dye color
-
-
Method Details
-
loadDefaultColorsFromConfig
@Internal public static void loadDefaultColorsFromConfig()Load default colors from config
-