mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
SPIGOT-5982: Update documentation for EntityChangeBlockEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f0d2a47b7b
commit
2d628bb34a
@ -9,7 +9,7 @@ import org.bukkit.event.HandlerList;
|
|||||||
import org.jetbrains.annotations.NotNull;
|
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 {
|
public class EntityChangeBlockEvent extends EntityEvent implements Cancellable {
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
Loading…
Reference in New Issue
Block a user