Update from upstream SpigotMC
81e4ab71ca4 b023457499d dc776bee32b 116e6fc98dc 2b97a3846f2
This commit is contained in:
parent
b07fd9dae8
commit
74110558b2
26 changed files with 451 additions and 441 deletions
|
@ -1,4 +1,4 @@
|
|||
From b8c7995e487a20b69ee32985463571acbd2673c5 Mon Sep 17 00:00:00 2001
|
||||
From dc7886d3fde174339f15c44078985ec3b795054f Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Sun, 2 Jun 2013 15:10:56 +1000
|
||||
Subject: [PATCH] Skeleton API Implementations
|
||||
|
@ -6,10 +6,10 @@ Subject: [PATCH] Skeleton API Implementations
|
|||
This contains the basic, empty implementations for some Spigot-API extensions. They are included early in the patching progress so that compilation will still succeed midway despite the APIs only being provided by subsequent patches.
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
index 075a7fd..38892a0 100644
|
||||
index b4ad7d1..4c33f5a 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
|
||||
@@ -1622,4 +1622,14 @@ public final class CraftServer implements Server {
|
||||
@@ -1626,4 +1626,14 @@ public final class CraftServer implements Server {
|
||||
public UnsafeValues getUnsafe() {
|
||||
return CraftMagicNumbers.INSTANCE;
|
||||
}
|
||||
|
@ -124,10 +124,10 @@ index 3b9bfec..e4d0e41 100644
|
|||
+ // Spigot end
|
||||
}
|
||||
diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
|
||||
index 661fbae..92a6270 100644
|
||||
index 78a0ab4..fabaecf 100644
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
|
||||
@@ -667,4 +667,16 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
||||
@@ -668,4 +668,16 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
||||
public final String toString() {
|
||||
return SerializableMeta.classMap.get(getClass()) + "_META:" + serialize(); // TODO: cry
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue