Class BooleanDataValue
java.lang.Object
com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<Boolean>
com.djrapitops.plan.extension.implementation.builder.BooleanDataValue
-
Constructor Summary
ConstructorDescriptionBooleanDataValue(Boolean value, ProviderInformation information)
BooleanDataValue(Supplier<Boolean> supplier, ProviderInformation information)
-
Method Summary
Methods inherited from class com.djrapitops.plan.extension.implementation.builder.BuiltDataValue
equals, getInformation, getInformation, getValue, 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
-
BooleanDataValue
-
BooleanDataValue
-