Update to Minecraft 1.13.1

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-08-26 12:00:00 +10:00
parent 034c12d001
commit f578d94680
182 changed files with 1891 additions and 1879 deletions

View File

@@ -12,15 +12,15 @@
public class WorldNBTStorage implements IDataManager, IPlayerFileData {
private static final Logger b = LogManager.getLogger();
@@ -24,6 +29,7 @@
private final String g;
private final DefinedStructureManager h;
@@ -23,6 +28,7 @@
private final String f;
private final DefinedStructureManager g;
protected final DataFixer a;
+ private UUID uuid = null; // CraftBukkit
public WorldNBTStorage(File file, String s, @Nullable MinecraftServer minecraftserver, DataFixer datafixer) {
this.a = datafixer;
@@ -170,6 +176,16 @@
@@ -167,6 +173,16 @@
}
if (nbttagcompound != null) {
@@ -37,7 +37,7 @@
int i = nbttagcompound.hasKeyOfType("DataVersion", 3) ? nbttagcompound.getInt("DataVersion") : -1;
entityhuman.f(GameProfileSerializer.a(this.a, DataFixTypes.PLAYER, nbttagcompound, i));
@@ -178,6 +194,22 @@
@@ -175,6 +191,22 @@
return nbttagcompound;
}