(FIRST 1.16.3): Update Paper to 1.16.3

This is a pretty tiny update with very little changed. Recommended to update
from 1.16.2 ASAP as 1.16.2 is now no longer supported.

Plugins should mostly remain working as the NMS revision did not change.
This commit is contained in:
Aikar
2020-09-10 19:47:58 -04:00
parent fa9c5e0f95
commit 64ed429884
275 changed files with 459 additions and 480 deletions

View File

@@ -153,10 +153,10 @@ index 0000000000000000000000000000000000000000..af1bac9680028130e99c5e7130f258c1
+ }
+}
diff --git a/src/main/java/net/minecraft/server/NavigationAbstract.java b/src/main/java/net/minecraft/server/NavigationAbstract.java
index 85ffe76b80adfeaf15f057085de4b383e01b3b55..7645fc16c3393364389562899d460ea6670a070d 100644
index d39ce9c1816aaa33478dcd623056488ca21411f3..81c88c6bf737945c6cbd659d2feaf3f763b7df73 100644
--- a/src/main/java/net/minecraft/server/NavigationAbstract.java
+++ b/src/main/java/net/minecraft/server/NavigationAbstract.java
@@ -78,7 +78,7 @@ public abstract class NavigationAbstract {
@@ -79,7 +79,7 @@ public abstract class NavigationAbstract {
}
@Nullable
@@ -165,7 +165,7 @@ index 85ffe76b80adfeaf15f057085de4b383e01b3b55..7645fc16c3393364389562899d460ea6
return this.a(new BlockPosition(d0, d1, d2), i);
}
@@ -103,7 +103,7 @@ public abstract class NavigationAbstract {
@@ -104,7 +104,7 @@ public abstract class NavigationAbstract {
}
@Nullable
@@ -174,7 +174,7 @@ index 85ffe76b80adfeaf15f057085de4b383e01b3b55..7645fc16c3393364389562899d460ea6
return this.a(ImmutableSet.of(entity.getChunkCoordinates()), entity, 16, true, i); // Paper
}
@@ -168,6 +168,7 @@ public abstract class NavigationAbstract {
@@ -169,6 +169,7 @@ public abstract class NavigationAbstract {
return pathentity != null && this.a(pathentity, d0);
}
@@ -182,7 +182,7 @@ index 85ffe76b80adfeaf15f057085de4b383e01b3b55..7645fc16c3393364389562899d460ea6
public boolean a(@Nullable PathEntity pathentity, double d0) {
if (pathentity == null) {
this.c = null;
@@ -195,7 +196,7 @@ public abstract class NavigationAbstract {
@@ -196,7 +197,7 @@ public abstract class NavigationAbstract {
}
}
@@ -191,7 +191,7 @@ index 85ffe76b80adfeaf15f057085de4b383e01b3b55..7645fc16c3393364389562899d460ea6
public PathEntity k() {
return this.c;
}
@@ -311,6 +312,7 @@ public abstract class NavigationAbstract {
@@ -320,6 +321,7 @@ public abstract class NavigationAbstract {
return !this.m();
}