summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityArmorStand.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2018-12-06 10:00:00 +1100
committermd_5 <git@md-5.net>2018-12-06 10:00:00 +1100
commitaa36c8417bda9bdd4812c6094895677654cff83d (patch)
treef28adbc34ebef8ef5816c95597927b4c72ba2797 /nms-patches/EntityArmorStand.patch
parent20fc5bea2c51de8d5239b68d83e878896b8ff505 (diff)
downloadcraftbukkit-aa36c8417bda9bdd4812c6094895677654cff83d.tar
craftbukkit-aa36c8417bda9bdd4812c6094895677654cff83d.tar.gz
craftbukkit-aa36c8417bda9bdd4812c6094895677654cff83d.tar.lz
craftbukkit-aa36c8417bda9bdd4812c6094895677654cff83d.tar.xz
craftbukkit-aa36c8417bda9bdd4812c6094895677654cff83d.zip
Mappings Update
Diffstat (limited to 'nms-patches/EntityArmorStand.patch')
-rw-r--r--nms-patches/EntityArmorStand.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/nms-patches/EntityArmorStand.patch b/nms-patches/EntityArmorStand.patch
index 12b02bfb..e94f1ec9 100644
--- a/nms-patches/EntityArmorStand.patch
+++ b/nms-patches/EntityArmorStand.patch
@@ -30,7 +30,7 @@
public final void setSize(float f, float f1) {
double d0 = this.locX;
double d1 = this.locY;
-@@ -357,6 +373,21 @@
+@@ -354,6 +370,21 @@
if (itemstack1.isEmpty() || (this.bH & 1 << enumitemslot.c() + 8) == 0) {
if (!itemstack1.isEmpty() || (this.bH & 1 << enumitemslot.c() + 16) == 0) {
ItemStack itemstack2;
@@ -52,7 +52,7 @@
if (entityhuman.abilities.canInstantlyBuild && itemstack1.isEmpty() && !itemstack.isEmpty()) {
itemstack2 = itemstack.cloneItemStack();
-@@ -378,14 +409,19 @@
+@@ -375,14 +406,19 @@
}
public boolean damageEntity(DamageSource damagesource, float f) {
@@ -74,7 +74,7 @@
return false;
} else if (DamageSource.FIRE.equals(damagesource)) {
if (this.isBurning()) {
-@@ -409,7 +445,7 @@
+@@ -406,7 +442,7 @@
} else if (damagesource.v()) {
this.F();
this.A();
@@ -83,7 +83,7 @@
return false;
} else {
long i = this.world.getTime();
-@@ -420,7 +456,7 @@
+@@ -417,7 +453,7 @@
} else {
this.B();
this.A();
@@ -92,7 +92,7 @@
}
return true;
-@@ -447,7 +483,7 @@
+@@ -444,7 +480,7 @@
f1 -= f;
if (f1 <= 0.5F) {
this.D();
@@ -101,7 +101,7 @@
} else {
this.setHealth(f1);
}
-@@ -455,7 +491,7 @@
+@@ -452,7 +488,7 @@
}
private void B() {
@@ -110,7 +110,7 @@
this.D();
}
-@@ -468,7 +504,7 @@
+@@ -465,7 +501,7 @@
for (i = 0; i < this.bE.size(); ++i) {
itemstack = (ItemStack) this.bE.get(i);
if (!itemstack.isEmpty()) {
@@ -119,7 +119,7 @@
this.bE.set(i, ItemStack.a);
}
}
-@@ -476,7 +512,7 @@
+@@ -473,7 +509,7 @@
for (i = 0; i < this.bF.size(); ++i) {
itemstack = (ItemStack) this.bF.get(i);
if (!itemstack.isEmpty()) {
@@ -128,7 +128,7 @@
this.bF.set(i, ItemStack.a);
}
}
-@@ -588,6 +624,7 @@
+@@ -585,6 +621,7 @@
}
public void killEntity() {