Package org.hexworks.zircon.internal.tileset.impl

Types

CP437TextureMetadata
Link copied to clipboard
common
data class CP437TextureMetadata(x: Int, y: Int, width: Int, height: Int, character: Char) : TextureMetadata<CharacterTile>
DefaultTileTexture
Link copied to clipboard
common
class DefaultTileTexture<T>(width: Int, height: Int, texture: T) : TileTexture<T>
GraphicTextureMetadata
Link copied to clipboard
common
data class GraphicTextureMetadata(x: Int, y: Int, width: Int, height: Int, name: String, tags: Set<String>) : TextureMetadata<ImageTile>
PickFirstMetaStrategy
Link copied to clipboard
common
class PickFirstMetaStrategy<T : Tile> : MetadataPickingStrategy<T>
PickRandomMetaStrategy
Link copied to clipboard
common
class PickRandomMetaStrategy<T : Tile> : MetadataPickingStrategy<T>
VirtualTileset
Link copied to clipboard
common
class VirtualTileset : Tileset<Char>