Uses of Package
cleoni.adv

Packages that use cleoni.adv
cleoni.adv   
org.cjncreations.csi   
org.dimx   
 

Classes in cleoni.adv used by cleoni.adv
AdvObject
          Game's base object.
Character
          Implements CHARACTERs
Client
          Represents the user's client.
Cluster
           
Dict
          Modified version of the Vector class, so that it works like an associative array.
DictSorted
          Sorted Dictionary object.
DimxException
          Custom Exception for proper dealing of errors generated by the game engine
DimxObject
          Represents *any* DimensioneX object: WORLD, ITEM, CHARACTER, LINK, ROOM excludes Dictionary objects and Images Base of object of DimensioneX.
DimxParser
          Text parser.
Event
          Represents an EVENT, a FUNCTION or a SUB.
Image
          Represents an image to be used in the game.
Item
          Represents an ITEM
Link
          Implements a LINK between rooms
Logger
          Convenence object for log messages
ManageableObject
          Base class for all things.
Message
          Represent a message sent by a CHARACTER or a Player
Messages
          This class is responsible for loading and preparing localised messages to be used by the game engine.
multiplayer
          The Main Game Engine Servlet.
Page
          Implements a PAGE (formerly VIEW) tool.
Panel
          The commands panel to be displayed on the user's browser
PeopleContainer
          Base class for objects capable of containing people (ROOMS and VEHICLEs).
Player
          data and functions for the human player.
Room
          Represents a ROOM object
Skin
          Represents a SKIN object
Token
          Another wrapper class for all values.
Utils
          Miscellaneous utilities.
Varspace
          Symbol table for variables (i.e.
View
          This class is used to produce custom views for the game.
World
          Implements the WORLD object
WorldLoader
          Parser capable of reading a DXW file and building a WORLD
 

Classes in cleoni.adv used by org.cjncreations.csi
AdvObject
          Game's base object.
DictSorted
          Sorted Dictionary object.
DimxException
          Custom Exception for proper dealing of errors generated by the game engine
DimxObject
          Represents *any* DimensioneX object: WORLD, ITEM, CHARACTER, LINK, ROOM excludes Dictionary objects and Images Base of object of DimensioneX.
IEventProcessor
          Required interface for custom fireEvent processing in Java.
Item
          Represents an ITEM
Token
          Another wrapper class for all values.
World
          Implements the WORLD object
 

Classes in cleoni.adv used by org.dimx
AdvObject
          Game's base object.
Dict
          Modified version of the Vector class, so that it works like an associative array.
DictSorted
          Sorted Dictionary object.
DimxException
          Custom Exception for proper dealing of errors generated by the game engine
DimxObject
          Represents *any* DimensioneX object: WORLD, ITEM, CHARACTER, LINK, ROOM excludes Dictionary objects and Images Base of object of DimensioneX.
IEventProcessor
          Required interface for custom fireEvent processing in Java.
ISayProcessor
          Required interface for customized SAY processing.
IWorldInitProcessor
          Required interface for customized world.init processing.
multiplayer
          The Main Game Engine Servlet.
Player
          data and functions for the human player.
Token
          Another wrapper class for all values.
World
          Implements the WORLD object
WorldLoader
          Parser capable of reading a DXW file and building a WORLD