Class Buttons
java.lang.Object
com.ordwen.odailyquests.commands.interfaces.playerinterface.items.Buttons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
Get next button.org.bukkit.inventory.ItemStack
Get previous button.void
Load all items.
-
Constructor Details
-
Buttons
Constructor.- Parameters:
configurationFile
- configuration files class.
-
-
Method Details
-
initItems
public void initItems()Load all items. -
getPreviousButton
public org.bukkit.inventory.ItemStack getPreviousButton()Get previous button.- Returns:
- previous button.
-
getNextButton
public org.bukkit.inventory.ItemStack getNextButton()Get next button.- Returns:
- next button.
-