summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityHanging.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-07-15 10:00:00 +1000
committermd_5 <git@md-5.net>2018-07-15 10:00:00 +1000
commit421c1728c81e2f729dff88da2ac96535d2b8e5e8 (patch)
tree6c51d93e811d1eb86b68461a42fc5cf03b168b0c /nms-patches/EntityHanging.patch
parent57ab4cfc6f4ff526d44319d9b8c79f6848db2de7 (diff)
downloadcraftbukkit-421c1728c81e2f729dff88da2ac96535d2b8e5e8.tar
craftbukkit-421c1728c81e2f729dff88da2ac96535d2b8e5e8.tar.gz
craftbukkit-421c1728c81e2f729dff88da2ac96535d2b8e5e8.tar.lz
craftbukkit-421c1728c81e2f729dff88da2ac96535d2b8e5e8.tar.xz
craftbukkit-421c1728c81e2f729dff88da2ac96535d2b8e5e8.zip
Update to Minecraft 1.13-pre7
Diffstat (limited to 'nms-patches/EntityHanging.patch')
-rw-r--r--nms-patches/EntityHanging.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/nms-patches/EntityHanging.patch b/nms-patches/EntityHanging.patch
index 1c6ff302..83063756 100644
--- a/nms-patches/EntityHanging.patch
+++ b/nms-patches/EntityHanging.patch
@@ -12,8 +12,8 @@
+
public abstract class EntityHanging extends Entity {
- private static final Predicate<Entity> c = new Predicate() {
-@@ -41,43 +47,52 @@
+ protected static final Predicate<Entity> a = (entity) -> {
+@@ -35,43 +41,52 @@
this.updateBoundingBox();
}
@@ -98,7 +98,7 @@
return i % 32 == 0 ? 0.5D : 0.0D;
}
-@@ -88,6 +103,24 @@
+@@ -82,6 +97,24 @@
if (this.d++ == 100 && !this.world.isClientSide) {
this.d = 0;
if (!this.dead && !this.survives()) {
@@ -123,7 +123,7 @@
this.die();
this.a((Entity) null);
}
-@@ -140,6 +173,21 @@
+@@ -134,6 +167,21 @@
return false;
} else {
if (!this.dead && !this.world.isClientSide) {
@@ -143,9 +143,9 @@
+ // CraftBukkit end
+
this.die();
- this.ax();
+ this.aA();
this.a(damagesource.getEntity());
-@@ -151,6 +199,18 @@
+@@ -145,6 +193,18 @@
public void move(EnumMoveType enummovetype, double d0, double d1, double d2) {
if (!this.world.isClientSide && !this.dead && d0 * d0 + d1 * d1 + d2 * d2 > 0.0D) {
@@ -164,7 +164,7 @@
this.die();
this.a((Entity) null);
}
-@@ -158,7 +218,7 @@
+@@ -152,7 +212,7 @@
}
public void f(double d0, double d1, double d2) {