org.deken.game.map
Interface TileMapRender

All Known Implementing Classes:
TileMap

public interface TileMapRender

Author:
Gary Deken

Method Summary
 java.util.Collection<Sprite> getSprites(int z, int y)
          Gets the list of sprites for a given layer (z) and row (y)
 

Method Detail

getSprites

java.util.Collection<Sprite> getSprites(int z,
                                        int y)
Gets the list of sprites for a given layer (z) and row (y)

Parameters:
z -
y -
Returns:
List