[Auto] 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:
7634491f Added Entity#setRotation.

CraftBukkit Changes:
0e1cea5a Added Entity#setRotation.
This commit is contained in:
Automated
2019-04-03 04:51:39 -04:00
parent 7e58932043
commit 3e95d692e7
31 changed files with 50 additions and 50 deletions

View File

@@ -371,7 +371,7 @@ index c5da4d387..1b0744ed9 100644
/**
diff --git a/src/main/java/org/bukkit/entity/Entity.java b/src/main/java/org/bukkit/entity/Entity.java
index a7f81d17d..73b75ffda 100644
index 81d92145e..373ee2235 100644
--- a/src/main/java/org/bukkit/entity/Entity.java
+++ b/src/main/java/org/bukkit/entity/Entity.java
@@ -0,0 +0,0 @@ public interface Entity extends Metadatable, CommandSender, Nameable {