SPIGOT-5982: Update documentation for EntityChangeBlockEvent

This commit is contained in:
md_5 2020-07-12 09:30:19 +10:00
parent d0d2ac0a6a
commit aff39bc0dc
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -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();