We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55e337b + ba2ce8f commit b882ddcCopy full SHA for b882ddc
bukkit-utils/src/main/java/net/anweisen/utilities/bukkit/utils/misc/BukkitReflectionUtils.java
@@ -67,7 +67,7 @@ public static boolean isAir(@Nonnull Material material) {
67
68
public static int getMinHeight(@Nonnull World world) {
69
try {
70
- world.getMinHeight();
+ return world.getMinHeight();
71
} catch (Throwable ex) {
72
}
73
@@ -88,4 +88,4 @@ public static boolean isInWater(@Nonnull Entity entity) {
88
return false;
89
90
91
-}
+}
0 commit comments