Interface TileGenerator

All Known Implementing Classes:
AbstractTiledRed, SpecularLightingRed, TileCacheRed, TileRed

public interface TileGenerator
This the generic interface for a source of tiles. This is used when the cache has a miss.
  • Method Summary

    Modifier and Type
    Method
    Description
    genTile(int x, int y)
     
  • Method Details

    • genTile

      Raster genTile(int x, int y)