Uses of Class
org.lucci.madhoc.bining.Cel

Packages that use Cel
org.lucci.madhoc.bining   
org.lucci.madhoc.network.net   
 

Uses of Cel in org.lucci.madhoc.bining
 

Methods in org.lucci.madhoc.bining that return Cel
 Cel Grid.getCelAt(org.lucci.up.data.Point point)
           
 Cel[][] Grid.getCels()
           
 

Uses of Cel in org.lucci.madhoc.network.net
 

Methods in org.lucci.madhoc.network.net that return Cel
 Cel Location.getCel()
           
 

Methods in org.lucci.madhoc.network.net with parameters of type Cel
 void Location.setCel(Cel newCel)