Class ExtensionDoubleData
java.lang.Object
com.djrapitops.plan.extension.implementation.results.ExtensionDoubleData
- All Implemented Interfaces:
DescribedExtensionData
Represents double data returned by a DoubleProvider or PercentageProvider method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet describing information about the data point.getFormattedValue
(Formatter<Double> formatter) double
-
Constructor Details
-
ExtensionDoubleData
-
-
Method Details
-
getDescription
Description copied from interface:DescribedExtensionData
Get describing information about the data point.- Specified by:
getDescription
in interfaceDescribedExtensionData
- Returns:
- a
ExtensionDescription
.
-
getFormattedValue
-
getRawValue
public double getRawValue()
-