Package | Description |
---|---|
de.epiceric.shopchest.shop | |
de.epiceric.shopchest.sql | |
de.epiceric.shopchest.utils |
Modifier and Type | Method and Description |
---|---|
Shop.ShopType |
Shop.getShopType() |
static Shop.ShopType |
Shop.ShopType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shop.ShopType[] |
Shop.ShopType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Shop(int id,
ShopChest plugin,
org.bukkit.OfflinePlayer vendor,
org.bukkit.inventory.ItemStack product,
org.bukkit.Location location,
double buyPrice,
double sellPrice,
Shop.ShopType shopType) |
Shop(ShopChest plugin,
org.bukkit.OfflinePlayer vendor,
org.bukkit.inventory.ItemStack product,
org.bukkit.Location location,
double buyPrice,
double sellPrice,
Shop.ShopType shopType) |
Modifier and Type | Method and Description |
---|---|
void |
Database.logEconomy(org.bukkit.entity.Player executor,
org.bukkit.inventory.ItemStack product,
org.bukkit.OfflinePlayer vendor,
Shop.ShopType shopType,
org.bukkit.Location location,
double price,
ShopBuySellEvent.Type type,
Callback callback)
Log an economy transaction to the database
|
Modifier and Type | Method and Description |
---|---|
Shop.ShopType |
ClickType.getShopType() |
Constructor and Description |
---|
ClickType(ClickType.EnumClickType enumClickType,
org.bukkit.inventory.ItemStack product,
double buyPrice,
double sellPrice,
Shop.ShopType shopType) |
Copyright © 2017. All rights reserved.