13
0
geforkt von Mirrors/Paper

SPIGOT-5982: Update documentation for EntityChangeBlockEvent

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-07-12 09:30:19 +10:00
Ursprung f0d2a47b7b
Commit 2d628bb34a

Datei anzeigen

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