- enable_areashop_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether AreaShop integration should be enabled
- enable_askyblock_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether ASkyBlock integration should be enabled
- enable_authme_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether AuthMe integration should be enabled
- enable_debug_log - Variable in class de.epiceric.shopchest.config.Config
-
Whether the debug log file should be created
- enable_griefprevention_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether GriefPrevention integration should be enabled
- enable_hologram_interaction - Variable in class de.epiceric.shopchest.config.Config
-
Whether hologram interaction should be enabled
- enable_islandworld_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether IslandWorld integration should be enabled
- enable_plotsquared_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether PlotSquared integration should be enabled
- enable_quality_mode - Variable in class de.epiceric.shopchest.config.Config
-
Whether quality mode should be enabled
- enable_towny_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether Towny integration should be enabled
- enable_uskyblock_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether uSkyBlock integration should be enabled
- enable_vendor_messages - Variable in class de.epiceric.shopchest.config.Config
-
Whether the vendor of the shop should get messages about buys and sells
- enable_worldguard_integration - Variable in class de.epiceric.shopchest.config.Config
-
Whether WorldGuard integration should be enabled
- EnchantmentLevelName(int, String) - Constructor for class de.epiceric.shopchest.language.EnchantmentName.EnchantmentLevelName
-
- EnchantmentName - Class in de.epiceric.shopchest.language
-
- EnchantmentName(Enchantment, String) - Constructor for class de.epiceric.shopchest.language.EnchantmentName
-
- EnchantmentName.EnchantmentLevelName - Class in de.epiceric.shopchest.language
-
- encode(ItemStack) - Static method in class de.epiceric.shopchest.utils.Utils
-
Encodes an ItemStack
in a Base64 String
- EntityName - Class in de.epiceric.shopchest.language
-
- EntityName(EntityType, String) - Constructor for class de.epiceric.shopchest.language.EntityName
-
- evalPlaceholder(String, Map<Placeholder, Object>) - Method in class de.epiceric.shopchest.config.HologramFormat
-
Parse and evaluate a condition
- evalRequirement(String, Map<HologramFormat.Requirement, Object>) - Method in class de.epiceric.shopchest.config.HologramFormat
-
Parse and evaluate a condition
- exclude_admin_shops - Variable in class de.epiceric.shopchest.config.Config
-
Whether admin shops should be excluded of the shop limits
- execute(CommandSender, Command, String, String[]) - Method in class de.epiceric.shopchest.command.ShopSubCommand
-
Execute the sub command
- exists() - Method in class de.epiceric.shopchest.nms.Hologram
-
- explosion_protection - Variable in class de.epiceric.shopchest.config.Config
-
Whether shops should be protected by explosions
- EXTEND_OTHER - Static variable in class de.epiceric.shopchest.utils.Permissions
-
- EXTEND_PROTECTED - Static variable in class de.epiceric.shopchest.utils.Permissions
-
- getAmount() - Method in class de.epiceric.shopchest.event.ShopInitializedEvent
-
- getAmount(Inventory, ItemStack) - Static method in class de.epiceric.shopchest.utils.Utils
-
Gets the amount of items in an inventory
- getArmorStandWrappers() - Method in class de.epiceric.shopchest.nms.Hologram
-
Returns the ArmorStandWrappers of this hologram
- getBookGeneration(ItemStack) - Static method in class de.epiceric.shopchest.utils.ItemUtils
-
- getBookGenerationName(CustomBookMeta.Generation) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getBuyPrice() - Method in class de.epiceric.shopchest.shop.Shop
-
- getBuyPrice() - Method in class de.epiceric.shopchest.utils.ClickType
-
- getClickType() - Method in class de.epiceric.shopchest.utils.ClickType
-
- getCommand() - Method in class de.epiceric.shopchest.command.ShopCommand
-
- getConfig() - Method in class de.epiceric.shopchest.config.HologramFormat
-
Returns the configuration of the "hologram-format.yml" file
- getConnection() - Method in class de.epiceric.shopchest.sql.Database
-
- getConnection() - Method in class de.epiceric.shopchest.sql.MySQL
-
- getConnection() - Method in class de.epiceric.shopchest.sql.SQLite
-
- getCraftClass(String) - Static method in class de.epiceric.shopchest.utils.Utils
-
- getCreationPrice() - Method in class de.epiceric.shopchest.event.ShopCreateEvent
-
- getCustomName() - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- getDownloadLink() - Method in class de.epiceric.shopchest.ShopChest
-
- getEconomy() - Method in class de.epiceric.shopchest.ShopChest
-
- getEffect() - Method in class de.epiceric.shopchest.language.PotionEffectName
-
- getEnchantment() - Method in class de.epiceric.shopchest.language.EnchantmentName
-
- getEnchantmentName(Enchantment, int) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getEnchantments(ItemStack) - Static method in class de.epiceric.shopchest.utils.ItemUtils
-
- getEnchantmentString(Map<Enchantment, Integer>) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getEntity() - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- getEntityId() - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- getEntityItem() - Method in class de.epiceric.shopchest.shop.ShopItem
-
- getEntityType() - Method in class de.epiceric.shopchest.language.EntityName
-
- getEntityTypeFromItemStack(ShopChest, ItemStack) - Static method in class de.epiceric.shopchest.nms.SpawnEggMeta
-
- getFormat(int, Map<HologramFormat.Requirement, Object>, Map<Placeholder, Object>) - Method in class de.epiceric.shopchest.config.HologramFormat
-
Get the format for the given line of the hologram
- getFreeSpaceForItem(Inventory, ItemStack) - Static method in class de.epiceric.shopchest.utils.Utils
-
Get the amount of the given item, that fits in the given inventory
- getGeneration() - Method in class de.epiceric.shopchest.language.BookGenerationName
-
- getGeneration(ItemStack) - Static method in class de.epiceric.shopchest.nms.CustomBookMeta
-
- getGriefPrevention() - Method in class de.epiceric.shopchest.ShopChest
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopInitializedEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopPreInfoEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopPreOpenEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopPreRemoveEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopReloadEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- getHandlerList() - Static method in class de.epiceric.shopchest.event.ShopUpdateEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopInitializedEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopPreInfoEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopPreOpenEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopPreRemoveEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopReloadEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- getHandlers() - Method in class de.epiceric.shopchest.event.ShopUpdateEvent
-
- getHelpMessage(CommandSender) - Method in class de.epiceric.shopchest.command.ShopSubCommand
-
Returns the help message for the command.
- getHologram(ArmorStand) - Static method in class de.epiceric.shopchest.nms.Hologram
-
- getHologram() - Method in class de.epiceric.shopchest.shop.Shop
-
- getHologramFormat() - Method in class de.epiceric.shopchest.ShopChest
-
- getID() - Method in class de.epiceric.shopchest.shop.Shop
-
- getInstance() - Static method in class de.epiceric.shopchest.ShopChest
-
- getInteractArmorStandWrapper() - Method in class de.epiceric.shopchest.nms.Hologram
-
Returns the ArmorStandWrapper of this hologram that is positioned higher to be used for interaction
- getInventoryHolder() - Method in class de.epiceric.shopchest.shop.Shop
-
- getItem() - Method in class de.epiceric.shopchest.shop.Shop
-
- getItemInMainHand(Player) - Static method in class de.epiceric.shopchest.utils.Utils
-
- getItemInOffHand(Player) - Static method in class de.epiceric.shopchest.utils.Utils
-
- getItemName(ItemStack) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getItemStack() - Method in class de.epiceric.shopchest.shop.ShopItem
-
- getItemStack(String) - Static method in class de.epiceric.shopchest.utils.ItemUtils
-
Get the ItemStack
from a String
- getLanguageConfig() - Method in class de.epiceric.shopchest.config.Config
-
- getLastLogout(Player, Callback) - Method in class de.epiceric.shopchest.sql.Database
-
Get the last logout of a player
- getLatestVersion() - Method in class de.epiceric.shopchest.ShopChest
-
- getLevel() - Method in class de.epiceric.shopchest.language.EnchantmentName.EnchantmentLevelName
-
- getLineCount() - Method in class de.epiceric.shopchest.config.HologramFormat
-
Returns the amount of lines in a hologram
- getLines() - Method in class de.epiceric.shopchest.nms.Hologram
-
- getLink() - Method in class de.epiceric.shopchest.utils.UpdateChecker
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.BookGenerationName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.EnchantmentName.EnchantmentLevelName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.EnchantmentName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.EntityName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.ItemName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.MusicDiscName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.PotionEffectName
-
- getLocalizedName() - Method in class de.epiceric.shopchest.language.PotionName
-
- getLocalizedString() - Method in class de.epiceric.shopchest.language.LocalizedMessage
-
- getLocation() - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- getLocation() - Method in class de.epiceric.shopchest.nms.Hologram
-
- getLocation() - Method in class de.epiceric.shopchest.shop.Shop
-
- getLocation() - Method in class de.epiceric.shopchest.shop.ShopItem
-
- getMajorVersion() - Static method in class de.epiceric.shopchest.utils.Utils
-
- getMaterial() - Method in class de.epiceric.shopchest.language.ItemName
-
- getMessage(LocalizedMessage.Message, LocalizedMessage.ReplacedPlaceholder...) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getMessage() - Method in class de.epiceric.shopchest.language.LocalizedMessage
-
- getMusicDiscMaterial() - Method in class de.epiceric.shopchest.language.MusicDiscName
-
- getMusicDiscName(Material) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getName() - Method in class de.epiceric.shopchest.command.ShopSubCommand
-
- getNewAmount() - Method in class de.epiceric.shopchest.event.ShopBuySellEvent
-
- getNewPrice() - Method in class de.epiceric.shopchest.event.ShopBuySellEvent
-
- getNMSClass(String) - Static method in class de.epiceric.shopchest.utils.Utils
-
- getPlaceholder() - Method in class de.epiceric.shopchest.language.LocalizedMessage.ReplacedPlaceholder
-
- getPlayer() - Method in class de.epiceric.shopchest.event.ShopEvent
-
- getPlayer() - Method in class de.epiceric.shopchest.event.ShopPreInfoEvent
-
- getPlayer() - Method in class de.epiceric.shopchest.event.ShopPreOpenEvent
-
- getPlayer() - Method in class de.epiceric.shopchest.event.ShopPreRemoveEvent
-
- getPlayerClickType(OfflinePlayer) - Static method in class de.epiceric.shopchest.utils.ClickType
-
Gets the click type of a player
- getPotionEffect(ItemStack) - Static method in class de.epiceric.shopchest.utils.ItemUtils
-
- getPotionEffectName(ItemStack) - Static method in class de.epiceric.shopchest.language.LanguageUtils
-
- getPotionItemType() - Method in class de.epiceric.shopchest.language.PotionName
-
- getPotionType() - Method in class de.epiceric.shopchest.language.PotionName
-
- getPreferredItemInHand(Player) - Static method in class de.epiceric.shopchest.utils.Utils
-
- getProduct() - Method in class de.epiceric.shopchest.shop.Shop
-
- getProduct() - Method in class de.epiceric.shopchest.utils.ClickType
-
- getReplace() - Method in class de.epiceric.shopchest.language.LocalizedMessage.ReplacedPlaceholder
-
- getRevenue(Player, long, Callback) - Method in class de.epiceric.shopchest.sql.Database
-
Get the revenue a player got while he was offline
- getRevision() - Static method in class de.epiceric.shopchest.utils.Utils
-
- getSellPrice() - Method in class de.epiceric.shopchest.shop.Shop
-
- getSellPrice() - Method in class de.epiceric.shopchest.utils.ClickType
-
- getSender() - Method in class de.epiceric.shopchest.event.ShopReloadEvent
-
- getSender() - Method in class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- getServerVersion() - Static method in class de.epiceric.shopchest.utils.Utils
-
- getShop() - Method in class de.epiceric.shopchest.event.ShopEvent
-
- getShop(Location) - Method in class de.epiceric.shopchest.utils.ShopUtils
-
Get the shop at a given location
- getShopAmount(OfflinePlayer) - Method in class de.epiceric.shopchest.utils.ShopUtils
-
Get the amount of shops of a player
- getShopChestConfig() - Method in class de.epiceric.shopchest.ShopChest
-
- getShopCommand() - Method in class de.epiceric.shopchest.ShopChest
-
- getShopDatabase() - Method in class de.epiceric.shopchest.ShopChest
-
- getShopLimit(Player) - Method in class de.epiceric.shopchest.utils.ShopUtils
-
Get the shop limits of a player
- getShops() - Method in class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- getShops(boolean, Callback) - Method in class de.epiceric.shopchest.sql.Database
-
Get all shops from the database
- getShops() - Method in class de.epiceric.shopchest.utils.ShopUtils
-
Get all Shops
- getShopType() - Method in class de.epiceric.shopchest.shop.Shop
-
- getShopType() - Method in class de.epiceric.shopchest.utils.ClickType
-
- getShopUtils() - Method in class de.epiceric.shopchest.ShopChest
-
- getString(String, String) - Method in class de.epiceric.shopchest.config.LanguageConfiguration
-
- getSubCommands() - Method in class de.epiceric.shopchest.command.ShopCommand
-
- getSubID() - Method in class de.epiceric.shopchest.language.ItemName
-
- getTabCompletions(CommandSender, Command, String, String[]) - Method in class de.epiceric.shopchest.command.ShopSubCommand
-
Returns a list of tab completions for the sub command
The main sub command will be tab completed by ShopChest
- getTime() - Method in enum de.epiceric.shopchest.event.ShopUpdateEvent.UpdateQuality
-
- getType() - Method in class de.epiceric.shopchest.event.ShopBuySellEvent
-
- getUpdater() - Method in class de.epiceric.shopchest.ShopChest
-
- getUSkyBlock() - Method in class de.epiceric.shopchest.ShopChest
-
- getUuid() - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- getValueDescription() - Method in class de.epiceric.shopchest.external.PlotSquaredShopFlag.GroupFlag
-
- getVendor() - Method in class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- getVendor() - Method in class de.epiceric.shopchest.shop.Shop
-
- getVersion() - Method in class de.epiceric.shopchest.utils.UpdateChecker
-
- getWorldGuard() - Method in class de.epiceric.shopchest.ShopChest
-
- GroupFlag(String) - Constructor for class de.epiceric.shopchest.external.PlotSquaredShopFlag.GroupFlag
-
- saveToString() - Method in class de.epiceric.shopchest.config.LanguageConfiguration
-
- SELL - Static variable in class de.epiceric.shopchest.utils.Permissions
-
- sendJson(Player) - Method in class de.epiceric.shopchest.nms.JsonBuilder
-
- sendPacket(ShopChest, Object, Player) - Static method in class de.epiceric.shopchest.utils.Utils
-
Send a packet to a player
- set(String, String) - Method in class de.epiceric.shopchest.config.Config
-
Set a configuration value
Config is automatically reloaded
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopBuySellEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopCreateEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopInfoEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopOpenEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopPreCreateEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopPreInfoEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopPreOpenEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopPreRemoveEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopReloadEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- setCancelled(boolean) - Method in class de.epiceric.shopchest.event.ShopRemoveEvent
-
- setCustomName(String) - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- setDownloadLink(String) - Method in class de.epiceric.shopchest.ShopChest
-
Set the download Link of the latest version (will return null if not checked or if no update is available)
- setGeneration(ItemStack, CustomBookMeta.Generation) - Static method in class de.epiceric.shopchest.nms.CustomBookMeta
-
- setId(int) - Method in class de.epiceric.shopchest.shop.Shop
-
Assign an ID to the shop.
- setLatestVersion(String) - Method in class de.epiceric.shopchest.ShopChest
-
Set the latest version
- setLine(int, String) - Method in class de.epiceric.shopchest.nms.Hologram
-
- setLocation(Location) - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- setMaxDelta(long) - Method in class de.epiceric.shopchest.utils.ShopUpdater
-
- setPlayerClickType(OfflinePlayer, ClickType) - Static method in class de.epiceric.shopchest.utils.ClickType
-
Sets the click type of a player
- setUpdateNeeded(boolean) - Method in class de.epiceric.shopchest.ShopChest
-
Set whether an update is needed
- setUpdater(ShopUpdater) - Method in class de.epiceric.shopchest.ShopChest
-
Set the
ShopUpdater
that schedules hologram and item updates
- setVisible(Player, boolean) - Method in class de.epiceric.shopchest.nms.ArmorStandWrapper
-
- setVisible(Player, boolean) - Method in class de.epiceric.shopchest.shop.ShopItem
-
- Shop - Class in de.epiceric.shopchest.shop
-
- Shop(int, ShopChest, OfflinePlayer, ItemStack, Location, double, double, Shop.ShopType) - Constructor for class de.epiceric.shopchest.shop.Shop
-
- Shop(ShopChest, OfflinePlayer, ItemStack, Location, double, double, Shop.ShopType) - Constructor for class de.epiceric.shopchest.shop.Shop
-
- Shop.ShopType - Enum in de.epiceric.shopchest.shop
-
- shop_creation_price_admin - Variable in class de.epiceric.shopchest.config.Config
-
The price a player has to pay in order to create an admin shop
- shop_creation_price_normal - Variable in class de.epiceric.shopchest.config.Config
-
The price a player has to pay in order to create a normal shop
- shop_info_item - Variable in class de.epiceric.shopchest.config.Config
-
The item with which a player can click a shop to retrieve information
- ShopBuySellEvent - Class in de.epiceric.shopchest.event
-
Called when a player buys or sells something from or to a shop
- ShopBuySellEvent(Player, Shop, ShopBuySellEvent.Type, int, double) - Constructor for class de.epiceric.shopchest.event.ShopBuySellEvent
-
- ShopBuySellEvent.Type - Enum in de.epiceric.shopchest.event
-
- ShopChest - Class in de.epiceric.shopchest
-
- ShopChest() - Constructor for class de.epiceric.shopchest.ShopChest
-
- ShopCommand - Class in de.epiceric.shopchest.command
-
- ShopCommand(ShopChest) - Constructor for class de.epiceric.shopchest.command.ShopCommand
-
- ShopCreateEvent - Class in de.epiceric.shopchest.event
-
Called when a player creates a shop (clicks on a chest)
- ShopCreateEvent(Player, Shop, double) - Constructor for class de.epiceric.shopchest.event.ShopCreateEvent
-
- ShopEvent - Class in de.epiceric.shopchest.event
-
- ShopEvent(Player, Shop) - Constructor for class de.epiceric.shopchest.event.ShopEvent
-
- ShopInfoEvent - Class in de.epiceric.shopchest.event
-
Called when a player retrieves information about a shop (clicks on a chest)
- ShopInfoEvent(Player, Shop) - Constructor for class de.epiceric.shopchest.event.ShopInfoEvent
-
- ShopInitializedEvent - Class in de.epiceric.shopchest.event
-
- ShopInitializedEvent(int) - Constructor for class de.epiceric.shopchest.event.ShopInitializedEvent
-
- ShopInteractListener - Class in de.epiceric.shopchest.listeners
-
- ShopInteractListener(ShopChest) - Constructor for class de.epiceric.shopchest.listeners.ShopInteractListener
-
- ShopItem - Class in de.epiceric.shopchest.shop
-
- ShopItem(ShopChest, ItemStack, Location) - Constructor for class de.epiceric.shopchest.shop.ShopItem
-
- ShopItemListener - Class in de.epiceric.shopchest.listeners
-
- ShopItemListener(ShopChest) - Constructor for class de.epiceric.shopchest.listeners.ShopItemListener
-
- ShopOpenEvent - Class in de.epiceric.shopchest.event
-
Called when a player opens a shop (clicks on a chest)
- ShopOpenEvent(Player, Shop) - Constructor for class de.epiceric.shopchest.event.ShopOpenEvent
-
- ShopPreCreateEvent - Class in de.epiceric.shopchest.event
-
Called when a player wants to create a shop (enters the command)
- ShopPreCreateEvent(Player, Shop) - Constructor for class de.epiceric.shopchest.event.ShopPreCreateEvent
-
- ShopPreInfoEvent - Class in de.epiceric.shopchest.event
-
Called when a player wants to retrieve information about a shop (enters the command)
- ShopPreInfoEvent(Player) - Constructor for class de.epiceric.shopchest.event.ShopPreInfoEvent
-
- ShopPreOpenEvent - Class in de.epiceric.shopchest.event
-
Called when a player wants to open a shop (enters the command)
- ShopPreOpenEvent(Player) - Constructor for class de.epiceric.shopchest.event.ShopPreOpenEvent
-
- ShopPreRemoveEvent - Class in de.epiceric.shopchest.event
-
Called when a player wants to remove a shop (enters the command)
- ShopPreRemoveEvent(Player) - Constructor for class de.epiceric.shopchest.event.ShopPreRemoveEvent
-
- ShopReloadEvent - Class in de.epiceric.shopchest.event
-
Called when a player reloads the shops
- ShopReloadEvent(CommandSender) - Constructor for class de.epiceric.shopchest.event.ShopReloadEvent
-
- ShopRemoveAllEvent - Class in de.epiceric.shopchest.event
-
- ShopRemoveAllEvent(CommandSender, OfflinePlayer, List<Shop>) - Constructor for class de.epiceric.shopchest.event.ShopRemoveAllEvent
-
- ShopRemoveEvent - Class in de.epiceric.shopchest.event
-
Called when a player removes a shop (clicks on a chest)
- ShopRemoveEvent(Player, Shop) - Constructor for class de.epiceric.shopchest.event.ShopRemoveEvent
-
- ShopSubCommand - Class in de.epiceric.shopchest.command
-
- ShopSubCommand(String, boolean, CommandExecutor, TabCompleter) - Constructor for class de.epiceric.shopchest.command.ShopSubCommand
-
- ShopUpdateEvent - Class in de.epiceric.shopchest.event
-
Called when the shop updater runs
It's not recommended to listen to this event!
- ShopUpdateEvent() - Constructor for class de.epiceric.shopchest.event.ShopUpdateEvent
-
- ShopUpdateEvent.UpdateQuality - Enum in de.epiceric.shopchest.event
-
- ShopUpdateListener - Class in de.epiceric.shopchest.listeners
-
- ShopUpdateListener(ShopChest) - Constructor for class de.epiceric.shopchest.listeners.ShopUpdateListener
-
- ShopUpdater - Class in de.epiceric.shopchest.utils
-
- ShopUpdater(ShopChest) - Constructor for class de.epiceric.shopchest.utils.ShopUpdater
-
- ShopUtils - Class in de.epiceric.shopchest.utils
-
- ShopUtils(ShopChest) - Constructor for class de.epiceric.shopchest.utils.ShopUtils
-
- show_shop_items - Variable in class de.epiceric.shopchest.config.Config
-
Whether the shop items should be shown
- showPlayer(Player) - Method in class de.epiceric.shopchest.nms.Hologram
-
- SpawnEggMeta - Class in de.epiceric.shopchest.nms
-
- SpawnEggMeta() - Constructor for class de.epiceric.shopchest.nms.SpawnEggMeta
-
- SQLite - Class in de.epiceric.shopchest.sql
-
- SQLite(ShopChest) - Constructor for class de.epiceric.shopchest.sql.SQLite
-
- start() - Method in class de.epiceric.shopchest.utils.ShopUpdater
-
- valueOf(String) - Static method in enum de.epiceric.shopchest.config.HologramFormat.Requirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.config.Placeholder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.event.ShopBuySellEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.event.ShopUpdateEvent.UpdateQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.external.PlotSquaredShopFlag.Group
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.language.LocalizedMessage.Message
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.language.PotionName.PotionItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.nms.CustomBookMeta.Generation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.shop.Shop.ShopType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.sql.Database.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.utils.ClickType.EnumClickType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.epiceric.shopchest.utils.UpdateChecker.UpdateCheckerResult
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.epiceric.shopchest.config.HologramFormat.Requirement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.config.Placeholder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.event.ShopBuySellEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.event.ShopUpdateEvent.UpdateQuality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.external.PlotSquaredShopFlag.Group
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.language.LocalizedMessage.Message
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.language.PotionName.PotionItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.nms.CustomBookMeta.Generation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.shop.Shop.ShopType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.sql.Database.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.utils.ClickType.EnumClickType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.epiceric.shopchest.utils.UpdateChecker.UpdateCheckerResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToString(Object) - Method in class de.epiceric.shopchest.external.PlotSquaredShopFlag.GroupFlag
-