- get(BannedItem) - Method in class fr.andross.banitem.database.items.Items
-
Get a map of actions and their respective data for a banned item object, if present.
- get(BannedItem, BanAction) - Method in class fr.andross.banitem.database.items.Items
-
Get the BanActionData of the BannedItem for the said action, if present.
- getAction() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
The ban action
- getaction() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
- getActionData() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
The ban action data
- getactionData() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
- getActivated() - Method in class fr.andross.banitem.BanListener
-
Get the amount of events listened
- getAllActions() - Method in class fr.andross.banitem.database.items.Items
-
Get all actions saved for the items, unmodifiable
- getAllEnchantmentWrappers(Enchantment) - Static method in class fr.andross.banitem.utils.enchantments.EnchantmentHelper
-
Get all enchantmentwrappers (all levels) for a bukkit Enchantment
- getAllEnchants(ItemStack) - Static method in class fr.andross.banitem.utils.Utils
-
Get an unmodifiable map of all enchantments on an item, considering stored enchants on enchanted book
- getAllObjects(ListType) - Static method in class fr.andross.banitem.utils.list.Listable
-
This method will give all possibles objects for the given type.
- getAllPotionEffects(ItemStack) - Static method in class fr.andross.banitem.utils.Utils
-
Try to get potion effects on an item
- getAnimation() - Method in class fr.andross.banitem.BanConfig
-
Get the ban animation
- getApi() - Method in class fr.andross.banitem.BanItem
-
Get the ban api
- getBanActions(World, BannedItem) - Method in class fr.andross.banitem.database.Blacklist
-
Trying to get the ban actions with their respective ban actions data for this item in the said world.
- getBanActionsForItem(List<World>, ConfigurationSection, String, Debug) - Method in class fr.andross.banitem.BanUtils
-
Get ban actions data for a section
- getBanActionsFromItemSection(List<World>, ConfigurationSection, Debug) - Method in class fr.andross.banitem.BanUtils
-
Get a map of actions and actions data from a section
- getBanConfig() - Method in class fr.andross.banitem.BanItem
-
Get a the ban config helper
- getBanData(World, BannedItem, BanAction) - Method in class fr.andross.banitem.database.Blacklist
-
Try to get the ban actions data for this item with this action.
- getBanDatabase() - Method in class fr.andross.banitem.BanItem
-
Get the ban database, containing blacklist, whitelist and customitems
- getBannedItem() - Method in class fr.andross.banitem.events.DeleteBannedItemEvent
-
The banned item involved
- getBannedItem() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
The banned item
- getBetterDebug() - Method in class fr.andross.banitem.utils.debug.Debug
-
A list of messages with nodes and the detailled debug message
- getBlacklist() - Method in class fr.andross.banitem.BanDatabase
-
Get the blacklist map
- getBlacklist() - Method in class fr.andross.banitem.BanItemAPI
-
- getBlacklistActions() - Method in class fr.andross.banitem.BanDatabase
-
Getting an immutable set of used ban actions
(BanAction
)
This is actually used to register the specific listeners for the specific actions
- getChangedSlots(PlayerInventory, ItemStack) - Static method in class fr.andross.banitem.utils.Utils
-
Get the affected slots if an item will be added to the inventory
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.AdvancedBarChart
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.AdvancedPie
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.CustomChart
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.DrilldownPie
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.MultiLineChart
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.SimpleBarChart
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.SimplePie
-
- getChartData() - Method in class fr.andross.banitem.utils.metrics.Metrics.SingleLineChart
-
- getClazz() - Method in enum fr.andross.banitem.items.meta.MetaType
-
Get the handler class of this meta
- getClickedInventory(InventoryView, int) - Static method in class fr.andross.banitem.utils.Utils
-
Get the clicked inventory from a view.
- getCommandsAliases() - Method in class fr.andross.banitem.BanUtils
-
Get the sub commands aliases
- getConfig() - Method in class fr.andross.banitem.BanConfig
-
FileConfiguration loaded in this instance
- getConfig() - Method in class fr.andross.banitem.database.items.CustomItems
-
- getConfig() - Method in class fr.andross.banitem.database.items.MetaItems
-
- getConfigFile() - Method in class fr.andross.banitem.BanConfig
-
Get the config file used in this instance
- getConfigName() - Method in class fr.andross.banitem.BanConfig
-
Get the current config file name used
- getCooldown() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a cooldown added for this action
- getCooldowns() - Method in class fr.andross.banitem.actions.BanActionData
-
- getCooldownString(long) - Method in class fr.andross.banitem.BanUtils
-
Get a friendly string of remaining time
- getCustomItem(String) - Method in class fr.andross.banitem.BanItemAPI
-
Get a BannedItem object for the meta item named metaName.
- getCustomItems() - Method in class fr.andross.banitem.BanDatabase
-
Get the custom items map
- getCustomItems() - Method in class fr.andross.banitem.BanItemAPI
-
- getCustomItems() - Method in class fr.andross.banitem.database.items.Items
-
Get the custom items map
- getData(BanDataType) - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get the data from this map
- getData() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
The data used
- getData() - Method in class fr.andross.banitem.items.BannedItem
-
- getDatabase() - Method in class fr.andross.banitem.BanItemAPI
-
Get the BanItem database, containing blacklist, whitelist, custom items and meta items.
- getEnchantment(String) - Static method in class fr.andross.banitem.utils.enchantments.EnchantmentHelper
-
Try to get an Enchantment
object by the name
- getEnchantment() - Method in class fr.andross.banitem.utils.enchantments.EnchantmentWrapper
-
Get the Bukkit enchantment
- getEnchantments() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a set of enchantmentwrapper added for this action
- getEnchantmentsNames() - Static method in class fr.andross.banitem.utils.enchantments.EnchantmentHelper
-
- getEnchantmentWrapper(String) - Static method in class fr.andross.banitem.utils.enchantments.EnchantmentHelper
-
- getEntities() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a set of entitytype added for this action
- getFile() - Method in class fr.andross.banitem.database.items.CustomItems
-
- getFile() - Method in class fr.andross.banitem.database.items.MetaItems
-
- getGamemodes() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a set of gamemodes added for this action
- getHandlerList() - Static method in class fr.andross.banitem.events.DeleteBannedItemEvent
-
- getHandlerList() - Static method in class fr.andross.banitem.events.PlayerBanItemEvent
-
- getHandlerList() - Static method in class fr.andross.banitem.events.PlayerRegionChangeEvent
-
- getHandlers() - Method in class fr.andross.banitem.events.DeleteBannedItemEvent
-
- getHandlers() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
- getHandlers() - Method in class fr.andross.banitem.events.PlayerRegionChangeEvent
-
- getHooks() - Method in class fr.andross.banitem.BanItem
-
Get the ban hooks
- getIgnored() - Method in class fr.andross.banitem.database.WhitelistedWorld
-
- getIgnoredInventoryTitles() - Method in class fr.andross.banitem.BanConfig
-
Get the ignored inventories titles
- getInstance() - Static method in class fr.andross.banitem.BanItem
-
Gives the current instance of the plugin.
- getInstance() - Static method in class fr.andross.banitem.BanItemAPI
-
Get a static instance of the api.
- getInventoryFrom() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a set of inventory-from added for this action
- getInventoryTo() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a set of inventory-to added for this action
- getItemDisplayname(ItemStack) - Static method in class fr.andross.banitem.utils.Utils
-
Get the display name of the item, empty string if empty
- getItemInHand(Player) - Static method in class fr.andross.banitem.utils.Utils
-
Get the item from the player hand, even AIR, regardless the version
- getItemMeta() - Method in class fr.andross.banitem.items.BannedItem
-
- getItems() - Method in class fr.andross.banitem.database.items.Items
-
Get the items map (include normal and meta items)
- getItems(BanDatabase, Object, Debug) - Static method in class fr.andross.banitem.utils.list.Listable
-
Trying to get a list of type
If there is any error, this will be debugged
- getItemStack() - Method in class fr.andross.banitem.items.BannedItem
-
- getKey(V) - Method in class fr.andross.banitem.utils.DoubleMap
-
Get the key of this value from the reversed map
- getLevel() - Method in class fr.andross.banitem.utils.enchantments.EnchantmentWrapper
-
Get the level of the enchantment
- getLevel() - Method in class fr.andross.banitem.utils.potions.PotionWrapper
-
Get the level of the potion effect
- getList(ListType, Object, Debug) - Static method in class fr.andross.banitem.utils.list.Listable
-
Get a list of type.
- getListener() - Method in class fr.andross.banitem.BanItem
-
Get the class that handle the listeners
- getLog() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to check if the action should be logged
- getLogging() - Method in class fr.andross.banitem.BanUtils
-
This map contains the players who activated the log in game with /banitem log
Players which log mode is activated will receive the logs messages for the banned items, if set in config
- getMap() - Method in class fr.andross.banitem.actions.BanActionData
-
Get the map
- getMaterial() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get a set of materials added for this action
- getMaterials() - Method in class fr.andross.banitem.items.CustomBannedItem
-
Get the materials represented by this custom item
- getMaterials(Object, Debug) - Static method in class fr.andross.banitem.utils.list.Listable
-
Trying to get a list of materials
If there is any error, this will be debugged
- getMessages() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get the messages added for this action
- getMessages() - Method in class fr.andross.banitem.database.WhitelistedWorld
-
- getMessagesCooldown() - Method in class fr.andross.banitem.BanUtils
-
Get the messages cooldown map
- getMeta() - Method in class fr.andross.banitem.items.CustomBannedItem
-
Get the map of meta to compare
- getMetaItemName(ItemStack) - Method in class fr.andross.banitem.BanItemAPI
-
Try to get the meta item name of the given item.
- getMetaItemName(BannedItem) - Method in class fr.andross.banitem.BanItemAPI
-
Try to get the meta item name of the given item.
- getMetaItems() - Method in class fr.andross.banitem.BanDatabase
-
Get the meta items map
- getName() - Method in enum fr.andross.banitem.actions.BanAction
-
- getName() - Method in enum fr.andross.banitem.actions.BanDataType
-
- getName(BannedItem) - Method in class fr.andross.banitem.BanDatabase
-
- getName() - Method in class fr.andross.banitem.items.CustomBannedItem
-
Get the custom banned item name from customitems.yml
- getName() - Method in interface fr.andross.banitem.items.ICustomName
-
- getName() - Method in class fr.andross.banitem.items.MetaItem
-
Get the custom banned item name from customitems.yml
- getNode() - Method in class fr.andross.banitem.utils.debug.DebugMessage
-
The the message for this node
- getNodes() - Method in class fr.andross.banitem.utils.debug.Debug
-
List of nodes
- getNoPermMessage() - Method in class fr.andross.banitem.commands.BanCommand
-
- getObject() - Method in class fr.andross.banitem.actions.BanData
-
- getObject() - Method in class fr.andross.banitem.items.meta.MetaTypeComparator
-
- getObject(ListType, String) - Static method in class fr.andross.banitem.utils.list.Listable
-
This method will try to get an element for the given type
- getOrCreateWhitelistedWorld(World, List<String>, List<BanAction>) - Method in class fr.andross.banitem.database.Whitelist
-
This method try to get an already existing whitelisted world, else create and put one.
- getPluginData() - Method in class fr.andross.banitem.utils.metrics.Metrics
-
Gets the plugin specific data.
- getPotionEffectType(String) - Static method in class fr.andross.banitem.utils.potions.PotionHelper
-
Try to get a PotionEffectType
object by the name
- getPotionEffectType() - Method in class fr.andross.banitem.utils.potions.PotionWrapper
-
Get the PotionEffectType
- getPotionNames() - Static method in class fr.andross.banitem.utils.potions.PotionHelper
-
- getPotionWrapper(String) - Static method in class fr.andross.banitem.utils.potions.PotionHelper
-
Try to get a
PotionWrapper
from a string which synthax must be 'potion:level'
- getPrefix() - Method in class fr.andross.banitem.BanConfig
-
Gives the plugin prefix used in the config (already colored)
- getPriority() - Method in class fr.andross.banitem.BanConfig
-
Get the ban actions which requires the highest priority
- getRegionsList(BanItem, Object, Debug, Collection<World>) - Static method in class fr.andross.banitem.utils.list.Listable
-
Get a list of protected regions
- getReversed() - Method in class fr.andross.banitem.utils.DoubleMap
-
Get the reversed map
- getRun() - Method in class fr.andross.banitem.actions.BanActionData
-
Trying to get the commands run for this action
- getSimpleDebug() - Method in class fr.andross.banitem.utils.debug.Debug
-
A simple message with the debug result
- getSplittedList(String) - Static method in class fr.andross.banitem.utils.list.Listable
-
- getSplittedList(List<String>) - Static method in class fr.andross.banitem.utils.list.Listable
-
- getSplittedStringList(Object) - Static method in class fr.andross.banitem.utils.list.Listable
-
Try to get a prepared splited (,) list of string from an object
- getStringList(Object) - Static method in class fr.andross.banitem.utils.list.Listable
-
Trying to get a listable string from an Object.
- getTotal() - Method in class fr.andross.banitem.database.Blacklist
-
- getTotal() - Method in class fr.andross.banitem.database.items.Items
-
Get the total amount of items added
- getTotal() - Method in class fr.andross.banitem.database.Whitelist
-
- getType() - Method in class fr.andross.banitem.actions.BanData
-
- getType() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
Type of banning
- getType() - Method in class fr.andross.banitem.items.BannedItem
-
- getType() - Method in class fr.andross.banitem.utils.debug.DebugMessage
-
Get the type of node
- getUtils() - Method in class fr.andross.banitem.BanItem
-
An utility class for the plugin
- getWearScanner() - Method in class fr.andross.banitem.BanUtils
-
Get the WearScanner handler
- getWhitelist() - Method in class fr.andross.banitem.BanDatabase
-
Get the whitelist map
- getWhitelist() - Method in class fr.andross.banitem.BanItemAPI
-
- getWorld() - Method in class fr.andross.banitem.database.WhitelistedWorld
-
- getWorldGuardHook() - Method in class fr.andross.banitem.BanHooks
-
Get the worldguard hook
- getWorlds(Object, Debug) - Static method in class fr.andross.banitem.utils.list.Listable
-
Trying to get a list of type
If there is any error, this will be debugged
- ICustomName - Interface in fr.andross.banitem.items
-
This interface is used for MetaItem/CustomBannedItem to retreive their names
- isAdvancedEnchantmentsEnabled() - Method in class fr.andross.banitem.BanHooks
-
Check if the plugin is hooked with AdvancedEnchantments
- isBanned(Player, Material, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the material is banned, in both blacklist and whitelist.
- isBanned(Player, Location, Material, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the material is banned, in both blacklist and whitelist.
- isBanned(Player, Material, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the material is banned, in both blacklist and whitelist.
- isBanned(Player, Location, Material, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the material is banned, in both blacklist and whitelist.
- isBanned(Player, ItemStack, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the ItemStack is banned, in both blacklist and whitelist.
- isBanned(Player, Location, ItemStack, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the ItemStack is banned, in both blacklist and whitelist.
- isBanned(Player, ItemStack, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the ItemStack is banned, in both blacklist and whitelist.
- isBanned(Player, Location, ItemStack, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the ItemStack is banned, in both blacklist and whitelist.
- isBanned(Player, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the BannedItem object is banned, in both blacklist and whitelist.
- isBanned(Player, Location, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the BannedItem object is banned, in both blacklist and whitelist.
- isBanned(Player, BannedItem, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the BannedItem object is banned, in both blacklist and whitelist.
- isBanned(Player, Location, BannedItem, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the BannedItem object is banned, in both blacklist and whitelist.
- isBanned(World, Material, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
This method is used to check if the item is banned, in both blacklist and whitelist, not involving a player
This method is mainly used to check dispensers dispense and hoppers transfer
- isBanned(World, ItemStack, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
This method is used to check if the item is banned, in both blacklist and whitelist, not involving a player
This method is mainly used to check dispensers dispense and hoppers transfer
- isBanned(World, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
This method is used to check if the item is banned, in both blacklist and whitelist, not involving a player
This method is mainly used to check dispensers dispense and hoppers transfer
- isBlacklisted(Player, Location, BannedItem, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the item is blacklisted, sending a message or not to the player.
- isBlacklisted(World, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the item is blacklisted, not involving a player
- isBlacklisted(Player, Location, BannedItem, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.database.Blacklist
-
Check if the action with the item is blacklisted for the player.
- isBlacklisted(World, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.database.Blacklist
-
This method is used to check if the item is banned, not involving a player
This method is mainly used to check dispensers dispense and hoppers transfer
- isCancelled() - Method in class fr.andross.banitem.events.DeleteBannedItemEvent
-
- isCancelled() - Method in class fr.andross.banitem.events.PlayerBanItemEvent
-
- isEnabled() - Method in class fr.andross.banitem.utils.metrics.Metrics
-
Checks if bStats is enabled.
- isEnabled() - Method in class fr.andross.banitem.utils.scanners.WearScanner
-
- isNotNullOrEmpty(String) - Static method in class fr.andross.banitem.utils.Utils
-
Used to check if a String is not null nor empty
- isNullOrAir(ItemStack) - Static method in class fr.andross.banitem.utils.Utils
-
Quick utils to check if the item is null or if its type is Material.AIR
- isNullOrEmpty(Object[]) - Static method in class fr.andross.banitem.utils.Utils
-
Used to check if an array is null or empty.
- isValid() - Method in class fr.andross.banitem.items.CustomBannedItem
-
If the custom item is correctly loaded
- isValid() - Method in class fr.andross.banitem.items.meta.MetaTypeComparator
-
- isWhitelisted(Player, Location, BannedItem, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the item is whitelisted (allowed), sending a message or not to the player.
- isWhitelisted(World, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.BanItemAPI
-
Check if the item is whitelisted, not involving a player
- isWhitelisted(Player, Location, BannedItem, boolean, BanAction, BanData...) - Method in class fr.andross.banitem.database.Whitelist
-
Check if the item is whitelisted (allowed)
- isWhitelisted(World, BannedItem, BanAction, BanData...) - Method in class fr.andross.banitem.database.Whitelist
-
This method is used to check if the item is whitelisted, not involving a player
This method is mainly used to check dispensers dispense and hoppers transfer
- isWorldGuardEnabled() - Method in class fr.andross.banitem.BanHooks
-
Check if the plugin is successfully hooked with WorldGuard
- Items - Class in fr.andross.banitem.database.items
-
Map that store all the banned items, with their actions and actions datas.
- Items() - Constructor for class fr.andross.banitem.database.items.Items
-
- items - Variable in class fr.andross.banitem.database.items.Items
-
- ItemsAdder - Class in fr.andross.banitem.items.meta
-
A simple meta comparator to compare ItemsAdder items
- ItemsAdder(Object, Debug) - Constructor for class fr.andross.banitem.items.meta.ItemsAdder
-
- ItemStackBuilder - Class in fr.andross.banitem.utils
-
A simple ItemStack builder utility class.
- ItemStackBuilder(ConfigurationSection) - Constructor for class fr.andross.banitem.utils.ItemStackBuilder
-
- v11OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.11+, ItemMeta#(set|is)Unbreakable has been added.
- v12OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.12+, the PlayerPickupItemEvent is now deprecated, and should use the EntityPickupItemEvent.
- v13OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.13+, MaterialData are totally removed from ItemStack, and the durability is part of ItemMeta.
- v14OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.14+, CustomModelData has been added.
- v16OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.16+, color codes now support HEX.
- v8OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.8+, armor stand event have been added.
- v9OrMore - Static variable in class fr.andross.banitem.utils.BanVersion
-
In 1.9+, the off hand have been added.
- valueOf(String) - Static method in enum fr.andross.banitem.actions.BanAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fr.andross.banitem.actions.BanDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fr.andross.banitem.events.PlayerBanItemEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fr.andross.banitem.items.meta.MetaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fr.andross.banitem.utils.list.ListType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum fr.andross.banitem.actions.BanAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fr.andross.banitem.actions.BanDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fr.andross.banitem.events.PlayerBanItemEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fr.andross.banitem.items.meta.MetaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum fr.andross.banitem.utils.list.ListType
-
Returns an array containing the constants of this enum type, in
the order they are declared.