Class ChoiceGUI
java.lang.Object
com.bencodez.advancedcore.command.gui.ChoiceGUI
The Class UserGUI.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChoiceGUIGets the single instance of UserGUI.voidopenClaimChoices(org.bukkit.entity.Player player) Opens the claim choices GUI.voidopenClaimChoices(org.bukkit.entity.Player player, Reward reward) Opens the claim choices GUI for a reward.voidopenPreferenceReward(org.bukkit.entity.Player player, String rewardName) Opens the preference reward GUI.
-
Method Details
-
getInstance
Gets the single instance of UserGUI.- Returns:
- single instance of UserGUI
-
openClaimChoices
public void openClaimChoices(org.bukkit.entity.Player player) Opens the claim choices GUI.- Parameters:
player- the player
-
openClaimChoices
Opens the claim choices GUI for a reward.- Parameters:
player- the playerreward- the reward
-
openPreferenceReward
Opens the preference reward GUI.- Parameters:
player- the playerrewardName- the reward name
-