Uses of Class
com.cliffblaster.game.api.event.PlayerCheatEvent.CheatType

Packages that use PlayerCheatEvent.CheatType
com.cliffblaster.game.api.event   
 

Uses of PlayerCheatEvent.CheatType in com.cliffblaster.game.api.event
 

Methods in com.cliffblaster.game.api.event that return PlayerCheatEvent.CheatType
static PlayerCheatEvent.CheatType PlayerCheatEvent.CheatType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlayerCheatEvent.CheatType[] PlayerCheatEvent.CheatType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.cliffblaster.game.api.event with parameters of type PlayerCheatEvent.CheatType
PlayerCheatEvent(ServerHandler handler, PlayerCheatEvent.CheatType cheatType, java.lang.Object[] cheatParameters)