vooga.levelEditor
Interface Editable

All Known Implementing Classes:
BallPathBuilder

public interface Editable

Classes extending AbstractGame should implement this interface if they wish to be editable in the level editor.

Author:
Phil Puryear

Method Summary
 java.util.List<java.lang.Package> getGameItemPackages()
          Returns a list of packages in which a game's GameItems are stored.
 

Method Detail

getGameItemPackages

java.util.List<java.lang.Package> getGameItemPackages()
Returns a list of packages in which a game's GameItems are stored. The level editor will reflect on these packages to produce its item selection tree.