| Package | Description |
|---|---|
| io.github.bedwarsrel.events | |
| io.github.bedwarsrel.game | |
| io.github.bedwarsrel.shop | |
| io.github.bedwarsrel.villager |
| Modifier and Type | Method and Description |
|---|---|
HashMap<org.bukkit.Material,MerchantCategory> |
BedwarsOpenShopEvent.getItemshop() |
| Constructor and Description |
|---|
BedwarsOpenShopEvent(Game game,
org.bukkit.entity.Player player,
HashMap<org.bukkit.Material,MerchantCategory> itemshop,
org.bukkit.entity.Entity clickedEntity) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<org.bukkit.Material,MerchantCategory> |
Game.getItemShopCategories() |
List<MerchantCategory> |
Game.getOrderedItemShopCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Game.setItemShopCategories(HashMap<org.bukkit.Material,MerchantCategory> cats) |
| Modifier and Type | Method and Description |
|---|---|
List<MerchantCategory> |
NewItemShop.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NewItemShop.hasOpenCategory(MerchantCategory category) |
void |
NewItemShop.setCurrentCategory(MerchantCategory category) |
| Constructor and Description |
|---|
NewItemShop(List<MerchantCategory> categories) |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<org.bukkit.Material,MerchantCategory> |
MerchantCategory.loadCategories(org.bukkit.configuration.file.FileConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
int |
MerchantCategoryComparator.compare(MerchantCategory o1,
MerchantCategory o2) |
Copyright © 2017. All rights reserved.