Uses of Class
org.starhope.appius.game.RoomLayerKind

Packages that use RoomLayerKind
org.starhope.appius.game   
 

Uses of RoomLayerKind in org.starhope.appius.game
 

Fields in org.starhope.appius.game declared as RoomLayerKind
private  RoomLayerKind RoomLayer.kind
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game that return RoomLayerKind
 RoomLayerKind RoomLayer.getKind()
           
static RoomLayerKind RoomLayerKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RoomLayerKind[] RoomLayerKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.game with parameters of type RoomLayerKind
 void RoomLayer.setKind(RoomLayerKind newKind)