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

C

Calculable - Interface in de.congrace.exp4j
This is the basic result class of the exp4j ExpressionBuilder
calculate() - Method in interface de.congrace.exp4j.Calculable
calculate the result of the expression
calculate(double...) - Method in interface de.congrace.exp4j.Calculable
calculate the result of the expression
canPerform(Player, Action, int) - Method in interface com.comphenix.xp.listeners.RewardableAction
Determine whether or not the given player can be rewarded or penalized by the given action and item count.
canReward(Player, ResourceHolder) - Method in class com.comphenix.xp.rewards.items.RewardDrops
 
canReward(Player, ResourceHolder) - Method in interface com.comphenix.xp.rewards.RewardService
Whether or not the player actually can be rewarded (or penalized, if negative) with the given amount of resources.
canReward(Player, ResourceHolder) - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
canReward(Player, ResourceHolder) - Method in class com.comphenix.xp.rewards.xp.RewardExperience
 
canReward(Player, ResourceHolder) - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
canRewardPlayer(RewardProvider, Player, List<ResourceHolder>) - Method in class com.comphenix.xp.Action
Determines whether or not a player can be rewarded (or penalized) with the given list of rewards.
changeExp(int) - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Adjust the player's XP by the given amount in an intelligent fashion.
changeExp(double) - Method in class com.comphenix.xp.rewards.xp.ExperienceManager
Adjust the player's XP by the given amount in an intelligent fashion.
ChannelChatService - Class in com.comphenix.xp.messages
Handles the ChannelChat plugin: http://dev.bukkit.org/server-mods/channel-chat/
ChannelChatService() - Constructor for class com.comphenix.xp.messages.ChannelChatService
 
ChannelProvider - Class in com.comphenix.xp.messages
Contains every channel messaging channel plugins known and enabled on the server.
ChannelProvider() - Constructor for class com.comphenix.xp.messages.ChannelProvider
 
ChannelProvider(ChannelProvider) - Constructor for class com.comphenix.xp.messages.ChannelProvider
 
ChannelProvider(String) - Constructor for class com.comphenix.xp.messages.ChannelProvider
 
ChannelService - Interface in com.comphenix.xp.messages
 
clearCache() - Method in class com.comphenix.xp.ConfigurationLoader
 
clearCache() - Static method in class com.comphenix.xp.reflect.MethodUtils
Clear the method cache.
clearGlobalParameters() - Method in class com.comphenix.xp.listeners.ErrorReporting
 
clearMessages() - Method in class com.comphenix.xp.listeners.ExperienceInformerListener
 
clone(Configuration) - Method in class com.comphenix.xp.rewards.items.RewardDrops
 
clone(Configuration) - Method in interface com.comphenix.xp.rewards.RewardService
Clones this object with the settings from the given configuration.
clone(Configuration) - Method in class com.comphenix.xp.rewards.xp.RewardEconomy
 
clone(Configuration) - Method in class com.comphenix.xp.rewards.xp.RewardExperience
 
clone(Configuration) - Method in class com.comphenix.xp.rewards.xp.RewardVirtual
 
com.comphenix.xp.commands - package com.comphenix.xp.commands
 
com.comphenix.xp.history - package com.comphenix.xp.history
 
com.comphenix.xp.listeners - package com.comphenix.xp.listeners
 
com.comphenix.xp.mods - package com.comphenix.xp.mods
 
com.comphenix.xp.parser.primitives - package com.comphenix.xp.parser.primitives
 
com.comphenix.xp.parser.text - package com.comphenix.xp.parser.text
 
com.comphenix.xp.reflect - package com.comphenix.xp.reflect
 
com.comphenix.xp.rewards - package com.comphenix.xp.rewards
 
com.comphenix.xp.rewards.items - package com.comphenix.xp.rewards.items
 
com.comphenix.xp.rewards.xp - package com.comphenix.xp.rewards.xp
 
COMMAND_ABBREVIATED - Static variable in class com.comphenix.xp.commands.CommandExperienceMod
 
COMMAND_RELOAD - Static variable in class com.comphenix.xp.commands.CommandExperienceMod
 
COMMAND_SPAWN_XP - Static variable in class com.comphenix.xp.commands.CommandSpawnExp
 
CommandExperienceMod - Class in com.comphenix.xp.commands
 
CommandExperienceMod(ExperienceMod) - Constructor for class com.comphenix.xp.commands.CommandExperienceMod
 
CommandlineInterpreter - Class in de.congrace.exp4j
Simple commandline interpreter for mathematical expressions the interpreter takes a mathematical expressions as a String argument, evaluates it and prints out the result.
CommandlineInterpreter() - Constructor for class de.congrace.exp4j.CommandlineInterpreter
 
CommandSpawnExp - Class in com.comphenix.xp.commands
 
CommandSpawnExp(ExperienceMod) - Constructor for class com.comphenix.xp.commands.CommandSpawnExp
 
CommandUtilities - Class in com.comphenix.xp.commands
 
CommandUtilities() - Constructor for class com.comphenix.xp.commands.CommandUtilities
 
compare(Integer, Integer) - Method in class com.comphenix.xp.lookup.SearchTree.ValueComparer
 
compareObjects(T, T, boolean) - Method in class com.comphenix.xp.lookup.SearchTree.ValueComparer
 
comparer - Variable in class com.comphenix.xp.lookup.SearchTree
 
compareTo(Version) - Method in class com.comphenix.xp.metrics.Version
 
Configuration - Class in com.comphenix.xp
 
Configuration(Debugger, ActionTypes) - Constructor for class com.comphenix.xp.Configuration
 
Configuration(Configuration, double) - Constructor for class com.comphenix.xp.Configuration
 
Configuration(Debugger, RewardProvider, ChannelProvider) - Constructor for class com.comphenix.xp.Configuration
 
ConfigurationLoader - Class in com.comphenix.xp
 
ConfigurationLoader(File, Debugger, RewardProvider, ChannelProvider) - Constructor for class com.comphenix.xp.ConfigurationLoader
 
ConfigurationParser<TOutput> - Class in com.comphenix.xp.parser
Represents a generic configuration parser.
ConfigurationParser() - Constructor for class com.comphenix.xp.parser.ConfigurationParser
 
ConstantRandom - Class in com.comphenix.xp.extra
Represents a random number provider that uses a byte array a source of random numbers.
ConstantRandom(byte[]) - Constructor for class com.comphenix.xp.extra.ConstantRandom
Constructs a random generator from a given byte source, starting at the given bit offset.
ConstantRandom(byte) - Constructor for class com.comphenix.xp.extra.ConstantRandom
Constructs a random generator that uses an infinite stream of bytes as the source of "randomness".
ConstantRandom(byte[], boolean) - Constructor for class com.comphenix.xp.extra.ConstantRandom
Constructs a random generator from a given byte source, starting at the given bit offset.
ConstantRandom(byte[], boolean, int) - Constructor for class com.comphenix.xp.extra.ConstantRandom
Constructs a random generator from a given byte source, starting at the given bit offset.
containsKey(TKey) - Method in class com.comphenix.xp.extra.IntervalTree
Determines if the given key is within an interval.
containsKey(Integer) - Method in class com.comphenix.xp.lookup.LevelingRate
Determines if the given level has a specified amount of experience.
containsKey(TKey) - Method in class com.comphenix.xp.lookup.SearchTree
 
containsPreset(String, String) - Method in class com.comphenix.xp.Presets
 
containsReward(RewardTypes) - Method in class com.comphenix.xp.rewards.RewardProvider
Determines whether or not the given reward type has been registered.
containsService(String) - Method in class com.comphenix.xp.extra.ServiceProvider
Determines whether or not the given service has been registered.
CRAFTING - Static variable in class com.comphenix.xp.ActionTypes
 
create(PluginManager) - Static method in class com.comphenix.xp.history.LogBlockService
Attempts to create a log block service.
createGraph(String) - Method in class com.comphenix.xp.metrics.Metrics
Construct and create a Graph that can be used to separate specific plotters to their own graphs on the metrics website.
createView() - Method in class com.comphenix.xp.messages.ChannelProvider
Creates a copy of this channel provider with shallow references to the same list of channel services, except with a different internal default reward type.
createView(Player, Collection<ResourceHolder>) - Method in class com.comphenix.xp.messages.MessageFormatter
 
createView(Player, Collection<ResourceHolder>, Integer) - Method in class com.comphenix.xp.messages.MessageFormatter
 
createView(Collection<ResourceHolder>) - Method in class com.comphenix.xp.messages.MessageFormatter
 
createView() - Method in class com.comphenix.xp.messages.MessagePlayerQueue
Creates a shallow copy of this queue.
createView(RewardProvider) - Method in class com.comphenix.xp.parser.ActionParser
Creates a shallow copy of this parser with the given reward provider.
createView(Configuration) - Method in class com.comphenix.xp.rewards.RewardProvider
Creates a copy of this reward provider with shallow references to the same list of rewards, except with a different internal default reward type.
CurrencyFactory - Class in com.comphenix.xp.rewards.xp
 
CurrencyFactory(SampleRange) - Constructor for class com.comphenix.xp.rewards.xp.CurrencyFactory
 
CurrencyFactory(double) - Constructor for class com.comphenix.xp.rewards.xp.CurrencyFactory
 
CurrencyHolder - Class in com.comphenix.xp.rewards.xp
 
CurrencyHolder(int) - Constructor for class com.comphenix.xp.rewards.xp.CurrencyHolder
 
currentID - Variable in class com.comphenix.xp.lookup.SearchTree
 
CUSTOM - Static variable in class com.comphenix.xp.mods.BlockResponse
A response indicating success, but that that ExperienceMod should leave everything up to the caller.
CustomBlockProviders - Class in com.comphenix.xp.mods
Represents a registry of custom block providers.
CustomBlockProviders() - Constructor for class com.comphenix.xp.mods.CustomBlockProviders
 
CustomFunction - Class in de.congrace.exp4j
this classed is used to create custom functions for exp4j

Example
CustomFunction(String) - Constructor for class de.congrace.exp4j.CustomFunction
create a new single value input CustomFunction with a set name
CustomFunction(String, int) - Constructor for class de.congrace.exp4j.CustomFunction
create a new single value input CustomFunction with a set name
CustomOperator - Class in de.congrace.exp4j
This class is used to create custom operators for use in expressions
The applyOperation(double[] values) will have to be implemented by users of this class.
CustomOperator(String, boolean, int) - Constructor for class de.congrace.exp4j.CustomOperator
Create a new CustomOperator for two operands
CustomOperator(String, boolean, int, int) - Constructor for class de.congrace.exp4j.CustomOperator
Create a new CustomOperator
CustomOperator(String) - Constructor for class de.congrace.exp4j.CustomOperator
Create a left associative CustomOperator with precedence value of 1 that uses two operands
CustomOperator(String, int) - Constructor for class de.congrace.exp4j.CustomOperator
Create a left associative CustomOperator for two operands
A B C D E F G H I K L M N O P Q R S T U V W