OptiFineConvertedResource

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

Constructors

Link copied to clipboard
constructor(wrappedResource: ResourceReader)

Functions

Link copied to clipboard
open override fun exists(): Boolean

Returns if the current resource exists.

Properties

Link copied to clipboard
Link copied to clipboard
open override val ini: Ini

Gets the loaded resource as an INI object.

Link copied to clipboard
open override val resourcePack: String

Returns the name of the resource pack the current resource is loaded from.