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: 8b6dd103 Update /version to reflect final build status. 6bdfd385 Remove some draft API designations 78a12dd9 SPIGOT-5417: Campfire should implement Directional CraftBukkit Changes: 65670174 SPIGOT-5417: Campfire should implement Directional eeae942e SPIGOT-5416: Block.getDrops gives drops even when tool should not give drops
This commit is contained in:
parent
86daffa21c
commit
bb8b1e3eca
10 changed files with 46 additions and 46 deletions
|
@ -1,14 +1,14 @@
|
|||
From bb5fbadd8a83da05bf97bee17be747e7a1211d8b Mon Sep 17 00:00:00 2001
|
||||
From 6b693ff4425d9b346bd9c19cc64e97b1862e96a8 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 9cb41f101..ade1bf5f1 100644
|
||||
index 5ed0be71..d088490f 100644
|
||||
--- a/src/main/java/org/bukkit/entity/Entity.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Entity.java
|
||||
@@ -623,5 +623,12 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
||||
@@ -621,5 +621,12 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
||||
*/
|
||||
@Nullable
|
||||
Location getOrigin();
|
||||
|
@ -22,5 +22,5 @@ index 9cb41f101..ade1bf5f1 100644
|
|||
// Paper end
|
||||
}
|
||||
--
|
||||
2.22.1
|
||||
2.24.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue