ISelector

interface ISelector(source)

Interface defining an OptiGUI INI selector. A selector creates a filter from its string description specified inside an INI file. To register a selector, see opekope2.optigui.annotation.Selector documentation. The name of the entrypoint is optigui-selector.

See also

Functions

Link copied to clipboard
@Nullable
abstract fun createFilter(@NotNull selector: @NotNull String): @Nullable IFilter<Interaction, out Any>
Creates a filter from a string description