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
ConstructorDescriptionExtensionNumberData(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:DescribedExtensionData
Get describing information about the data point.- Specified by:
getDescription
in interfaceDescribedExtensionData
- Returns:
- a
ExtensionDescription
.
-
getFormatType
-
getFormattedValue
-
getRawValue
public long getRawValue()
-