Klasse Rewards
java.lang.Object
org.avertox.Inventory.AvertoxInventory
org.avertox.Inventory.invs.Rewards
- Alle implementierten Schnittstellen:
InventoryProvider,org.bukkit.command.CommandExecutor
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.avertox.Inventory.AvertoxInventory
AvertoxInventory.InventoryOrder -
Feldübersicht
Von Klasse geerbte Felder org.avertox.Inventory.AvertoxInventory
avE -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRewards(String id, int rows, String title, AvertoxEssentialsV2 avE, boolean paginationEnabled, boolean border, AvertoxInventory.InventoryOrder inventoryOrder, boolean openCommand, AvertoxInventory closeItem) -
Methodenübersicht
Von Klasse geerbte Methoden org.avertox.Inventory.AvertoxInventory
addInvItem, close, getInventory, init, onCommand, openVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.avertox.Inventory.content.InventoryProvider
update
-
Konstruktordetails
-
Rewards
public Rewards(String id, int rows, String title, AvertoxEssentialsV2 avE, boolean paginationEnabled, boolean border, AvertoxInventory.InventoryOrder inventoryOrder, boolean openCommand, AvertoxInventory closeItem) - Parameter:
id- Costume id for the inventoryrows- Amount of rows for the inventorytitle- Name of the inventoryavE-paginationEnabled- True if you want the ability to switch pages (only useable if no border is set)border- True if you want to have a borderinventoryOrder- Gird order or no orderopenCommand- To register a Command with the name of the titlecloseItem- creates a barrrier witch brings the player back to the last inventorry
-