Class ExtensionBooleanData
java.lang.Object
com.djrapitops.plan.extension.implementation.results.ExtensionBooleanData
- All Implemented Interfaces:
DescribedExtensionData
Represents boolean data returned by a BooleanProvider method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet describing information about the data point.booleangetValue()
-
Constructor Details
-
ExtensionBooleanData
-
-
Method Details
-
getDescription
Description copied from interface:DescribedExtensionDataGet describing information about the data point.- Specified by:
getDescriptionin interfaceDescribedExtensionData- Returns:
- a
ExtensionDescription.
-
getFormattedValue
-
getValue
public boolean getValue()
-