Class TableDataValue
- java.lang.Object
-
- com.djrapitops.plan.extension.implementation.builder.BuiltDataValue<Table>
-
- com.djrapitops.plan.extension.implementation.builder.TableDataValue
-
public class TableDataValue extends BuiltDataValue<Table>
-
-
Constructor Summary
Constructors Constructor Description TableDataValue(Table value, ProviderInformation information)
TableDataValue(java.util.function.Supplier<Table> 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 Detail
-
TableDataValue
public TableDataValue(Table value, ProviderInformation information)
-
TableDataValue
public TableDataValue(java.util.function.Supplier<Table> supplier, ProviderInformation information)
-
-