-
Method Summary
Gets the "standard" image for this tileset entry, without applying any animations.
int
Gets the current image for this tileset entry.
Gets the tileset that this entry belongs to.
Methods inherited from interface de.gurkenlabs.litiengine.environment.tilemap.ICustomPropertyProvider
getBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getCommaSeparatedStringValues, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFileValue, getFileValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getLongValue, getProperties, getProperty, getShortValue, getShortValue, getStringValue, getStringValue, getTypeOfProperty, hasCustomProperty, removeProperty, setProperties, setTypeOfProperty, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
-
Method Details
-
-
-
-
getImage
Gets the current image for this tileset entry.
- Returns:
- The current image for this tileset entry, accounting for animation.
-
getBasicImage
Gets the "standard" image for this tileset entry, without applying any animations.
- Returns:
- The standard image for this tileset entry
-
getTileset
Gets the tileset that this entry belongs to.
- Returns:
- The tileset for this entry
-
-