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 _

E

EB_LEVELDESCLOCALHOME - Static variable in class de.jadv.lib.Configuration
 
EB_LEVELLOCALHOME - Static variable in class de.jadv.lib.Configuration
 
EB_LOCATIONLOCALHOME - Static variable in class de.jadv.lib.Configuration
 
EB_NPCLOCALHOME - Static variable in class de.jadv.lib.Configuration
 
EB_OBJECTLOCALHOME - Static variable in class de.jadv.lib.Configuration
 
EB_PLAYERLOCALHOME - Static variable in class de.jadv.lib.Configuration
 
EB_RACELOCALHOME - Static variable in class de.jadv.lib.Configuration
 
enableHeartBeat() - Method in class org.jadv.basic.JAdvObject
enables the HeartBeat of this object!
encodeEvent() - Method in class de.jadv.lib.events.fromclient.AttackEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.GetRacesEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.LoginEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.MoveObjectEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.NewPlayerEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.PlayerMoveEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.RequestLongEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.RequestShortEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.SendMessageEvent
 
encodeEvent() - Method in class de.jadv.lib.events.fromclient.UseObjectEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.AllPlayerStatsEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.AvailableRacesEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.ErrorEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.InNewLevelEvent
Encodes the Event to a ByteBuffer
encodeEvent() - Method in class de.jadv.lib.events.toclient.IsLoggedInEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.LevelInformationEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.LibVersionEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.MessageEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.NeedLevelEvent
Encodes this event to a ByteBuffer
encodeEvent() - Method in class de.jadv.lib.events.toclient.ObjectAttributesEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.ObjectEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.ObjectOutOfSightEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.PlayerIDEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.QuitEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.ShortPlayerStatsEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.SubObjectEvent
 
encodeEvent() - Method in class de.jadv.lib.events.toclient.UnknownEvent
 
encodeEvent() - Method in class de.jadv.lib.events.JAdvEvent
 
encodeEvent(JAdvEvent) - Static method in class de.jadv.lib.EventCoder
Deprecated.  
encodeEvent(JAdvEvent) - Static method in class de.jadv.lib.events.JAdvEvent
 
enforceMinimumSize(Component, int, int) - Method in class de.jadv.lib.tools.MessageBox
 
ERR_ALLREADY_LOGGED_IN - Static variable in class de.jadv.lib.Configuration
 
ERR_CANNOT_DO_MOVE - Static variable in class de.jadv.lib.Configuration
 
ERR_NO_SESSION - Static variable in class de.jadv.lib.Configuration
 
ERR_NOT_IMPLEMENTED - Static variable in class de.jadv.lib.Configuration
 
ERR_NOT_LOGGED_IN - Static variable in class de.jadv.lib.Configuration
 
ERR_UNKNOWN - Static variable in class de.jadv.lib.Configuration
 
ErrorEvent - class de.jadv.lib.events.toclient.ErrorEvent.
An error occured and it is sent to the client.
ErrorEvent(ByteBuffer) - Constructor for class de.jadv.lib.events.toclient.ErrorEvent
 
ErrorEvent(int) - Constructor for class de.jadv.lib.events.toclient.ErrorEvent
 
ErrorEvent(String) - Constructor for class de.jadv.lib.events.toclient.ErrorEvent
Constructor for ErrorEvent.
ErrorEvent(String, int) - Constructor for class de.jadv.lib.events.toclient.ErrorEvent
 
ERRTEXT_ALLREADY_LOGGED_IN - Static variable in class de.jadv.lib.Configuration
 
ERRTEXT_CANNOT_DO_MOVE - Static variable in class de.jadv.lib.Configuration
 
ERRTEXT_NO_SESSION - Static variable in class de.jadv.lib.Configuration
 
ERRTEXT_NOT_IMPLEMENTED - Static variable in class de.jadv.lib.Configuration
 
ERRTEXT_NOT_LOGGED_IN - Static variable in class de.jadv.lib.Configuration
 
ERRTEXT_UNKNOWN - Static variable in class de.jadv.lib.Configuration
 
eThread - Variable in class de.jadv.server.manager.EventManager
 
event - Variable in class de.jadv.server.lib.ReceivedEvent
 
Event - class org.jadv.events.Event.
The abstract class Event is the super class of all Events, that could be handled by the EventManager / EventThread.
EVENT_CODER_VERSION - Static variable in class de.jadv.lib.events.JAdvEvent
Version of coding of Events.
Event() - Constructor for class org.jadv.events.Event
 
EventCoder - class de.jadv.lib.EventCoder.
Deprecated.  
EventCoder() - Constructor for class de.jadv.lib.EventCoder
Deprecated.  
eventList - Variable in class de.jadv.server.manager.EventManager
 
EventList - class de.jadv.server.lib.EventList.
List of all Events, that the EventManager must still work on!
EventList() - Constructor for class de.jadv.server.lib.EventList
 
EventManager - class de.jadv.server.manager.EventManager.
EventManager This implements the main EventManager.
EventManager() - Constructor for class de.jadv.server.manager.EventManager
 
EventThread - class de.jadv.server.manager.EventThread.
The EvenThread handles the Events.
EventThread(EventManager) - Constructor for class de.jadv.server.manager.EventThread
 
EventTimerTask - class de.jadv.server.lib.EventTimerTask.
EventTimerTask is a simple TimerTask, that adds an event to the EventList
EventTimerTask(Event) - Constructor for class de.jadv.server.lib.EventTimerTask
Constructor
EventTransmitObject - class de.jadv.lib.events.EventTransmitObject.
TransferObject to transfer Events to a given target.
EventTransmitObject(byte[]) - Constructor for class de.jadv.lib.events.EventTransmitObject
 
EventTransmitObject(String, JAdvEvent) - Constructor for class de.jadv.lib.events.EventTransmitObject
Constructor for ElementTransmitObject.
EVENTTYPE_IN_NEW_LEVEL - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_MESSAGE - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_MESSAGE_CALL - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_MESSAGE_SAY - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_MESSAGE_TALK - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_NOCLASS - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_OBJECT - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_OBJECT_OUT_OF_SIGHT - Static variable in class de.jadv.lib.Configuration
 
EVENTTYPE_OBJECTSSAMELOCATION - Static variable in class de.jadv.lib.Configuration
 
EvtManager - Static variable in class de.jadv.server.JAdvServer
 
extractData(DataObject) - Method in class de.jadv.lib.data.DataObject
 

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 _