mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
SPIGOT-5982: Update documentation for EntityChangeBlockEvent
This commit is contained in:
parent
d0d2ac0a6a
commit
aff39bc0dc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import org.bukkit.event.HandlerList;
|
|||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* Called when any Entity, excluding players, changes a block.
|
||||
* Called when any Entity changes a block and a more specific event is not available.
|
||||
*/
|
||||
public class EntityChangeBlockEvent extends EntityEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
|
Loading…
Add table
Reference in a new issue