Update to Minecraft 1.11

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-11-17 12:41:03 +11:00
parent 49bc1c57f9
commit 4e412ab4e3
279 changed files with 3722 additions and 2992 deletions

View File

@@ -1,14 +1,14 @@
--- a/net/minecraft/server/PathfinderGoalTarget.java
+++ b/net/minecraft/server/PathfinderGoalTarget.java
@@ -1,5 +1,7 @@
@@ -1,6 +1,7 @@
package net.minecraft.server;
+import org.bukkit.event.entity.EntityTargetEvent;
+
import javax.annotation.Nullable;
+import org.bukkit.event.entity.EntityTargetEvent; // CraftBukkit
public abstract class PathfinderGoalTarget extends PathfinderGoal {
protected final EntityCreature e;
@@ -56,7 +58,7 @@
@@ -58,7 +59,7 @@
if (entityliving instanceof EntityHuman && ((EntityHuman) entityliving).abilities.isInvulnerable) {
return false;
} else {
@@ -17,7 +17,7 @@
return true;
}
}
@@ -77,7 +79,7 @@
@@ -79,7 +80,7 @@
}
public void d() {