Interface InteractiveMenu<C>

Type Parameters:
C - the title component type — Component on Paper, String on Spigot
All Superinterfaces:
Menu<C>, MenuHandler<C>

public interface InteractiveMenu<C> extends Menu<C>, MenuHandler<C>
Menu type that includes both layout and event hooks.