Package com.undefined.stellar.listener
Object StellarListener
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public class StellarListener implements Listener
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
hasBeenInitialized
public final static StellarListener
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event)
final Unit
onServerCommand(ServerCommandEvent event)
final Unit
sendFailureExecutions(AbstractStellarCommand<?> command, CommandContext<Object> context)
final Boolean
getHasBeenInitialized()
final Unit
setHasBeenInitialized(Boolean hasBeenInitialized)
-
-
Method Detail
-
onPlayerCommandPreprocess
final Unit onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event)
-
onServerCommand
final Unit onServerCommand(ServerCommandEvent event)
-
sendFailureExecutions
final Unit sendFailureExecutions(AbstractStellarCommand<?> command, CommandContext<Object> context)
-
getHasBeenInitialized
final Boolean getHasBeenInitialized()
-
setHasBeenInitialized
final Unit setHasBeenInitialized(Boolean hasBeenInitialized)
-
-
-
-