- withCustomFunction(CustomFunction) - Method in class de.congrace.exp4j.ExpressionBuilder
-
add a custom function instance for the evaluator to recognize
- withCustomFunctions(Collection<CustomFunction>) - Method in class de.congrace.exp4j.ExpressionBuilder
-
- withExpression(String) - Method in class de.congrace.exp4j.ExpressionBuilder
-
set the mathematical expression for parsing
- withMultiplier(double) - Method in class com.comphenix.xp.Configuration
-
- withMultiplier(double) - Method in class com.comphenix.xp.lookup.ItemTree
-
- withMultiplier(double) - Method in class com.comphenix.xp.lookup.MobTree
-
- withMultiplier(double) - Method in interface com.comphenix.xp.lookup.Multipliable
-
Returns a shallow copy of this object with a different experience multiplier.
- withMultiplier(double) - Method in class com.comphenix.xp.lookup.PlayerRewards
-
- withMultiplier(double) - Method in class com.comphenix.xp.lookup.PotionTree
-
- withMultiplier(double) - Method in class com.comphenix.xp.rewards.items.ItemsFactory
-
- withMultiplier(double) - Method in class com.comphenix.xp.rewards.xp.CurrencyFactory
-
- withMultiplier(double) - Method in class com.comphenix.xp.rewards.xp.ExperienceFactory
-
- withOperation(CustomOperator) - Method in class de.congrace.exp4j.ExpressionBuilder
-
- withOperations(Collection<CustomOperator>) - Method in class de.congrace.exp4j.ExpressionBuilder
-
- withVariable(String, double) - Method in class de.congrace.exp4j.ExpressionBuilder
-
set the value for a variable
- withVariableNames(String...) - Method in class de.congrace.exp4j.ExpressionBuilder
-
set the variables names used in the expression without setting their values
- withVariables(Map<String, Double>) - Method in class de.congrace.exp4j.ExpressionBuilder
-
set the values for variables
- writeField(Field, Object, Object) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write an accessible field.
- writeField(Field, Object, Object, boolean) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a field.
- writeField(Object, String, Object) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a public field.
- writeField(Object, String, Object, boolean) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a field.
- writeStaticField(Field, Object) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a public static Field.
- writeStaticField(Field, Object, boolean) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a static Field.
- writeStaticField(Class, String, Object) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a named public static Field.
- writeStaticField(Class, String, Object, boolean) - Static method in class com.comphenix.xp.reflect.FieldUtils
-
Write a named static Field.