Uses of Class
net.lenkaspace.creeper.view.CRRenderer.DIRECTION

Packages that use CRRenderer.DIRECTION
net.lenkaspace.creeper.view   
 

Uses of CRRenderer.DIRECTION in net.lenkaspace.creeper.view
 

Methods in net.lenkaspace.creeper.view that return CRRenderer.DIRECTION
static CRRenderer.DIRECTION CRRenderer.DIRECTION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CRRenderer.DIRECTION[] CRRenderer.DIRECTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.lenkaspace.creeper.view with parameters of type CRRenderer.DIRECTION
 void CRRenderer.moveView(CRRenderer.DIRECTION direction_, int amount_)