Class ExtensionNumberData
java.lang.Object
com.djrapitops.plan.extension.implementation.results.ExtensionNumberData
- All Implemented Interfaces:
DescribedExtensionData
Represents double data returned by a DoubleProvider or PercentageProvider method.
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionNumberData(ExtensionDescription description, FormatType formatType, long value) -
Method Summary
Modifier and TypeMethodDescriptionGet describing information about the data point.getFormattedValue(Formatter<Long> formatter) long
-
Constructor Details
-
ExtensionNumberData
-
-
Method Details
-
getDescription
Description copied from interface:DescribedExtensionDataGet describing information about the data point.- Specified by:
getDescriptionin interfaceDescribedExtensionData- Returns:
- a
ExtensionDescription.
-
getFormatType
-
getFormattedValue
-
getRawValue
public long getRawValue()
-