Packages
de.jadv.client This package includes the whole client, that is needed.
de.jadv.lib The libary of JAdventure.
de.jadv.lib.data Data-Structures used by Server and Client
de.jadv.lib.events Events, that will be sent between Client and Server (using tcp/ip)
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 Events, that will be sent from the Server to the Client (maybe also into the other direction)
de.jadv.lib.exceptions Some exceptions, that are used in client and server.
de.jadv.lib.network Network stuff, that implements the java.nio channels, that are needed in Server and Client
de.jadv.lib.tools Some tools, that can be used by client and server
de.jadv.server The main Server-Classes can be found here.
de.jadv.server.io The Server IO Stuff
de.jadv.server.lib The Server Data-Structures ...
de.jadv.server.manager The different "Manager" of the Server e.g.
de.jadv.tools Some small tools, that can be used to administrate / initialize the server.
org.jadv.basic JadvLib: Some basic objects
org.jadv.basic.interfaces Interfaces that are used by the game.
org.jadv.events JadvLib: Some basic events
test Just some minor tests ... this has nothing to do with the real game ..