SPIGOT-5982: Update documentation for EntityChangeBlockEvent

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-07-12 09:30:19 +10:00
parent f0d2a47b7b
commit 2d628bb34a

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