IInspector

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
open fun getInstance(): @NotNull IInspector
Returns the implementation of IInspector.
Link copied to clipboard
@Nullable
abstract fun inspectCurrentInteraction(): @Nullable String
Inspects the current interaction.