Update to Minecraft 1.10
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From e1bfb9a5ac6112089f5a13e5b8db381c4d872bcf Mon Sep 17 00:00:00 2001
|
||||
From 3ce5b4bd388da96e7866319ee200652797a3b74b 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 8837641..713add6 100644
|
||||
index aa7cc17..434334a 100644
|
||||
--- a/src/main/java/org/bukkit/entity/Entity.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Entity.java
|
||||
@@ -407,4 +407,15 @@ public interface Entity extends Metadatable, CommandSender {
|
||||
@@ -421,4 +421,15 @@ public interface Entity extends Metadatable, CommandSender {
|
||||
|
||||
Spigot spigot();
|
||||
// Spigot End
|
||||
|
||||
Reference in New Issue
Block a user