geforkt von Mirrors/Paper
SPIGOT-5982: Update documentation for EntityChangeBlockEvent
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
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();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren