Interface TileMap

All Known Implementing Classes:
TileRegistration

@API public interface TileMap
Author:
Michael Andonie, Niklas Keller
  • Method Details

    • createFromImage

      @API static Tile createFromImage(String path)
    • createFromImage

      static Tile createFromImage(BufferedImage image)
    • createFromImage

      static TileMap createFromImage(String path, int sizeX, int sizeY)
    • getTile

      Tile getTile(int x, int y)