Updated Upstream (Bukkit/CraftBukkit)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
5d4de46e Fix checkstyle.xml formatting
adf331f1 SPIGOT-5496: API to create and manipulate hardcore worlds

CraftBukkit Changes:
c727dc2a Fix checkstyle.xml formatting
e7202cd4 SPIGOT-5496: API to create and manipulate hardcore worlds
9820cd2d MC-151364, SPIGOT-5494: Feeding dolphin hangs if generate-structures=false
This commit is contained in:
Shane Freeder 2020-01-05 23:08:18 +00:00
commit bd1e1ad1aa
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C
20 changed files with 140 additions and 140 deletions

View file

@ -1,14 +1,14 @@
From 76317629574e8b9078176aa0a1338e445db0e7ba Mon Sep 17 00:00:00 2001
From b8e5bf67bb39d100b7b3e868838ae7567331bb77 Mon Sep 17 00:00:00 2001
From: Brokkonaut <hannos17@gmx.de>
Date: Tue, 3 Jul 2018 16:08:14 +0200
Subject: [PATCH] Implement World.getEntity(UUID) API
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
index ec537cc8e..467773868 100644
index 6fe8a61860..3df8c336f8 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -1275,6 +1275,15 @@ public class CraftWorld implements World {
@@ -1274,6 +1274,15 @@ public class CraftWorld implements World {
return list;
}