Interface TileConfig

    • Method Detail

      • getId

        int getId()
        A unique id that can be used to identify this TileConfig instance.
        Returns:
        the id.
      • getName

        String getName()
        A descriptive name of this configuration.
        Returns:
        the name.
      • createImageManager

        ImageManager<Tile,BufferedImage> createImageManager()
        Create an ImageManager for tiles from this TileConfig instance.
        Returns:
        the newly created ImageManager.