RetexturableScreenRegistry

Registry holding screens, which can be retextured by OptiGUI.

Functions

Link copied to clipboard
operator fun contains(screen: Screen): Boolean

Checks if a given screen is registered as retexturable.

Link copied to clipboard
fun register(screenClass: Class<out Screen>)

Registers a screen and all of its subclasses as retexturable.