TileMetadataLoader

interface TileMetadataLoader<T : Tile>

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
fetchMetaForTile
Link copied to clipboard
common
abstract fun fetchMetaForTile(tile: T): TextureMetadata<T>
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
supportsTile
Link copied to clipboard
common
abstract fun supportsTile(tile: Tile): Boolean
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

CP437TileMetadataLoader
Link copied to clipboard

Sources

(source)
Link copied to clipboard