com.cliffblaster.game.api.event
Class PlayerCheatEvent

java.lang.Object
  extended by com.cliffblaster.game.api.event.Event
      extended by com.cliffblaster.game.api.event.PlayerEvent
          extended by com.cliffblaster.game.api.event.PlayerCheatEvent

public class PlayerCheatEvent
extends PlayerEvent


Nested Class Summary
static class PlayerCheatEvent.CheatType
          The enumerated types of cheats
 
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
PlayerCheatEvent(ServerHandler handler, PlayerCheatEvent.CheatType cheatType, java.lang.Object[] cheatParameters)
           
 
Method Summary
 
Methods inherited from class com.cliffblaster.game.api.event.PlayerEvent
getHandler
 
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

PlayerCheatEvent

public PlayerCheatEvent(ServerHandler handler,
                        PlayerCheatEvent.CheatType cheatType,
                        java.lang.Object[] cheatParameters)