Uses of Interface
WatorWorld.Grid

Uses of Grid in WatorWorld
 

Classes in WatorWorld 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 WatorWorld that return Grid
 Grid<Actor> Actor.getGrid()
          Gets the grid in which this actor is located.
 

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