Package com.eoi.freya.game

Interface Summary
Location Location is a interface for classes that define what a place is and does.
Map This interface is the base for maps.
Unit Unit is an interface for Unit type objects.
 

Class Summary
BaseUnit BaseUnits are the simplest instance of a Unit.
DataDictionary DataDictionary is a base class for holding dictionary data.
GameConfig Global Game Config data handler
Inventory An Inventory is an JDOM XML Element based object that stores a list of items
Item An Item wraps up an Element that contains data to describe generic items.
OwnedObject OwnedObjects are sub-classes of XMLObjects, that have an 'OWNER' elements.
UnitFactory This class produces new units given a Race and Type and optionally the info block for the unit
XMLObject XMLObject is a simple object with a Name attribute and an element that contains information about that entity.
 



Freya Engine, The Turn Based Game Engine
Copyright(c) 2002 Alexander Bilton
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA