Fix style format
This commit is contained in:
@@ -313,15 +313,15 @@ public interface EasyGiantsFoundryConfig extends Config
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "bonusActions",
|
keyName = "bonusActions",
|
||||||
name = "Bonus Actions",
|
name = "Bonus Actions",
|
||||||
description = "Toggle for Bonus actions text",
|
description = "Toggle for Bonus actions text",
|
||||||
position = 5,
|
position = 5,
|
||||||
section = infoPanelList
|
section = infoPanelList
|
||||||
)
|
)
|
||||||
default boolean drawBonusActions()
|
default boolean drawBonusActions()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public class EasyGiantsFoundryState
|
|||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private int bonusActionsReceived = 0;
|
private int bonusActionsReceived = 0;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
private int smithsOutfitPieces;
|
private int smithsOutfitPieces;
|
||||||
|
|
||||||
@@ -194,7 +194,7 @@ public class EasyGiantsFoundryState
|
|||||||
public int getBonusActionsExpected()
|
public int getBonusActionsExpected()
|
||||||
{
|
{
|
||||||
if (getStages().size() >= 6)
|
if (getStages().size() >= 6)
|
||||||
{
|
{
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -205,7 +205,7 @@ public class EasyGiantsFoundryState
|
|||||||
{
|
{
|
||||||
++bonusActionsReceived;
|
++bonusActionsReceived;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getCrucibleCount()
|
public int getCrucibleCount()
|
||||||
{
|
{
|
||||||
int bronze = client.getVarbitValue(VARBIT_BRONZE_COUNT);
|
int bronze = client.getVarbitValue(VARBIT_BRONZE_COUNT);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ public class FoundryOverlay2D extends OverlayPanel
|
|||||||
this.setPosition(OverlayPosition.BOTTOM_LEFT);
|
this.setPosition(OverlayPosition.BOTTOM_LEFT);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Color getHeatColor(int actions, int heat)
|
private Color getHeatColor(int actions, int heat)
|
||||||
{
|
{
|
||||||
if (heat >= actions)
|
if (heat >= actions)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user