mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Modify Javadoc for clarity.
This commit is contained in:
parent
efdafa9912
commit
c06178ff92
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,9 @@ import org.jetbrains.annotations.NotNull;
|
|||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
/**
|
||||
* Called when a trial mob spawner in a Trial Chamber ejects its reward loot. ({@link org.bukkit.block.data.type.TrialSpawner})
|
||||
* Not to be confused with {@link VaultDispenseLootEvent}.
|
||||
* Called when a {@link org.bukkit.block.data.type.TrialSpawner} ejects its reward loot.
|
||||
* <br>
|
||||
* Not to be confused with {@link org.bukkit.event.block.VaultDispenseLootEvent}.
|
||||
*/
|
||||
public class TrialSpawnerDispenseLootEvent extends BlockEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
|
Loading…
Add table
Reference in a new issue