Uses of Class
org.eviline.PlayerActionType

Packages that use PlayerActionType
org.eviline   
 

Uses of PlayerActionType in org.eviline
 

Methods in org.eviline that return PlayerActionType
static PlayerActionType[] PlayerActionType.dropFirstValues()
           
static PlayerActionType PlayerActionType.fromEvent(EvilineEvent e)
           
 PlayerActionType PlayerAction.getType()
           
static PlayerActionType[] PlayerActionType.rotateOnlyValues()
           
static PlayerActionType[] PlayerActionType.shiftFirstValues()
           
static PlayerActionType PlayerActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlayerActionType[] PlayerActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eviline with parameters of type PlayerActionType
PlayerAction(Field field, PlayerActionType type)
           
PlayerAction(Field field, PlayerActionType type, boolean reverse)
           
PlayerAction(Field start, PlayerActionType type, Field end)
           
 



Copyright © 2013. All Rights Reserved.