Begin implementation of CheckStyle style checking

This commit is contained in:
md_5
2019-04-23 14:00:30 +10:00
parent a2d787f6eb
commit 48c4c5ca81
28 changed files with 144 additions and 97 deletions

View File

@@ -278,12 +278,10 @@
return true;
} else {
return false;
@@ -727,14 +869,40 @@
public boolean cB() {
@@ -728,13 +870,39 @@
return this.getMonsterType() == EnumMonsterType.UNDEAD;
}
-
+
+ // CraftBukkit start
@Nullable
public MobEffect c(@Nullable MobEffectList mobeffectlist) {