Fix
This commit is contained in:
@@ -35,9 +35,9 @@ public interface TileIndicatorsConfig extends Config
|
|||||||
{
|
{
|
||||||
@Alpha
|
@Alpha
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "highlightDestinationColor",
|
keyName = "highlightDestinationColor",
|
||||||
name = "Color of current destination highlighting",
|
name = "Color of current destination highlighting",
|
||||||
description = "Configures the highlight color of current destination"
|
description = "Configures the highlight color of current destination"
|
||||||
)
|
)
|
||||||
default Color highlightDestinationColor()
|
default Color highlightDestinationColor()
|
||||||
{
|
{
|
||||||
@@ -45,9 +45,9 @@ public interface TileIndicatorsConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "highlightDestinationTile",
|
keyName = "highlightDestinationTile",
|
||||||
name = "Highlight destination tile",
|
name = "Highlight destination tile",
|
||||||
description = "Highlights tile player is walking to"
|
description = "Highlights tile player is walking to"
|
||||||
)
|
)
|
||||||
default boolean highlightDestinationTile()
|
default boolean highlightDestinationTile()
|
||||||
{
|
{
|
||||||
@@ -56,9 +56,9 @@ public interface TileIndicatorsConfig extends Config
|
|||||||
|
|
||||||
@Alpha
|
@Alpha
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "highlightCurrentColor",
|
keyName = "highlightCurrentColor",
|
||||||
name = "Color of current tile highlighting",
|
name = "Color of current tile highlighting",
|
||||||
description = "Configures the highlight color of current tile position"
|
description = "Configures the highlight color of current tile position"
|
||||||
)
|
)
|
||||||
default Color highlightCurrentColor()
|
default Color highlightCurrentColor()
|
||||||
{
|
{
|
||||||
@@ -66,20 +66,20 @@ public interface TileIndicatorsConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "highlightCurrentTile",
|
keyName = "highlightCurrentTile",
|
||||||
name = "Highlight current tile",
|
name = "Highlight current tile",
|
||||||
description = "Highlights tile player is on"
|
description = "Highlights tile player is on"
|
||||||
)
|
)
|
||||||
default boolean highlightCurrentTile()
|
default boolean highlightCurrentTile()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Alpha
|
@Alpha
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "highlightHoveredColor",
|
keyName = "highlightHoveredColor",
|
||||||
name = "Color of current hovered highlighting",
|
name = "Color of current hovered highlighting",
|
||||||
description = "Configures the highlight color of hovered tile"
|
description = "Configures the highlight color of hovered tile"
|
||||||
)
|
)
|
||||||
default Color highlightHoveredColor()
|
default Color highlightHoveredColor()
|
||||||
{
|
{
|
||||||
@@ -87,9 +87,9 @@ public interface TileIndicatorsConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "highlightHoveredTile",
|
keyName = "highlightHoveredTile",
|
||||||
name = "Highlight hovered tile",
|
name = "Highlight hovered tile",
|
||||||
description = "Highlights tile player is hovering with mouse"
|
description = "Highlights tile player is hovering with mouse"
|
||||||
)
|
)
|
||||||
default boolean highlightHoveredTile()
|
default boolean highlightHoveredTile()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user