Interface ITilesetEntry

All Superinterfaces:
ICustomPropertyProvider
All Known Implementing Classes:
TilesetEntry

public interface ITilesetEntry
extends ICustomPropertyProvider
  • Method Details

    • getId

      int getId()
    • getTerrain

      ITerrain[] getTerrain()
    • getAnimation

      ITileAnimation getAnimation()
    • getImage

      java.awt.image.BufferedImage getImage()
      Gets the current image for this tileset entry.
      Returns:
      The current image for this tileset entry, accounting for animation.
    • getBasicImage

      java.awt.image.BufferedImage getBasicImage()
      Gets the "standard" image for this tileset entry, without applying any animations.
      Returns:
      The standard image for this tileset entry
    • getTileset

      ITileset getTileset()
      Gets the tileset that this entry belongs to.
      Returns:
      The tileset for this entry
    • getType

      java.lang.String getType()
    • getCollisionInfo

      IMapObjectLayer getCollisionInfo()