Explorar o código

Use boolean over Boolean

nossr50 %!s(int64=4) %!d(string=hai) anos
pai
achega
e4af53a535
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/gmail/nossr50/util/BlockUtils.java

+ 1 - 1
src/main/java/com/gmail/nossr50/util/BlockUtils.java

@@ -140,7 +140,7 @@ public final class BlockUtils {
      * @return true if the block should affected by Super Breaker, false
      * otherwise
      */
-    public static Boolean affectedBySuperBreaker(BlockState blockState) {
+    public static boolean affectedBySuperBreaker(BlockState blockState) {
         if(mcMMO.getMaterialMapStore().isIntendedToolPickaxe(blockState.getType()))
             return true;