Class ShopItem
java.lang.Object
xericker.arenalegends.gameplay.shop.ShopHandler
xericker.arenalegends.data.shopitem.ShopItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAffordable(org.bukkit.entity.Player player) getAvailable(org.bukkit.entity.Player player, boolean previewMode) getBaseAvailable(org.bukkit.entity.Player player, boolean previewMode) intgetBaseGoldCost(org.bukkit.entity.Player player) intgetGoldCost(org.bukkit.entity.Player player) getId()String[]xericker.xerlib.data.validator.DataValidationbooleanhas(org.bukkit.entity.Player player) booleanhasPermission(Object object) Methods inherited from class ShopHandler
purchase
-
Constructor Details
-
ShopItem
-
-
Method Details
-
getId
-
getValidation
public xericker.xerlib.data.validator.DataValidation getValidation() -
getPurchase
-
getUpgrade
-
getEnchant
-
getMythic
-
getCommand
-
getEquipmentBuilder
-
getPermissions
-
hasPermission
-
has
public boolean has(org.bukkit.entity.Player player) -
getAffordable
-
getBaseGoldCost
public int getBaseGoldCost(org.bukkit.entity.Player player) -
getGoldCost
public int getGoldCost(org.bukkit.entity.Player player) -
getBaseAvailable
-
getAvailable
-