Package net.ME1312.Galaxi.Event
Interface Cancellable
- All Known Implementing Classes:
CommandEvent
,ConsoleInputEvent
,GalaxiStopEvent
public interface Cancellable
Cancellable SubEvent Layout Class
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Determine if the Event has been Cancelleddefault void
setCancelled
(boolean value) Sets if the Event is Cancelled
-
Method Details
-
isCancelled
default boolean isCancelled()Determine if the Event has been Cancelled- Returns:
- Cancel Status
-
setCancelled
default void setCancelled(boolean value) Sets if the Event is Cancelled- Parameters:
value
- Cancel Status
-