flame_tiled library

Classes

BoolProperty
value is the boolean
Chunk
Below is Tiled's documentation about how this structure is represented on XML files:
ChunkSize
Below is Tiled's documentation about how this structure is represented on XML files:
ColorProperty
value is the color
CustomProperties
A wrapper for a Tiled property set
EditorSetting
Below is Tiled's documentation about how this structure is represented on XML files:
Export
Below is Tiled's documentation about how this structure is represented on XML files:
FileProperty
value is the path to the file
FlameTsxProvider
A implementation of TsxProvider use by RenderableTileMap.
Flips
FloatProperty
value is the double-percision floating-point number
Frame
Below is Tiled's documentation about how this structure is represented on XML files:
Gid
A Gid, Global Tile ID is a Tiled concept to represent the tiles inside int matrices. This wrapper is used by Layer and Chunk to provide more easy access to the user.
Grid
Below is Tiled's documentation about how this structure is represented on XML files:
Group
ImageLayer
IntProperty
value is the integer number
JsonParser
Layer
Below is Tiled's documentation about how this structure is represented on XML files:
ObjectGroup
ObjectProperty
value is the ID of the object
Parser
Point
Below is Tiled's documentation about how this structure is represented on XML files:
Property<T>
Below is Tiled's documentation about how this structure is represented on XML files:
RenderableTiledMap
This is a wrapper over Tiled's TiledMap which can be rendered to a canvas.
SimpleFlips
Tiled represents all flips and rotation using three possible flips: horizontal, vertical and diagonal. This class converts that representation to a simpler one, that uses one angle (with pi/2 steps) and one flip (horizontal). All vertical flips are represented as horizontal flips + 180ยบ. Further reference: https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tile-flipping.
StringProperty
value is the string text
Template
Below is Tiled's documentation about how this structure is represented on XML files:
Terrain
Below is Tiled's documentation about how this structure is represented on XML files:
Text
Below is Tiled's documentation about how this structure is represented on XML files:
Tile
Below is Tiled's documentation about how this structure is represented on XML files:
TiledAtlas
One image atlas for all Tiled image sets in a map.
TiledComponent<T extends FlameGame<World>>
A Flame Component to render a Tiled TiledMap.
TiledImage
Below is Tiled's documentation about how this structure is represented on XML files:
TiledMap
Below is Tiled's documentation about how this structure is represented on XML files:
TiledObject
Below is Tiled's documentation about how this structure is represented on XML files:
TileLayer
TileMapParser
TileOffset
Below is Tiled's documentation about how this structure is represented on XML files:
Tileset
Below is Tiled's documentation about how this structure is represented on XML files:
TsxProvider
abstract class to be implemented for an external tileset data provider.
WangColor
Below is Tiled's documentation about how this structure is represented on XML files:
WangSet
Below is Tiled's documentation about how this structure is represented on XML files:
WangTile
Below is Tiled's documentation about how this structure is represented on XML files:
XmlParser

Exceptions / Errors

ParsingException