IInspector

public interface IInspector(source)

Interface defining an interaction inspector. An interaction inspector can create an OptiGUI INI representation of the selectors matching the current interaction.

Functions

Link copied to clipboard
@NotNull()
public static @NotNull() IInspector getInstance()
Returns the implementation of IInspector.
Link copied to clipboard
@Nullable()
public abstract @Nullable() String inspectCurrentInteraction()
Inspects the current interaction.