Package-level declarations

Types

Link copied to clipboard
data class CharOptions(val char: Char, val font: String, val isBold: Boolean)
Link copied to clipboard
object CharSizes
Link copied to clipboard
data class ComponentSize(val width: Float, val yRange: ClosedRange<Float>)
Link copied to clipboard
@Serializable(with = ResourcePathSerializer::class)
class ResourcePath<out T : ResourceType>(val type: T, val namespace: String, val path: String) : Key

An identifier for a file in a resource pack.

Link copied to clipboard
sealed interface ResourceType

Specifies the type of resource that a ResourcePath points to.