Class BlockBreakEvent
java.lang.Object
fr.fidorial.event.player.BlockBreakEvent
- All Implemented Interfaces:
Cancellable, Event, PlayerEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanplayer()position()voidsetCancelled(boolean cancelled)
-
Constructor Details
-
BlockBreakEvent
-
-
Method Details
-
player
- Specified by:
playerin interfacePlayerEvent
-
position
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceCancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceCancellable
-