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