moooore
This commit is contained in:
parent
6456b5dea8
commit
cb79de80c4
59 changed files with 373 additions and 380 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..5cb482d42b0babd5a40598dc7fcf79c7d8c63655 100644
|
||||
index fc1c0435dfea121923eb1fe0182880752f321143..e167003cdf014e1ef4c475d1138c4462153fbc85 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..5cb482d42b0babd5a40598dc7fcf79c7
|
|||
+ * 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 LootTables#EMPTY}.
|
||||
+ * To remove a loot table use {@link org.bukkit.loot.LootTables#EMPTY}.
|
||||
*
|
||||
* @param table this {@link org.bukkit.entity.Mob} will have.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue