Class Value
java.lang.Object
xericker.arenalegends.gameplay.augment.value.Value
-
Constructor Summary
ConstructorsConstructorDescriptionValue(String defaultValue, AugmentNumber valueFormat) Value(String defaultValue, AugmentNumber valueFormat, AugmentTime timeFormat) Value(String defaultValue, AugmentTime timeFormat) -
Method Summary
Modifier and TypeMethodDescriptiondoubledValue()floatfValue()@NotNull ObjectintiValue()longlValue()voidsetCachedName(String cachedName) voidsetCachedValue(Object cachedValue) sValue()
-
Constructor Details
-
Value
-
Value
-
Value
-
Value
-
Value
-
-
Method Details
-
getFieldName
-
getDefaultValue
-
getValueFormat
-
getTimeFormat
-
getCachedName
-
setCachedName
-
getCachedValue
-
setCachedValue
-
sValue
-
iValue
public int iValue() -
lValue
public long lValue() -
dValue
public double dValue() -
fValue
public float fValue()
-