Package rle.core.board

Interface Summary
BoardListener A Board Listener is notified when Things are added or removed.
CreationContext An interface providing information that will assist in the generation of an entity, such as a Board or Item.
CreatureAi Interface for classes that control creature actions.
ThingListener A ThingListener is notified when events happen to a Thing.
 

Class Summary
Board A Board's sole function is to track the location of the various Thing's in the player's environment.
BoardUtil Provides Board creation utilities.
CreationContextBase A convenient base class for CreationContext implementors.
Creature A creature.
Item An item.
Locator Immutable object for locating stuff in the Board.
Monster A Monster.Note that a Monster can be configured by information from the Variant Manager because it implements PlugIn.
RLDimension Immutable object for specifying dimensions on the Board.
RLPoint Immutable object for specifying single locations on the Board.
RLRectangle Immutable object for specifying rectangular regions on the Board.
Terrain A piece of terrain.
Thing Base class for all Objects that can reside in a Board.
ThingInsertEvent An event dispatched when a Thing is added to the board.
ThingMoveEvent An event dispatched when a Thing changes location.
ThingRemoveEvent An event dispatched when a Thing is removed from the board.