A B C D E F G H I J K L M N O P Q R S T U V W X Y _

D

DATABASE_MANAGER - Static variable in class de.jadv.lib.Configuration
 
DatabaseManager - interface de.jadv.server.manager.DatabaseManager.
This is the interface for saving/loading objects.
DataLevelBackground - class de.jadv.lib.data.DataLevelBackground.
Holds the data for the background of the actual level.
DataLevelBackground(int[][], int, int, int) - Constructor for class de.jadv.lib.data.DataLevelBackground
 
DataLevelBackground(String, int) - Constructor for class de.jadv.lib.data.DataLevelBackground
 
DataObject - class de.jadv.lib.data.DataObject.
Data of one Object in a Level.
DataObject(String) - Constructor for class de.jadv.lib.data.DataObject
Constructor for DataObject.
DataObject(String, Point, int) - Constructor for class de.jadv.lib.data.DataObject
 
DataObject(String, Point, int, int, int) - Constructor for class de.jadv.lib.data.DataObject
 
DB_CLASS - Static variable in class de.jadv.lib.Configuration
 
DB_PASS - Static variable in class de.jadv.lib.Configuration
 
DB_PATH - Static variable in class de.jadv.lib.Configuration
 
DB_USER - Static variable in class de.jadv.lib.Configuration
 
de.jadv.client - package de.jadv.client
This package includes the whole client, that is needed.
de.jadv.lib - package de.jadv.lib
The libary of JAdventure.
de.jadv.lib.data - package de.jadv.lib.data
Data-Structures used by Server and Client
de.jadv.lib.events - package de.jadv.lib.events
Events, that will be sent between Client and Server (using tcp/ip)
de.jadv.lib.events.fromclient - package de.jadv.lib.events.fromclient
Events, that will be sent from the Client to the Server (maybe also into the other direction)
de.jadv.lib.events.toclient - package de.jadv.lib.events.toclient
Events, that will be sent from the Server to the Client (maybe also into the other direction)
de.jadv.lib.exceptions - package de.jadv.lib.exceptions
Some exceptions, that are used in client and server.
de.jadv.lib.network - package de.jadv.lib.network
Network stuff, that implements the java.nio channels, that are needed in Server and Client
de.jadv.lib.tools - package de.jadv.lib.tools
Some tools, that can be used by client and server
de.jadv.server - package de.jadv.server
The main Server-Classes can be found here.
de.jadv.server.io - package de.jadv.server.io
The Server IO Stuff
de.jadv.server.lib - package de.jadv.server.lib
The Server Data-Structures ...
de.jadv.server.manager - package de.jadv.server.manager
The different "Manager" of the Server e.g.
de.jadv.tools - package de.jadv.tools
Some small tools, that can be used to administrate / initialize the server.
debug - Static variable in class de.jadv.lib.events.JAdvEvent
Enable the Debugging of Events.
DEBUG_EDITORSESSION - Static variable in class de.jadv.lib.Configuration
 
DEBUG_EVENTS - Static variable in class de.jadv.lib.Configuration
 
DEBUG_FIGHTMBEAN - Static variable in class de.jadv.lib.Configuration
 
DEBUG_FINDOBJECT - Static variable in class de.jadv.lib.Configuration
 
DEBUG_LEVELSIGHTS - Static variable in class de.jadv.lib.Configuration
 
DEBUG_MEMORY - Static variable in class de.jadv.lib.Configuration
 
DEBUG_MOVE - Static variable in class de.jadv.lib.Configuration
 
DEBUG_NPCMBEAN - Static variable in class de.jadv.lib.Configuration
 
DEBUG_OBJECTS - Static variable in class de.jadv.lib.Configuration
 
DEBUG_SCRIPTING - Static variable in class de.jadv.lib.Configuration
 
DEBUG_SEND_TO_TOPIC - Static variable in class de.jadv.lib.Configuration
 
DEBUG_SHOWATTRIBS - Static variable in class de.jadv.lib.Configuration
 
DEBUG_SHOWOBJECTS - Static variable in class de.jadv.lib.Configuration
 
DEBUG_SYNCBUFFER - Static variable in class de.jadv.lib.Configuration
 
debugList() - Method in class de.jadv.server.manager.ObjectManager
debugList() Prints all available Objects - Is really really long when some objects exists!
decodeEvent() - Method in class de.jadv.client.JAdvClient
 
decodeEvent() - Method in class de.jadv.lib.network.SyncByteBuffersForChannels
 
decodeEvent(ByteBuffer) - Static method in class de.jadv.lib.EventCoder
Deprecated.  
decodeEvent(ByteBuffer) - Static method in class de.jadv.lib.events.JAdvEvent
 
DEFAULT_MOVETIME - Static variable in class de.jadv.lib.Configuration
 
delAutoStart(String) - Method in class de.jadv.server.manager.ObjectManager
Delete an object from the AutoStart-Object!
deleteObject(String) - Method in interface de.jadv.server.manager.DatabaseManager
Delete an Object from the Database.
deleteObject(String) - Method in class de.jadv.server.manager.FileDatabaseManager
Delete an Object from the Database
deleteObject(String) - Method in class de.jadv.server.manager.HSQLDBDatabaseManager
deleteObject(id) Delete an Object from the Database
desc - Variable in class org.jadv.basic.Level_StoredObject
 
description - Variable in class de.jadv.lib.events.toclient.ObjectEvent
 
destroyObject() - Method in class org.jadv.basic.JAdvObject
Destroy this object (Object will be deleted completly!)
destroyObject() - Method in class org.jadv.basic.SavedObject
Destroy this object (Object will be deleted completly!)
destroyObject(SavedObject) - Method in class de.jadv.server.manager.ObjectManager
destroyObject(obj) An Object out of the game should be deleted
dialog - Variable in class de.jadv.lib.tools.MessageBox
 
die() - Method in class org.jadv.basic.Living
The Living should die now!
die() - Method in class org.jadv.basic.Player
The player dies ...
DIR_DOWN - Static variable in class de.jadv.lib.Configuration
 
DIR_EAST - Static variable in class de.jadv.lib.Configuration
 
DIR_NORTH - Static variable in class de.jadv.lib.Configuration
 
DIR_NORTHEAST - Static variable in class de.jadv.lib.Configuration
 
DIR_NORTHWEST - Static variable in class de.jadv.lib.Configuration
 
DIR_NULL - Static variable in class de.jadv.lib.Configuration
All Directions for the different Events
DIR_SOUTH - Static variable in class de.jadv.lib.Configuration
 
DIR_SOUTHEAST - Static variable in class de.jadv.lib.Configuration
 
DIR_SOUTHWEST - Static variable in class de.jadv.lib.Configuration
 
DIR_UNWEAR - Static variable in class de.jadv.lib.Configuration
 
DIR_UP - Static variable in class de.jadv.lib.Configuration
 
DIR_WEAR - Static variable in class de.jadv.lib.Configuration
 
DIR_WEST - Static variable in class de.jadv.lib.Configuration
 
direction - Variable in class de.jadv.lib.events.fromclient.PlayerMoveEvent
 
dirty - Variable in class de.jadv.client.GameData
 
disableHeartBeat() - Method in class org.jadv.basic.JAdvObject
disabels the HeartBeat of this object
dismissLoginDialog() - Method in class de.jadv.client.GameWindow
 
doCommand(String) - Method in class de.jadv.client.JAdvClient
 
doEvent() - Method in class de.jadv.server.manager.EventThread
 
doEvent() - Method in class org.jadv.events.ClientEvent
Do the different Events, that can come from the player ...
doEvent() - Method in class org.jadv.events.Event
doEvent() This is the function, that will be called by the EventThread
doEvent() - Method in class org.jadv.events.HeartBeatEvent
doEvent() This is the function, that will be called by the EventThread.
doEvent() - Method in class org.jadv.events.LoadObjectEvent
 
doEvent() - Method in class org.jadv.events.MoveEvent
Do the move
doEvent() - Method in class org.jadv.events.ObjectMessageEvent
Give this event to the target object
doEvent() - Method in class org.jadv.events.ObjectNoLongerSeenEvent
Give this event to the target object
doEvent() - Method in class org.jadv.events.ObjectSeenEvent
Give this event to the target object
doEvent() - Method in class org.jadv.events.ResetEvent
doEvent() This is the function, that will be called by the EventThread
doEvent() - Method in class org.jadv.events.TimerEvent
doEvent() This is the function, that will be called by the EventThread
doRandomMove() - Method in class org.jadv.basic.NPC
Do a simple random move
drawField(Graphics, int, int) - Method in class de.jadv.client.GameCanvas
 
drawField(Graphics, int, int, int) - Method in class de.jadv.client.GameCanvas
 
DrawThread - class de.jadv.client.DrawThread.
 
DrawThread(GameData, GameCanvas) - Constructor for class de.jadv.client.DrawThread
 
DrawThread(GameData, GameCanvas, int) - Constructor for class de.jadv.client.DrawThread
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _