Class InventoryMenuPage

java.lang.Object
net.citizensnpcs.api.gui.InventoryMenuPage
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
CommandAction.CommandActionEditor, CommandTrait.ItemRequirementGUI, DropsTrait.DropsGUI, EndermanEquipperGUI, GenericEquipperGUI, ItemAction.ItemActionEditor, NPCConfigurator, PermissionAction.PermissionActionEditor, ShopTrait.NPCShopContentsEditor, ShopTrait.NPCShopItemEditor, ShopTrait.NPCShopPageSettings, ShopTrait.NPCShopSettings, ShopTrait.NPCShopViewer, SteerableEquipperGUI

public abstract class InventoryMenuPage extends Object implements Runnable
The concrete page instance representing a single page in a stack of inventory menu GUIs. Injected variables will be available after initialise(MenuContext) is called.
See Also: