Selector

Registers the annotated class as an OptiGUI INI selector for the key specified in value. The annotated class must implement opekope2.optigui.api.selector.ISelector, and must be a registered entrypoint in fabric.mod.json in order to be recognized. The name of the entrypoint is optigui-selector for selectors, and optigui-load-selector for load time selectors.

Functions

Link copied to clipboard
public abstract String value()
The name of the selector (the key to look for inside the INI file).

Inherited functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()