ISelector

public 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()
public abstract @Nullable() IFilter<Interaction, ? extends Object> createFilter(@NotNull() @NotNull() String selector)
Creates a filter from a string description