Update upstream B/CB/S

This commit is contained in:
Zach Brown 2016-11-12 20:21:46 -06:00
parent 3456f7017b
commit 65538782cd
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
5 changed files with 11 additions and 11 deletions

View file

@ -1,14 +1,14 @@
From 542ce731cfb33acb2fce81a466b20e2e121ab269 Mon Sep 17 00:00:00 2001
From 9bfa695b5dc689ed703dd12078257d3411799997 Mon Sep 17 00:00:00 2001
From: Byteflux <byte@byteflux.net>
Date: Mon, 29 Feb 2016 17:50:31 -0600
Subject: [PATCH] Entity Origin API
diff --git a/src/main/java/org/bukkit/entity/Entity.java b/src/main/java/org/bukkit/entity/Entity.java
index cbcc835..27b429e 100644
index 5c64b79..23524b8 100644
--- a/src/main/java/org/bukkit/entity/Entity.java
+++ b/src/main/java/org/bukkit/entity/Entity.java
@@ -435,4 +435,15 @@ public interface Entity extends Metadatable, CommandSender {
@@ -463,4 +463,15 @@ public interface Entity extends Metadatable, CommandSender {
Spigot spigot();
// Spigot End
@ -61,5 +61,5 @@ index 3ce322d..69df487 100644
+ public org.bukkit.Location getSourceLoc();
}
--
2.10.0.windows.1
2.10.2