statusbars: Package private fields

This commit is contained in:
sdburns1998
2019-07-07 21:12:36 +02:00
parent 98214d8a4c
commit 727ee541f5

View File

@@ -58,10 +58,10 @@ public abstract class BarRenderer
protected final StatusBarsPlugin plugin; protected final StatusBarsPlugin plugin;
int maximumValue; int maximumValue;
int currentValue; int currentValue;
protected int restore; int restore;
Color standardColor; Color standardColor;
Color restoreColor; Color restoreColor;
protected Image icon; Image icon;
protected abstract void update(Client client, StatusBarsOverlay overlay); protected abstract void update(Client client, StatusBarsOverlay overlay);