Interface InteractHighlightConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringitemSectionstatic StringnpcSectionstatic StringobjectSectionstatic StringplayerSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intborderWidth()default ColoritemHoverHighlightColor()default ColoritemInteractHighlightColor()default booleanitemShowHover()default booleanitemShowInteract()default ColornpcAttackHighlightColor()default ColornpcAttackHoverHighlightColor()default ColornpcHoverHighlightColor()default ColornpcInteractHighlightColor()default booleannpcShowHover()default booleannpcShowInteract()default ColorobjectHoverHighlightColor()default ColorobjectInteractHighlightColor()default booleanobjectShowHover()default booleanobjectShowInteract()default intoutlineFeather()default ColorplayerHoverHighlightColor()default ColorplayerInteractHighlightColor()default booleanplayerShowHover()default booleanplayerShowInteract()
-
-
-
Field Detail
-
npcSection
static final String npcSection
- See Also:
- Constant Field Values
-
playerSection
static final String playerSection
- See Also:
- Constant Field Values
-
objectSection
static final String objectSection
- See Also:
- Constant Field Values
-
itemSection
static final String itemSection
- See Also:
- Constant Field Values
-
-
Method Detail
-
npcShowHover
default boolean npcShowHover()
-
npcShowInteract
default boolean npcShowInteract()
-
playerShowHover
default boolean playerShowHover()
-
playerShowInteract
default boolean playerShowInteract()
-
objectShowHover
default boolean objectShowHover()
-
objectShowInteract
default boolean objectShowInteract()
-
itemShowHover
default boolean itemShowHover()
-
itemShowInteract
default boolean itemShowInteract()
-
borderWidth
default int borderWidth()
-
-