mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Begin implementation of CheckStyle style checking
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user