geforkt von Mirrors/Paper
Document PlayerInteractEvent's behavior for air
By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Ursprung
51e5b56524
Commit
236a28293b
@ -11,6 +11,9 @@ import org.bukkit.event.block.Action;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a player interacts with an object or air.
|
* Called when a player interacts with an object or air.
|
||||||
|
* <p>
|
||||||
|
* This event will fire as cancelled if the vanilla behavior
|
||||||
|
* is to do nothing (e.g interacting with air)
|
||||||
*/
|
*/
|
||||||
public class PlayerInteractEvent extends PlayerEvent implements Cancellable {
|
public class PlayerInteractEvent extends PlayerEvent implements Cancellable {
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren