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

Packages that use RoomLayer
org.starhope.appius.game   
 

Uses of RoomLayer in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type RoomLayer
private  List<RoomLayer> Room.layers
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game that return types with arguments of type RoomLayer
 List<RoomLayer> Room.getLayers()
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game with parameters of type RoomLayer
 boolean Room.add(RoomLayer newLayer)
          WRITEME: Document this method brpocock@star-hope.org
 boolean Room.remove(RoomLayer oldLayer)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructor parameters in org.starhope.appius.game with type arguments of type RoomLayer
RoomLayer(RecordLoader<RoomLayer> loader)
          WRITEME: Document this constructor brpocock@star-hope.org