A B C D E F G H I K L M N O P Q R S T U V W 

G

generateRewards(RewardProvider, Random) - Method in class com.comphenix.xp.Action
Generates a list of resources, in the same order as each associated reward factory.
generateRewards(RewardProvider, Random, int) - Method in class com.comphenix.xp.Action
Generates a list of resources, in the same order as each associated reward factory.
get(TKey) - Method in class com.comphenix.xp.extra.IntervalTree
Retrieves the value of the range that matches the given key, or NULL if nothing was found.
get(Integer) - Method in class com.comphenix.xp.lookup.ActionTree
 
get(Integer) - Method in class com.comphenix.xp.lookup.LevelingRate
Retrieves the value of the integer or expression range that contains this level.
get(PlayerRewards.Rewards, Action) - Method in class com.comphenix.xp.lookup.PlayerRewards
 
get(TKey) - Method in class com.comphenix.xp.lookup.SearchTree
 
get(Integer) - Method in class com.comphenix.xp.lookup.SearchTree
 
getAccessibleMethod(Class, String, Class[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class com.comphenix.xp.reflect.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethod(Class, Method) - Static method in class com.comphenix.xp.reflect.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getActionParser() - Method in class com.comphenix.xp.Configuration
 
getActionReward(Integer) - Method in class com.comphenix.xp.Configuration
Retrieves the rewards for the given action or trigger.
getActionReward(String) - Method in class com.comphenix.xp.Configuration
Retrieves the rewards for the given action or trigger.
getActionReward(Integer) - Method in class com.comphenix.xp.parser.sections.ItemsSectionResult
Retrieves the rewards for the given action or trigger.
getActionRewards() - Method in class com.comphenix.xp.parser.sections.ItemsSectionResult
 
getActions() - Method in class com.comphenix.xp.Configuration
 
getActionType() - Method in class com.comphenix.xp.mods.BlockResponse
Retrieves the current action type (or trigger).
getActionTypes() - Method in class com.comphenix.xp.Configuration
Retrieves the current registered action types.
getActionTypes() - Method in class com.comphenix.xp.ConfigurationLoader
Retrieves the current registered action types.
getActionTypes() - Method in class com.comphenix.xp.ExperienceMod
Retrieves the current registered action types.
getAllRanked(TKey) - Method in class com.comphenix.xp.lookup.SearchTree
 
getAllRankedID(TKey) - Method in class com.comphenix.xp.lookup.SearchTree
 
getAmount() - Method in class com.comphenix.xp.rewards.items.ItemsHolder
 
getAmount() - Method in interface com.comphenix.xp.rewards.ResourceHolder
The given amount of this resource.
getAmount() - Method in class com.comphenix.xp.rewards.xp.CurrencyHolder
 
getAmount() - Method in class com.comphenix.xp.rewards.xp.ExperienceHolder
 
getArgCount() - Method in enum de.congrace.exp4j.BultinFunction.StandardFunctions
Retrieves the number of arguments this function uses.
getAutoUpdate() - Method in class com.comphenix.xp.ExperienceMod
Retrieves the object responsible for notifying of new updates.
getBaby() - Method in class com.comphenix.xp.lookup.MobQuery
 
getBaby() - Method in class com.comphenix.xp.lookup.MobTree
 
getBabyParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getBonus(Random, int, int, int) - Method in class com.comphenix.xp.listeners.ExperienceEnhancementsListener
Samples a level cost for a particular enchanting table, given the slot and number of bookshelves surrounding it.
getByEnum(RewardTypes) - Method in class com.comphenix.xp.rewards.RewardProvider
Returns the currently registered reward service for this type.
getByName(String) - Method in class com.comphenix.xp.extra.ServiceProvider
Returns the currently registered service with this name.
getByName(String) - Method in class com.comphenix.xp.rewards.RewardProvider
 
getCategoryFromName(String) - Method in class com.comphenix.xp.parser.text.MobMatcher
Retrieves the category with the same ENUM name, or NULL if no such category exists.
getChannelProvider() - Method in class com.comphenix.xp.Configuration
 
getChannelProvider() - Method in class com.comphenix.xp.ExperienceMod
 
getChannelProvider() - Method in class com.comphenix.xp.messages.MessagePlayerQueue
 
getChannelProvider() - Method in class com.comphenix.xp.messages.MessageQueue
 
getChannels() - Method in class com.comphenix.xp.messages.Message
 
getChat() - Method in class com.comphenix.xp.ExperienceMod
 
getColumnName() - Method in class com.comphenix.xp.metrics.Metrics.Plotter
Get the column name for the plotted point
getComplexBrewingReward() - Method in class com.comphenix.xp.Configuration
 
getComplexReward(Integer) - Method in class com.comphenix.xp.Configuration
Retrieves the complex potion rewards for the given action or trigger.
getComplexReward(String) - Method in class com.comphenix.xp.Configuration
Retrieves the complex potion rewards for the given action or trigger.
getComplexReward(Integer) - Method in class com.comphenix.xp.parser.sections.ItemsSectionResult
Retrieves the complex potion rewards for the given action or trigger.
getComplexRewards() - Method in class com.comphenix.xp.parser.sections.ItemsSectionResult
 
getConfigFile() - Method in class com.comphenix.xp.metrics.Metrics
Gets the File object of the config file that should be used to store data such as the GUID and opt-out status
getConfigLoader() - Method in class com.comphenix.xp.ExperienceMod
Retrieves the object responsible for parsing and loading configuration files.
getConfiguration() - Method in class com.comphenix.xp.GlobalSettings
Retrieves the current updated configuration file.
getConfiguration(boolean) - Method in class com.comphenix.xp.GlobalSettings
Retrieves the current configuration file.
getConfiguration(Player) - Method in class com.comphenix.xp.listeners.AbstractExperienceListener
Load the correct configuration for a given player.
getConfiguration(World) - Method in class com.comphenix.xp.listeners.AbstractExperienceListener
Load the correct configuration for general world events not associated with any player.
getConfiguration(String, String) - Method in class com.comphenix.xp.Presets
Retrieves a stored configuration from a key value.
getConfiguration(CommandSender) - Method in class com.comphenix.xp.Presets
Retrieves the default configuration for the given player.
getConfiguration() - Method in class com.comphenix.xp.rewards.RewardProvider
Retrieves the configuration containing settings for different reward services.
getConfigurations() - Method in class com.comphenix.xp.Presets
 
getCopy(List<TParam>) - Method in class com.comphenix.xp.lookup.Parameter
 
getCount() - Method in class com.comphenix.xp.messages.MessageFormatter
 
getCurrentExp() - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Get the player's current XP total.
getCurrentID() - Static method in class com.comphenix.xp.parser.ActionParser
 
getCurrentItem() - Method in class com.comphenix.xp.mods.BlockResponse
The current item to override with InventoryClickEvent.
getCustomBlockProvider() - Method in class com.comphenix.xp.ExperienceMod
 
getDamageCauseParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getData() - Method in class com.comphenix.xp.extra.ConstantRandom
Retrieves the bit array we're using as a source for our random numbers.
getData() - Method in enum com.comphenix.xp.extra.SmoothBrickType
Gets the associated data value representing this type of smooth brick
getDataCollector() - Method in class com.comphenix.xp.ExperienceMod
 
getDeathCause() - Method in class com.comphenix.xp.lookup.MobQuery
 
getDeathCause() - Method in class com.comphenix.xp.lookup.MobTree
 
getDebugger() - Method in class com.comphenix.xp.Action
 
getDebugger() - Method in class com.comphenix.xp.messages.MessagePlayerQueue
 
getDebugger() - Method in class com.comphenix.xp.messages.MessageQueue
 
getDebugger() - Method in class com.comphenix.xp.parser.sections.SectionParser
Retrieves the current debugger.
getDefaultBehavior() - Method in class com.comphenix.xp.mods.BlockResponse
Retrieves the default behavior that will handle the inventory event.
getDefaultChannels() - Method in class com.comphenix.xp.messages.ChannelProvider
 
getDefaultName() - Method in class com.comphenix.xp.extra.ServiceProvider
Retrieves the default service by name.
getDefaultRewardName() - Method in class com.comphenix.xp.Configuration
 
getDefaultService() - Method in class com.comphenix.xp.extra.ServiceProvider
Retrieves the default service, or the next non-disabled service if the default service is disabled.
getDefaultTicks() - Method in class com.comphenix.xp.PlayerScheduler
Retrieves the current default number of ticks (50 ms per tick) until a task is executed.
getDisabledServices() - Method in class com.comphenix.xp.GlobalSettings
 
getDurability() - Method in class com.comphenix.xp.lookup.ItemQuery
 
getDurability() - Method in class com.comphenix.xp.lookup.ItemTree
 
getDurabilityParser() - Method in class com.comphenix.xp.parser.text.ItemParser
 
getEconomy() - Method in class com.comphenix.xp.ExperienceMod
 
getEconomyDropItem() - Method in class com.comphenix.xp.Configuration
 
getEconomyItem() - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
getEconomyItemWorth() - Method in class com.comphenix.xp.Configuration
 
getEconomyWorth() - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
getElementDurability() - Method in class com.comphenix.xp.parser.text.ItemParser
 
getElementList(T) - Static method in class com.comphenix.xp.parser.Utility
 
getElementParser() - Method in class com.comphenix.xp.parser.text.ParameterParser
 
getEnabledServices() - Method in class com.comphenix.xp.extra.ServiceProvider
Retrieves a collection of every enabled service.
getEnd() - Method in class com.comphenix.xp.SampleRange
 
getEndPoint(TKey) - Method in class com.comphenix.xp.extra.IntervalTree
Get the end-point composite associated with this key.
getEntityTypeParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getEnumName(String) - Static method in class com.comphenix.xp.parser.Utility
 
getErrorCount() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getExperienceDrop() - Method in class com.comphenix.xp.Configuration
 
getExpression() - Method in interface de.congrace.exp4j.Calculable
return the expression in reverse polish postfix notation
getExtended() - Method in class com.comphenix.xp.lookup.PotionQuery
 
getExtended() - Method in class com.comphenix.xp.lookup.PotionTree
 
getExtendedParser() - Method in class com.comphenix.xp.parser.text.PotionParser
 
getField(Class, String) - Static method in class com.comphenix.xp.reflect.FieldUtils
Gets an accessible Field by name respecting scope.
getField(Class, String, boolean) - Static method in class com.comphenix.xp.reflect.FieldUtils
Gets an accessible Field by name breaking scope if requested.
getFirstRegistered(String) - Method in class com.comphenix.xp.parser.text.ItemNameParser
Retrieves the first registered item, or NULL if not found.
getFishingFailure() - Method in class com.comphenix.xp.lookup.PlayerRewards
 
getFishingSuccess() - Method in class com.comphenix.xp.lookup.PlayerRewards
 
getFormatter(Player, Collection<ResourceHolder>) - Method in class com.comphenix.xp.messages.ChannelProvider
 
getFormatter(Player, Collection<ResourceHolder>, Integer) - Method in class com.comphenix.xp.messages.ChannelProvider
 
getFromParameters(ItemQuery) - Method in class com.comphenix.xp.lookup.ItemTree
 
getFromParameters(MobQuery) - Method in class com.comphenix.xp.lookup.MobTree
 
getFromParameters(PotionQuery) - Method in class com.comphenix.xp.lookup.PotionTree
 
getFromParameters(PresetQuery) - Method in class com.comphenix.xp.lookup.PresetTree
 
getFromParameters(TKey) - Method in class com.comphenix.xp.lookup.SearchTree
 
getFromPath(String) - Method in class com.comphenix.xp.ConfigurationLoader
 
getFromSection(ConfigurationSection) - Method in class com.comphenix.xp.ConfigurationLoader
 
getFunctionName() - Method in enum de.congrace.exp4j.BultinFunction.StandardFunctions
Retrieves the call name of this function.
getGlobalParameter(String) - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getGlobalSettings() - Method in class com.comphenix.xp.Configuration
 
getGlobalSettings() - Method in class com.comphenix.xp.ExperienceMod
Retrieves the global plugin settings.
getGlobalSettings() - Static method in class com.comphenix.xp.extra.Permissions
 
getHardMaxLevel() - Static method in class com.comphenix.xp.rewards.xp.ExperienceManager
 
getHistoryProviders() - Method in class com.comphenix.xp.ExperienceMod
Gets the registry of history plugins.
getId() - Method in class com.comphenix.xp.Action
 
getIndex() - Method in class com.comphenix.xp.extra.ConstantRandom
Retrieves the bit index in the byte array we're reading from.
getInformer() - Method in class com.comphenix.xp.ExperienceMod
 
getItemID() - Method in class com.comphenix.xp.lookup.ItemQuery
 
getItemID() - Method in class com.comphenix.xp.lookup.ItemTree
 
getItemID() - Method in class com.comphenix.xp.parser.text.ItemDurabilityParser
 
getItemListener() - Method in class com.comphenix.xp.ExperienceMod
 
getItemNameParser() - Method in class com.comphenix.xp.parser.text.ItemParser
 
getItemNameParser() - Method in class com.comphenix.xp.parser.text.PotionParser
 
getItemNameParser() - Method in class com.comphenix.xp.rewards.items.RewardDrops
 
getItemParser() - Method in class com.comphenix.xp.Configuration
 
getItemParser() - Method in class com.comphenix.xp.ConfigurationLoader
Retrieves the parser responsible for parsing item queries.
getItemParser() - Method in class com.comphenix.xp.rewards.items.ItemsParser
 
getItemQueryAdaptor() - Method in class com.comphenix.xp.lookup.PotionTree
 
getKey() - Method in class com.comphenix.xp.extra.IntervalTree.Entry
 
getKeys() - Method in class com.comphenix.xp.lookup.Parameter
Retrieves every stored parameter.
getLastInteraction() - Method in class com.comphenix.xp.mods.CustomBlockProviders
 
getLastRightClick(Player, Integer) - Method in class com.comphenix.xp.listeners.PlayerInteractionListener
Retrieves the given player's most recent right click event.
getLastRightClick(Player, Integer, long) - Method in class com.comphenix.xp.listeners.PlayerInteractionListener
Retrieves the given player's most recent right click event.
getLevel() - Method in class com.comphenix.xp.lookup.PotionQuery
 
getLevel() - Method in class com.comphenix.xp.lookup.PotionTree
 
getLevelForExp(int) - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Get the level that the given amount of XP falls within.
getLevelingRate() - Method in class com.comphenix.xp.Configuration
Overrides the rate at which players gain levels.
getLevelingRate() - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
getLock() - Method in class com.comphenix.xp.history.HawkeyeService
 
getLogger() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getLookupSpeed() - Method in class com.comphenix.xp.history.HawkeyeService
 
getLookupSpeed() - Method in interface com.comphenix.xp.history.HistoryService
Retrieve the lookup (read) speed.
getLookupSpeed() - Method in class com.comphenix.xp.history.LogBlockService
 
getLookupSpeed() - Method in class com.comphenix.xp.history.MemoryService
 
getMatchingAccessibleMethod(Class, String, Class[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Find an accessible method that matches the given name and has compatible parameters.
getMaxAgeInHistory() - Method in class com.comphenix.xp.GlobalSettings
 
getMaxBlocksInHistory() - Method in class com.comphenix.xp.GlobalSettings
 
getMaxBonus(int, int, int) - Method in class com.comphenix.xp.listeners.ExperienceEnhancementsListener
Determines the maximum level cost in a particular enchanting table slot.
getMaxErrorCount() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getMaximum(int) - Method in class com.comphenix.xp.rewards.items.ItemsFactory
 
getMaximum(int) - Method in interface com.comphenix.xp.rewards.ResourceFactory
Calculates the maximum amount of resources that may be awarded.
getMaximum(int) - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
 
getMaximum(int) - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
 
getMaximum() - Method in class com.comphenix.xp.SampleRange
 
getMaximumBookcaseCount() - Method in class com.comphenix.xp.Configuration
 
getMaximumEnchantLevel() - Method in class com.comphenix.xp.Configuration
 
getMemoryService() - Method in class com.comphenix.xp.history.HistoryProviders
 
getMessage() - Method in class com.comphenix.xp.Action
 
getMessageDelay() - Method in class com.comphenix.xp.messages.MessagePlayerQueue
Gets the current message delay in milliseconds.
getMessageDelay() - Method in class com.comphenix.xp.messages.MessageQueue
Gets the current message delay in milliseconds.
getMessageFormatter() - Method in class com.comphenix.xp.messages.ChannelProvider
 
getMessageQueue() - Method in class com.comphenix.xp.Configuration
 
getMetrics() - Method in class com.comphenix.xp.metrics.DataCollector
Gets the current instance of the Metrics service.
getMinBonus(int, int, int) - Method in class com.comphenix.xp.listeners.ExperienceEnhancementsListener
Determines the minimum level cost in a particular enchanting table slot.
getMinimum(int) - Method in class com.comphenix.xp.rewards.items.ItemsFactory
 
getMinimum(int) - Method in interface com.comphenix.xp.rewards.ResourceFactory
Calculates the minimum amount of resources that may be awarded.
getMinimum(int) - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
 
getMinimum(int) - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
 
getMinimum() - Method in class com.comphenix.xp.SampleRange
 
getMobFromName(String) - Method in class com.comphenix.xp.parser.text.MobMatcher
Retrieves the mob with the same ENUM name, or NULL if no such mob is registered.
getMobMatcher() - Method in class com.comphenix.xp.ConfigurationLoader
Retrieves the current mob name and mob category parser.
getMobParser() - Method in class com.comphenix.xp.Configuration
 
getMobParser() - Method in class com.comphenix.xp.ConfigurationLoader
Retrieves the parser responsible for parsing mob queries.
getMobReward(Player, MobQuery) - Method in class com.comphenix.xp.ExperienceMod
Retrieves a list of action rewards that applies when a mob is killed, either by the environment (when KILLER is NULL), or by a player.
getMobSizeParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getMod() - Method in class com.comphenix.xp.metrics.DataCollector
 
getMultiplier() - Method in class com.comphenix.xp.Configuration
 
getMultiplier() - Method in class com.comphenix.xp.lookup.ActionTree
 
getMultiplier() - Method in interface com.comphenix.xp.lookup.Multipliable
 
getMultiplier() - Method in class com.comphenix.xp.lookup.PlayerRewards
 
getMultiplier() - Method in class com.comphenix.xp.rewards.items.ItemsFactory
 
getMultiplier() - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
 
getMultiplier() - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
 
getName() - Method in class com.comphenix.xp.metrics.Metrics.Graph
Gets the graph's name
getName() - Method in class com.comphenix.xp.PlayerScheduler.PlayerRunnable
 
getName() - Method in class com.comphenix.xp.rewards.items.ItemsHolder
 
getName() - Method in interface com.comphenix.xp.rewards.ResourceHolder
A unique ENUM name representing this resource.
getName() - Method in class com.comphenix.xp.rewards.xp.CurrencyHolder
 
getName() - Method in class com.comphenix.xp.rewards.xp.ExperienceHolder
 
getNameParser() - Method in class com.comphenix.xp.ConfigurationLoader
Retrieves the current name parser.
getNearbyPlayers(World, Location, double) - Static method in class com.comphenix.xp.Server
Retrieve a list of nearby players.
getOverridableCurrentItem(InventoryClickEvent) - Method in class com.comphenix.xp.mods.BlockResponse
If override current is FALSE, return the current item in the given event.
getParameterName() - Method in class com.comphenix.xp.parser.primitives.BooleanParser
 
getParameterQueue(String) - Method in class com.comphenix.xp.parser.TextParser
Reads tokens from (delimited by a vertical bar) a query rule body.
getPermission() - Method in class com.comphenix.xp.mods.BlockResponse
Retrieves the permission this player must have in order to be rewarded.
getPlayer() - Method in class com.comphenix.xp.messages.MessageQueue
 
getPlayer() - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Get the Player associated with this ExperienceManager.
getPlayerCreated() - Method in class com.comphenix.xp.lookup.ItemQuery
 
getPlayerCreated() - Method in class com.comphenix.xp.lookup.ItemTree
 
getPlayerKill() - Method in class com.comphenix.xp.lookup.MobQuery
 
getPlayerKill() - Method in class com.comphenix.xp.lookup.MobTree
 
getPlayerParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getPlayerReward(Player, Integer, Query) - Method in class com.comphenix.xp.ExperienceMod
Retrieves a list of action rewards that applies when a player performs a given action to the item or block specified by the query.
getPlayerRewards() - Method in class com.comphenix.xp.Configuration
 
getPlayerScheduler() - Method in class com.comphenix.xp.ExperienceMod
 
getPlotters() - Method in class com.comphenix.xp.metrics.Metrics.Graph
Gets an unmodifiable set of the plotter objects in the graph
getPlugin() - Method in class com.comphenix.xp.PlayerScheduler
 
getPotionParser() - Method in class com.comphenix.xp.parser.text.ItemParser
 
getPotionTypeParser() - Method in class com.comphenix.xp.parser.text.PotionParser
 
getPrefix() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getPresetCacheTimeout() - Method in class com.comphenix.xp.GlobalSettings
Retrieves the number of seconds a player's preset configuration is cached.
getPresetNames() - Method in class com.comphenix.xp.lookup.PresetQuery
 
getPresetNames() - Method in class com.comphenix.xp.lookup.PresetTree
 
getPresets() - Method in class com.comphenix.xp.ExperienceMod
 
getPresets() - Method in class com.comphenix.xp.listeners.AbstractExperienceListener
Retrieves the current presents.
getPrimitiveType(Class) - Static method in class com.comphenix.xp.reflect.MethodUtils
Gets the class for the primitive type corresponding to the primitive wrapper class given.
getPrimitiveWrapper(Class) - Static method in class com.comphenix.xp.reflect.MethodUtils
Gets the wrapper object class for the given primitive type class.
getQueryType() - Method in class com.comphenix.xp.lookup.ItemQuery
 
getQueryType() - Method in class com.comphenix.xp.lookup.MobQuery
 
getQueryType() - Method in class com.comphenix.xp.lookup.PotionQuery
 
getQueryType() - Method in class com.comphenix.xp.lookup.PresetQuery
 
getQueryType() - Method in interface com.comphenix.xp.lookup.Query
 
getRandomElement(List<T>) - Static method in class com.comphenix.xp.rewards.items.RandomSampling
Samples a random element from the given list with a uniform distribution of probabilities.
getRandomElement(List<T>, T) - Static method in class com.comphenix.xp.rewards.items.RandomSampling
Samples a random element from the given list with a uniform distribution of probabilities.
getRange() - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
 
getRange() - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
 
getRangeParser() - Method in class com.comphenix.xp.rewards.items.ItemsParser
 
getRegistered(String) - Method in class com.comphenix.xp.parser.text.ItemNameParser
Retrieves the set of registered IDs directly.
getRegisteredCategories() - Method in class com.comphenix.xp.parser.text.MobMatcher
Retrieves a collection of currently registered categories.
getRegisteredMobs() - Method in class com.comphenix.xp.parser.text.MobMatcher
Retrieves a collection of currently registered mobs.
getRegisteredServices() - Method in class com.comphenix.xp.extra.ServiceProvider
Retrieves a collection of every registered services.
getResource(Random, int) - Method in class com.comphenix.xp.rewards.items.ItemsFactory
 
getResource(Random) - Method in class com.comphenix.xp.rewards.items.ItemsFactory
 
getResource(Random) - Method in interface com.comphenix.xp.rewards.ResourceFactory
Retrieve a resource holder, using the given random number generator to determine the amount of the given resource to return.
getResource(Random, int) - Method in interface com.comphenix.xp.rewards.ResourceFactory
Retrieve a resource holder, using the given random number generator to determine the amount of the given resource to return.
getResource(Random) - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
 
getResource(Random, int) - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
 
getResource(Random) - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
 
getResource(Random, int) - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
 
getResourcesParser() - Method in class com.comphenix.xp.rewards.items.RewardDrops
 
getResourcesParser() - Method in interface com.comphenix.xp.rewards.RewardService
Retrieves the standard or custom resource parser associated with this reward.
getResourcesParser() - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
getResourcesParser() - Method in class com.comphenix.xp.rewards.xp.RewardExperience
 
getResourcesParser() - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
getResult() - Method in class com.comphenix.xp.messages.MessageFormatter
Retrieves the list of resources awarded.
getReward(String) - Method in class com.comphenix.xp.Action
Retrieves a associated reward by name.
getReward(RewardTypes) - Method in class com.comphenix.xp.Action
Retrieves a associated reward by type.
getReward() - Method in class com.comphenix.xp.rewards.ItemRewardListener
 
getRewardNames() - Method in class com.comphenix.xp.Action
Retrieves a list of the name of every reward.
getRewardProvider() - Method in class com.comphenix.xp.Configuration
 
getRewardProvider() - Method in class com.comphenix.xp.ExperienceMod
 
getRewards() - Method in class com.comphenix.xp.rewards.items.ItemsHolder
Get the current list of rewards.
getRewardType() - Method in class com.comphenix.xp.rewards.items.RewardDrops
 
getRewardType() - Method in interface com.comphenix.xp.rewards.RewardService
Retrieves the reward type.
getRewardType() - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
getRewardType() - Method in class com.comphenix.xp.rewards.xp.RewardExperience
 
getRewardType() - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
getSafe(String[], int) - Static method in class com.comphenix.xp.commands.CommandUtilities
Retrieves an array element.
getScanRadiusSetting() - Method in class com.comphenix.xp.Configuration
 
getScheduler() - Method in class com.comphenix.xp.PlayerScheduler
 
getSearchRadius() - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
getSearchResult() - Method in class com.comphenix.xp.history.HawkeyeService
 
getServiceName() - Method in interface com.comphenix.xp.extra.Service
Retrieves a unique string identifying this service.
getServiceName() - Method in class com.comphenix.xp.history.HawkeyeService
 
getServiceName() - Method in class com.comphenix.xp.history.LogBlockService
 
getServiceName() - Method in class com.comphenix.xp.history.MemoryService
 
getServiceName() - Method in class com.comphenix.xp.messages.ChannelChatService
 
getServiceName() - Method in class com.comphenix.xp.messages.HeroService
 
getServiceName() - Method in class com.comphenix.xp.messages.StandardService
 
getServiceName() - Method in class com.comphenix.xp.mods.StandardBlockService
 
getServiceName() - Method in class com.comphenix.xp.rewards.items.RewardDrops
 
getServiceName() - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
getServiceName() - Method in class com.comphenix.xp.rewards.xp.RewardExperience
 
getServiceName() - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
getSimpleBlockReward() - Method in class com.comphenix.xp.Configuration
 
getSimpleBonusReward() - Method in class com.comphenix.xp.Configuration
 
getSimpleBrewingReward() - Method in class com.comphenix.xp.Configuration
 
getSimpleCraftingReward() - Method in class com.comphenix.xp.Configuration
 
getSimplePlacingReward() - Method in class com.comphenix.xp.Configuration
 
getSimpleSmeltingReward() - Method in class com.comphenix.xp.Configuration
 
getSingle(TParam) - Method in class com.comphenix.xp.lookup.Parameter
Indexes of queries with the given parameter.
getSize() - Method in class com.comphenix.xp.lookup.MobQuery
 
getSize() - Method in class com.comphenix.xp.lookup.MobTree
 
getSource() - Method in class com.comphenix.xp.messages.MessageFormatter
 
getSpawner() - Method in class com.comphenix.xp.lookup.MobQuery
 
getSpawner() - Method in class com.comphenix.xp.lookup.MobTree
 
getSpawnerParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getSplash() - Method in class com.comphenix.xp.lookup.PotionQuery
 
getSplash() - Method in class com.comphenix.xp.lookup.PotionTree
 
getSplashParser() - Method in class com.comphenix.xp.parser.text.PotionParser
 
getStandard() - Method in class de.congrace.exp4j.BultinFunction
 
getStandardBlockService() - Method in class com.comphenix.xp.mods.CustomBlockProviders
Retrieves the standard block service.
getStart() - Method in class com.comphenix.xp.SampleRange
 
getStorageCount(ItemStack, ItemStack, boolean) - Method in class com.comphenix.xp.listeners.ExperienceItemListener
 
getStringDescription(Object) - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getSupportURL() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
getTag() - Method in class com.comphenix.xp.PlayerScheduler.PlayerRunnable
 
getTamed() - Method in class com.comphenix.xp.lookup.MobQuery
 
getTamed() - Method in class com.comphenix.xp.lookup.MobTree
 
getTamedParser() - Method in class com.comphenix.xp.parser.text.MobParser
 
getTask() - Method in class com.comphenix.xp.PlayerScheduler.PlayerRunnable
 
getTaskID() - Method in class com.comphenix.xp.PlayerScheduler.PlayerRunnable
 
getTasks(Player, String) - Method in class com.comphenix.xp.PlayerScheduler
 
getText() - Method in class com.comphenix.xp.messages.Message
 
getThreadRandom() - Static method in class com.comphenix.xp.rewards.items.RandomSampling
Retrieves a thread-local random number generator.
getTierParser() - Method in class com.comphenix.xp.parser.text.PotionParser
 
getType(String) - Method in class com.comphenix.xp.ActionTypes
Retrieves a registered action type by name, or NULL if no such type could be found.
getType() - Method in class com.comphenix.xp.lookup.MobQuery
 
getType() - Method in class com.comphenix.xp.lookup.MobTree
 
getType() - Method in class com.comphenix.xp.lookup.PotionQuery
 
getType() - Method in class com.comphenix.xp.lookup.PotionTree
 
getTypes() - Method in class com.comphenix.xp.ActionTypes
Retrieves a collection of every registered action type.
getValue() - Method in class com.comphenix.xp.extra.IntervalTree.Entry
 
getValue() - Method in class com.comphenix.xp.metrics.Metrics.Plotter
Get the current value for the plotted point
getValues() - Method in class com.comphenix.xp.lookup.ActionTree
Returns a list of every stored range (scaled by experience) in this search tree.
getValues() - Method in class com.comphenix.xp.lookup.PlayerRewards
Retrieve every reward stored.
getValues() - Method in class com.comphenix.xp.lookup.SearchTree
Returns a list of every stored value in this search tree.
getVersion() - Method in class com.comphenix.xp.metrics.Version
 
getWorlds() - Method in class com.comphenix.xp.lookup.PresetQuery
 
getWorlds() - Method in class com.comphenix.xp.lookup.PresetTree
 
getXpForLevel(int) - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Return the total XP needed to be the given level.
getXpNeededToLevelUp(int) - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Retrieves the amount of experience the experience bar can hold at the given level.
getXPSplit(int) - Static method in class com.comphenix.xp.Server
 
globalParameters - Variable in class com.comphenix.xp.listeners.ErrorReporting
 
globalParameters() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
GlobalSettings - Class in com.comphenix.xp
 
GlobalSettings(Debugger) - Constructor for class com.comphenix.xp.GlobalSettings
 
A B C D E F G H I K L M N O P Q R S T U V W