Package-level declarations

Types

Link copied to clipboard

Represents an OptiFine .properties file converted to the OptiGUI-compatible INI format.

Link copied to clipboard
open class OptiGuiResource(resource: ResourceReader) : Resource

Represents an OptiGUI-compatible INI file.

Link copied to clipboard
abstract class Resource(val id: Identifier)

A base class for resources.

Link copied to clipboard
abstract class ResourceReader(val id: Identifier) : Resource

A base class for reading resources.