Uses of Interface
A4Shell.Grid

Uses of Grid in A4Shell
 

Classes in A4Shell that implement Grid
 class AbstractGrid<E>
          AbstractGrid contains the methods that are common to grid implementations.
 class BoundedGrid<E>
          A BoundedGrid is a rectangular grid with a finite number of rows and columns.
 class WrappedBoundedGrid<E>
           
 

Methods in A4Shell that return Grid
 Grid<Actor> Actor.getGrid()
          Gets the grid in which this actor is located.
 

Methods in A4Shell with parameters of type Grid
 void Actor.putSelfInGrid(Grid<Actor> gr, Location loc)
          Puts this actor into a grid.