com.cliffblaster.game.api.event
Class ServerEvent

java.lang.Object
  extended by com.cliffblaster.game.api.event.Event
      extended by com.cliffblaster.game.api.event.ServerEvent
Direct Known Subclasses:
PermissionRequestEvent, PluginCommunicationEvent, ServerCommandEvent, ServerSaveEvent, ServerTickEvent

public abstract class ServerEvent
extends Event


Nested Class Summary
 
Nested classes/interfaces inherited from class com.cliffblaster.game.api.event.Event
Event.Priority, Event.Type
 
Field Summary
 
Fields inherited from class com.cliffblaster.game.api.event.Event
evtType
 
Constructor Summary
ServerEvent(Event.Type type)
           
 
Method Summary
 
Methods inherited from class com.cliffblaster.game.api.event.Event
cancel, getType, isCancelled, unCancel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerEvent

public ServerEvent(Event.Type type)