public class GermItemManager
extends java.lang.Object
Constructor and Description |
---|
GermItemManager() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<org.bukkit.configuration.ConfigurationSection> |
matchItemConfig(GermItemType germItemType,
org.bukkit.inventory.ItemStack itemStack) |
static java.util.List<org.bukkit.configuration.ConfigurationSection> |
matchItemConfig(org.bukkit.entity.Player player,
GermItemType germItemType,
org.bukkit.inventory.ItemStack itemStack) |
static org.bukkit.configuration.ConfigurationSection |
matchItemConfigFirst(GermItemType germItemType,
org.bukkit.inventory.ItemStack itemStack) |
static org.bukkit.configuration.ConfigurationSection |
matchItemConfigFirst(org.bukkit.entity.Player player,
GermItemType germItemType,
org.bukkit.inventory.ItemStack itemStack) |
public static org.bukkit.configuration.ConfigurationSection matchItemConfigFirst(org.bukkit.entity.Player player, GermItemType germItemType, org.bukkit.inventory.ItemStack itemStack)
public static org.bukkit.configuration.ConfigurationSection matchItemConfigFirst(GermItemType germItemType, org.bukkit.inventory.ItemStack itemStack)
public static java.util.List<org.bukkit.configuration.ConfigurationSection> matchItemConfig(org.bukkit.entity.Player player, GermItemType germItemType, org.bukkit.inventory.ItemStack itemStack)
public static java.util.List<org.bukkit.configuration.ConfigurationSection> matchItemConfig(GermItemType germItemType, org.bukkit.inventory.ItemStack itemStack)