Modify Javadoc for clarity.

This commit is contained in:
ShreyasAyyengar 2024-08-04 12:21:40 +08:00
parent efdafa9912
commit c06178ff92

View file

@ -10,8 +10,9 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable; 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}) * Called when a {@link org.bukkit.block.data.type.TrialSpawner} ejects its reward loot.
* Not to be confused with {@link VaultDispenseLootEvent}. * <br>
* Not to be confused with {@link org.bukkit.event.block.VaultDispenseLootEvent}.
*/ */
public class TrialSpawnerDispenseLootEvent extends BlockEvent implements Cancellable { public class TrialSpawnerDispenseLootEvent extends BlockEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList(); private static final HandlerList handlers = new HandlerList();