#749: Various javadoc improvements

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
Bukkit/Spigot
2022-06-05 10:05:54 +10:00
parent eafbc2ba3a
commit 5e9386f3e0
11 changed files with 59 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ import org.jetbrains.annotations.NotNull;
/**
* Called when a player stops damaging a Block.
* @see BlockDamageEvent
*/
public class BlockDamageAbortEvent extends BlockEvent {

View File

@@ -11,6 +11,7 @@ import org.jetbrains.annotations.NotNull;
* Called when a block is damaged by a player.
* <p>
* If a Block Damage event is cancelled, the block will not be damaged.
* @see BlockDamageAbortEvent
*/
public class BlockDamageEvent extends BlockEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();