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
ConstructorsModifierConstructorDescriptionprotectedBuiltDataValue(Supplier<T> supplier, ProviderInformation information) protectedBuiltDataValue(T value, ProviderInformation information) -
Method Summary
Modifier and TypeMethodDescriptionboolean<M> MgetInformation(Class<M> ofType) getValue()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.djrapitops.plan.extension.builder.DataValue
getMetadata
-
Constructor Details
-
BuiltDataValue
-
BuiltDataValue
-
-
Method Details