diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ClientWeatherUtils.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/utils/ClientWeatherUtils.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ClientWeatherUtils.java b/src/main/java/me/shedaniel/rei/utils/ClientWeatherUtils.java deleted file mode 100644 index 77db8837c..000000000 --- a/src/main/java/me/shedaniel/rei/utils/ClientWeatherUtils.java +++ /dev/null @@ -1,23 +0,0 @@ -package me.shedaniel.rei.utils; - -public class ClientWeatherUtils { - - private float rain = 0f, thunder = 0f; - - public float getRain() { - return rain; - } - - public void setRain(float rain) { - this.rain = rain; - } - - public float getThunder() { - return thunder; - } - - public void setThunder(float thunder) { - this.thunder = thunder; - } - -} |
