Uses of Class
org.jadv.basic.Living

Packages that use Living
de.jadv.server.lib The Server Data-Structures ...  
org.jadv.basic JadvLib: Some basic objects
 
 

Uses of Living in de.jadv.server.lib
 

Methods in de.jadv.server.lib with parameters of type Living
static boolean ObjectMover.livingMove(Living liv, JAdvObject target)
          move a Living into a location.
static boolean ObjectMover.moveDir(Living liv, byte direction)
          Moves a living into a direction
 

Uses of Living in org.jadv.basic
 

Subclasses of Living in org.jadv.basic
 class NPC
          A basic NPC
 class Player
          All Player are an instance of this class