Package net.citizensnpcs.trait
Class ShopTrait.NPCShopViewer
java.lang.Object
net.citizensnpcs.api.gui.InventoryMenuPage
net.citizensnpcs.trait.ShopTrait.NPCShopViewer
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ShopTrait
- 
Constructor SummaryConstructorsConstructorDescriptionNPCShopViewer(ShopTrait.NPCShop shop, ShopTrait.NPCShopStorage storage, Player player) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidchangePage(int newPage) createInventory(String title) voidinitialise(MenuContext ctx) Methods inherited from class net.citizensnpcs.api.gui.InventoryMenuPageonClick, onClose, run
- 
Constructor Details- 
NPCShopViewer
 
- 
- 
Method Details- 
changePagepublic void changePage(int newPage) 
- 
createInventory- Overrides:
- createInventoryin class- InventoryMenuPage
 
- 
initialise- Specified by:
- initialisein class- InventoryMenuPage
 
 
-