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

I

ignorableException(Exception) - Method in class com.comphenix.xp.Presets
Determines whether or not the given exception can be ignored if thrown from getGroupInfoString.
incrementKey(TKey) - Method in class com.comphenix.xp.extra.IntervalTree
 
incrementKey(Integer) - Method in class com.comphenix.xp.lookup.LevelingRate
 
INFO - Static variable in class com.comphenix.xp.extra.Permissions
 
initializeNames() - Method in class com.comphenix.xp.parser.text.MobSizeParser
 
inSameCategory(List<Integer>) - Static method in class com.comphenix.xp.parser.text.ItemDurabilityParser
 
IntegerParser - Class in com.comphenix.xp.parser.primitives
 
IntegerParser() - Constructor for class com.comphenix.xp.parser.primitives.IntegerParser
 
IntervalTree<TKey extends java.lang.Comparable<TKey>,TValue> - Class in com.comphenix.xp.extra
Represents a generic store of intervals and associated values.
IntervalTree() - Constructor for class com.comphenix.xp.extra.IntervalTree
 
IntervalTree.EndPoint - Class in com.comphenix.xp.extra
Represents a single end point (open, close or both) of a range.
IntervalTree.EndPoint(IntervalTree.State, TValue) - Constructor for class com.comphenix.xp.extra.IntervalTree.EndPoint
 
IntervalTree.Entry - Class in com.comphenix.xp.extra
Represents a range and a value in this interval tree.
IntervalTree.Entry(Range<TKey>, TValue) - Constructor for class com.comphenix.xp.extra.IntervalTree.Entry
 
IntervalTree.State - Enum in com.comphenix.xp.extra
 
InvalidCustomFunctionException - Exception in de.congrace.exp4j
 
InvalidCustomFunctionException(String) - Constructor for exception de.congrace.exp4j.InvalidCustomFunctionException
 
invokeExactMethod(Object, String, Object) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a method whose parameter type matches exactly the object type.
invokeExactMethod(Object, String, Object[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object[], Class[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class, String, Object[], Class[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a static method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class, String, Object) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a static method whose parameter type matches exactly the object type.
invokeExactStaticMethod(Class, String, Object[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a static method whose parameter types match exactly the object types.
invokeMethod(Object, String, Object) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeStaticMethod(Class, String, Object) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a named static method whose parameter type matches the object type.
invokeStaticMethod(Class, String, Object[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a named static method whose parameter type matches the object type.
invokeStaticMethod(Class, String, Object[], Class[]) - Static method in class com.comphenix.xp.reflect.MethodUtils
Invoke a named static method whose parameter type matches the object type.
isAssignmentCompatible(Class, Class) - Static method in class com.comphenix.xp.reflect.MethodUtils
Determine whether a type can be used as a parameter in a method invocation.
isCollectExceptions() - Method in class com.comphenix.xp.parser.sections.SectionParser
Retrieves whether or not to push exceptions from individual parse lines, and print it to the assigned debugger instead of throwing them at once.
isDebug() - Method in class com.comphenix.xp.metrics.AutoUpdate
 
isDebugEnabled() - Method in interface com.comphenix.xp.Debugger
Whether or not a debug mode is enabled.
isDebugEnabled() - Method in class com.comphenix.xp.ExperienceMod
 
isDefaultRewardsDisabled() - Method in class com.comphenix.xp.Configuration
 
isEnabled(String) - Method in class com.comphenix.xp.extra.ServiceProvider
Determines if a service is enabled.
isEnabled(TService) - Method in class com.comphenix.xp.extra.ServiceProvider
Determines if a given service is enabled.
isForceHack() - Method in class com.comphenix.xp.mods.BlockResponse
Whether or not to always derive the crafted items from how the player inventory changed.
isLegalSize(int) - Method in class com.comphenix.xp.parser.text.MobSizeParser
Determines if the given size is a possible slime size.
isNullOrIgnoreable(String) - Static method in class com.comphenix.xp.parser.Utility
Determines if a String can be ignored.
isOptOut() - Method in class com.comphenix.xp.metrics.Metrics
Has the server owner denied plugin metrics?
isOverrideCurrent() - Method in class com.comphenix.xp.mods.BlockResponse
Whether or not to override the default current item in InventoryClickEvent.
isReady() - Method in class com.comphenix.xp.messages.MessageQueue
Whether or not a message can be sent by this player.
isSearching() - Method in class com.comphenix.xp.history.HawkeyeService
 
isServiceEnabled(ServiceProvider<T>, String) - Method in class com.comphenix.xp.metrics.DataCollector
Determines if a given service is present and enabled.
isSimpleType(Object) - Method in class com.comphenix.xp.listeners.ErrorReporting
Determine if the given object is a wrapper for a primitive/simple type or not.
isSpecialMarker() - Method in enum com.comphenix.xp.rewards.RewardTypes
Whether or not the reward type is an ID for a real reward manager.
isSuccess() - Method in class com.comphenix.xp.mods.BlockResponse
Whether or not this block provider can handle the current inventory event.
isSuccessful(BlockResponse) - Static method in class com.comphenix.xp.mods.BlockResponse
Determines if a given block response is successful.
isUsedName() - Method in class com.comphenix.xp.parser.text.ItemDurabilityParser
 
isUseMetrics() - Method in class com.comphenix.xp.GlobalSettings
 
isUsePermissions() - Method in class com.comphenix.xp.GlobalSettings
 
isWrapAround() - Method in class com.comphenix.xp.extra.ConstantRandom
Whether or not we wrap around after reaching the end of the byte array.
ItemDurabilityParser - Class in com.comphenix.xp.parser.text
 
ItemDurabilityParser() - Constructor for class com.comphenix.xp.parser.text.ItemDurabilityParser
 
ItemDurabilityParser(Integer) - Constructor for class com.comphenix.xp.parser.text.ItemDurabilityParser
 
ItemDurabilityParser.ItemCategory - Enum in com.comphenix.xp.parser.text
 
itemID - Variable in class com.comphenix.xp.lookup.ItemTree
 
ItemNameParser - Class in com.comphenix.xp.parser.text
 
ItemNameParser() - Constructor for class com.comphenix.xp.parser.text.ItemNameParser
 
itemParser - Variable in class com.comphenix.xp.parser.sections.ItemsSectionParser
 
ItemParser - Class in com.comphenix.xp.parser.text
 
ItemParser(ItemNameParser) - Constructor for class com.comphenix.xp.parser.text.ItemParser
 
itemParser - Variable in class com.comphenix.xp.rewards.items.ItemsParser
 
ItemQuery - Class in com.comphenix.xp.lookup
Generic immutable representation of an item/block query.
ItemQuery(List<Integer>, List<Integer>) - Constructor for class com.comphenix.xp.lookup.ItemQuery
Constructs a query with the given IDs and durabilities.
ItemQuery(List<Integer>, List<Integer>, List<Boolean>) - Constructor for class com.comphenix.xp.lookup.ItemQuery
Constructs a query with the given IDs and durabilities.
ItemRewardListener - Class in com.comphenix.xp.rewards
 
ItemRewardListener(Debugger) - Constructor for class com.comphenix.xp.rewards.ItemRewardListener
 
ItemsFactory - Class in com.comphenix.xp.rewards.items
 
ItemsFactory() - Constructor for class com.comphenix.xp.rewards.items.ItemsFactory
 
ItemsFactory(double) - Constructor for class com.comphenix.xp.rewards.items.ItemsFactory
 
ItemsHolder - Class in com.comphenix.xp.rewards.items
 
ItemsHolder() - Constructor for class com.comphenix.xp.rewards.items.ItemsHolder
 
ItemsHolder(List<ItemStack>) - Constructor for class com.comphenix.xp.rewards.items.ItemsHolder
 
ItemsHolder(ItemStack) - Constructor for class com.comphenix.xp.rewards.items.ItemsHolder
 
ItemsParser - Class in com.comphenix.xp.rewards.items
 
ItemsParser(ItemNameParser) - Constructor for class com.comphenix.xp.rewards.items.ItemsParser
 
ItemsSectionParser - Class in com.comphenix.xp.parser.sections
 
ItemsSectionParser(ItemParser, ActionParser, ActionTypes, double) - Constructor for class com.comphenix.xp.parser.sections.ItemsSectionParser
 
ItemsSectionResult - Class in com.comphenix.xp.parser.sections
 
ItemsSectionResult(Map<Integer, ItemTree>, Map<Integer, PotionTree>) - Constructor for class com.comphenix.xp.parser.sections.ItemsSectionResult
 
ItemTree - Class in com.comphenix.xp.lookup
 
ItemTree(ItemTree, double) - Constructor for class com.comphenix.xp.lookup.ItemTree
 
ItemTree(double) - Constructor for class com.comphenix.xp.lookup.ItemTree
 
A B C D E F G H I K L M N O P Q R S T U V W