Klasse Pets
java.lang.Object
org.avertox.Inventory.AvertoxInventory
org.avertox.Inventory.invs.Pets
- 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
KonstruktorenKonstruktorBeschreibungPets(String id, int rows, String title, AvertoxEssentialsV2 avE, boolean colorChangingBorder, AvertoxInventory.InventoryOrder inventoryOrder, boolean openCommand) -
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
-
Pets
public Pets(String id, int rows, String title, AvertoxEssentialsV2 avE, boolean colorChangingBorder, AvertoxInventory.InventoryOrder inventoryOrder, boolean openCommand) - Parameter:
id- Costume id for the inventoryrows- "Amount of rows for the inventory"title- "Name of the inventoryavE-colorChangingBorder- "True if you want to have a color changing Border"inventoryOrder- " Gird order or no order"openCommand- "To register a Command with the name of the title "
-