Class ComponentDataValue
java.lang.Object
com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<Component>
com.djrapitops.plan.extension.implementation.builder.ComponentDataValue
-
Field Summary
-
Constructor Summary
ConstructorDescriptionComponentDataValue
(Component value, ProviderInformation information) ComponentDataValue
(Supplier<Component> 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
-
Field Details
-
MAX_LENGTH
public static final int MAX_LENGTH- See Also:
-
-
Constructor Details
-
ComponentDataValue
-
ComponentDataValue
-