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: 867794b2 Make setPersistent also control player saving CraftBukkit Changes: 02518f92 Make setPersistent also control player saving
This commit is contained in:
parent
26153def87
commit
2dcae290df
14 changed files with 104 additions and 104 deletions
|
@ -1,14 +1,14 @@
|
|||
From 5738a5cbdbddb664a0392738369b750d28712ad7 Mon Sep 17 00:00:00 2001
|
||||
From 573401ed73ea3117352b8c823b91e807052363c3 Mon Sep 17 00:00:00 2001
|
||||
From: BillyGalbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Sun, 18 Jun 2017 18:17:05 -0500
|
||||
Subject: [PATCH] Entity#fromMobSpawner()
|
||||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/entity/Entity.java b/src/main/java/org/bukkit/entity/Entity.java
|
||||
index ce22ded94..64f72ff83 100644
|
||||
index a2714118..6bdbd7ab 100644
|
||||
--- a/src/main/java/org/bukkit/entity/Entity.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Entity.java
|
||||
@@ -555,5 +555,12 @@ public interface Entity extends Metadatable, CommandSender, Nameable {
|
||||
@@ -556,5 +556,12 @@ public interface Entity extends Metadatable, CommandSender, Nameable {
|
||||
* @return Location where entity originates or null if not yet added
|
||||
*/
|
||||
Location getOrigin();
|
||||
|
@ -22,5 +22,5 @@ index ce22ded94..64f72ff83 100644
|
|||
// Paper end
|
||||
}
|
||||
--
|
||||
2.18.0
|
||||
2.19.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue