Class ComponentDataValue
java.lang.Object
com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<Component>
com.djrapitops.plan.extension.implementation.builder.ComponentDataValue
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponentDataValue(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-