Class Shopkeeper
java.lang.Object
xericker.arenalegends.gameplay.Shopkeeper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddespawn()static intgetAnvilCost(org.bukkit.entity.Player player) static intgetItemCost(org.bukkit.entity.Player player, String itemKey, ShopkeeperValue configKey) static intgetMythicsCost(org.bukkit.entity.Player player) static booleaninteract(org.bukkit.entity.Player player, org.bukkit.entity.Entity entity) static voidopen(org.bukkit.entity.Player player) voidspawn()
-
Constructor Details
-
Shopkeeper
-
-
Method Details
-
spawn
public void spawn() -
despawn
public void despawn() -
interact
public static boolean interact(org.bukkit.entity.Player player, org.bukkit.entity.Entity entity) -
open
public static void open(org.bukkit.entity.Player player) -
getItemCost
public static int getItemCost(org.bukkit.entity.Player player, String itemKey, ShopkeeperValue configKey) -
getAnvilCost
public static int getAnvilCost(org.bukkit.entity.Player player) -
getMythicsCost
public static int getMythicsCost(org.bukkit.entity.Player player)
-