aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-12 16:26:48 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-12 16:26:48 +0800
commit45ed37cc8d0088b57cd2605482f471e69e5885f4 (patch)
tree8ee0867c3e6db6d0a6c3c6b0dab0ed8afab2106e /src/main/java/me/shedaniel/rei/api/DisplayHelper.java
parent2307972bc9fc7682499b12d3e9e3cdf33cc26d62 (diff)
downloadRoughlyEnoughItems-45ed37cc8d0088b57cd2605482f471e69e5885f4.tar.gz
RoughlyEnoughItems-45ed37cc8d0088b57cd2605482f471e69e5885f4.tar.bz2
RoughlyEnoughItems-45ed37cc8d0088b57cd2605482f471e69e5885f4.zip
Update Mappings
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/DisplayHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/DisplayHelper.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/DisplayHelper.java b/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
index 9fea85839..5cabf4ad1 100644
--- a/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/DisplayHelper.java
@@ -56,11 +56,6 @@ public interface DisplayHelper {
public static interface DisplayBoundsHandler<T> {
/**
- * An empty rectangle
- */
- public static final Rectangle EMPTY = new Rectangle();
-
- /**
* Gets the base supported class for the bounds handler
*
* @return the base class