Package org.hexworks.zircon.api.tileset

Types

MetadataPickingStrategy
Link copied to clipboard
common
fun fun interface MetadataPickingStrategy<T : Tile>
TextureMetadata
Link copied to clipboard
common
interface TextureMetadata<T : Tile>
Metadata about a TileTexture, like its position (x, y) in a Tileset.
TextureTransformer
Link copied to clipboard
common
fun fun interface TextureTransformer<T>
Transforms a tile texture.
TileMetadataLoader
Link copied to clipboard
common
interface TileMetadataLoader<T : Tile>
Tileset
Link copied to clipboard
common
interface Tileset<T : Any> : Identifiable
Handles the textures of a tileset, and provides functionality to render them on a surface.
TilesetLoader
Link copied to clipboard
common
interface TilesetLoader<T : Any>
A TilesetLoader can be used to load the actual Tileset textures into memory, from a given TilesetResource.
TileTexture
Link copied to clipboard
common
interface TileTexture<out T>
Represents the texture which is used to draw tiles for a given Tileset.