[CI-SKIP] Re-add getBukkitEntity methods to child classes

Helps with development to not need to cast as much...

No clue why upstream makes some of the decisions they do....
This commit is contained in:
Aikar
2018-08-04 17:03:53 -04:00
parent 375120437f
commit e9eef0114e
16 changed files with 93 additions and 57 deletions

View File

@@ -19,7 +19,7 @@ index 3467da7c8e..ddb5ced79d 100644
+ }
}
diff --git a/src/main/java/net/minecraft/server/EntityLiving.java b/src/main/java/net/minecraft/server/EntityLiving.java
index 999a02cad3..eaab10a146 100644
index 3236179a45..f4a7db369f 100644
--- a/src/main/java/net/minecraft/server/EntityLiving.java
+++ b/src/main/java/net/minecraft/server/EntityLiving.java
@@ -0,0 +0,0 @@ public abstract class EntityLiving extends Entity {