Class BuiltDataValue<T>
java.lang.Object
com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<T>
- All Implemented Interfaces:
DataValue<T>
- Direct Known Subclasses:
BooleanDataValue
,ComponentDataValue
,DoubleDataValue
,GroupsDataValue
,NumberDataValue
,StringDataValue
,TableDataValue
-
Constructor Summary
ModifierConstructorDescriptionprotected
BuiltDataValue
(Supplier<T> supplier, ProviderInformation information) protected
BuiltDataValue
(T value, ProviderInformation information) -
Method Summary
Modifier and TypeMethodDescriptionboolean
<M> M
getInformation
(Class<M> ofType) getValue()
int
hashCode()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.djrapitops.plan.extension.builder.DataValue
getMetadata
-
Constructor Details
-
BuiltDataValue
-
BuiltDataValue
-
-
Method Details