statusbars: Package private fields
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user