Test compile fixes
This commit is contained in:
parent
0a8fd78e37
commit
e19f48475d
10 changed files with 45 additions and 32 deletions
|
@ -5,7 +5,7 @@ Subject: [PATCH] Fix SpawnerEntry$Equipment API
|
|||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/block/spawner/SpawnerEntry.java b/src/main/java/org/bukkit/block/spawner/SpawnerEntry.java
|
||||
index fc1c0435dfea121923eb1fe0182880752f321143..e167003cdf014e1ef4c475d1138c4462153fbc85 100644
|
||||
index fc1c0435dfea121923eb1fe0182880752f321143..bc8ccd139df6072f9744cfb85ad0070369600aa1 100644
|
||||
--- a/src/main/java/org/bukkit/block/spawner/SpawnerEntry.java
|
||||
+++ b/src/main/java/org/bukkit/block/spawner/SpawnerEntry.java
|
||||
@@ -120,27 +120,29 @@ public class SpawnerEntry {
|
||||
|
@ -22,7 +22,7 @@ index fc1c0435dfea121923eb1fe0182880752f321143..e167003cdf014e1ef4c475d1138c4462
|
|||
+ * Set the loot table for the spawned entity's equipment slots.
|
||||
* <br>
|
||||
- * To remove a loot table use null.
|
||||
+ * To remove a loot table use {@link org.bukkit.loot.LootTables#EMPTY}.
|
||||
+ * To remove a loot table use the empty loot table.
|
||||
*
|
||||
* @param table this {@link org.bukkit.entity.Mob} will have.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue