Interface InteractHighlightConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
npcSection
static String
objectSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default int
borderWidth()
default Color
npcAttackHighlightColor()
default Color
npcAttackHoverHighlightColor()
default Color
npcHoverHighlightColor()
default Color
npcInteractHighlightColor()
default boolean
npcShowHover()
default boolean
npcShowInteract()
default Color
objectHoverHighlightColor()
default Color
objectInteractHighlightColor()
default boolean
objectShowHover()
default boolean
objectShowInteract()
default int
outlineFeather()
-
-
-
Field Detail
-
npcSection
static final String npcSection
- See Also:
- Constant Field Values
-
objectSection
static final String objectSection
- See Also:
- Constant Field Values
-
-