Mappings Update

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-12-26 08:00:00 +11:00
parent 239b2828db
commit d7e312278d
120 changed files with 878 additions and 1619 deletions

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/server/SecondaryWorldServer.java
+++ b/net/minecraft/server/SecondaryWorldServer.java
@@ -4,8 +4,11 @@
@@ -2,8 +2,11 @@
public class SecondaryWorldServer extends WorldServer {
@@ -14,7 +14,7 @@
worldserver.getWorldBorder().a(new IWorldBorderListener() {
public void a(WorldBorder worldborder, double d0) {
SecondaryWorldServer.this.getWorldBorder().setSize(d0);
@@ -35,9 +38,10 @@
@@ -33,9 +36,10 @@
SecondaryWorldServer.this.getWorldBorder().setDamageBuffer(d0);
}
});
@@ -26,7 +26,7 @@
public SecondaryWorldServer i_() {
String s = PersistentVillage.a(this.worldProvider);
@@ -51,7 +55,7 @@
@@ -49,7 +53,7 @@
this.villages.a((World) this);
}