Package com.djrapitops.plan.data.element
Class InspectContainer
java.lang.Object
com.djrapitops.plan.data.element.InspectContainer
- Direct Known Subclasses:
AnalysisContainer
Deprecated.
PluginData API has been deprecated - see wiki for new API.
Container used to hold data for Player page.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidDeprecated.final voidaddTable(String key, TableContainer table) Deprecated.final voidaddValue(String label, Serializable value) Deprecated.final booleanDeprecated.Check if InspectContainer has only values, and not HTML or Tables.final booleanDeprecated.booleanisEmpty()Deprecated.final StringDeprecated.
-
Field Details
-
values
Deprecated. -
html
Deprecated. -
tables
Deprecated.
-
-
Constructor Details
-
InspectContainer
public InspectContainer()Deprecated.
-
-
Method Details
-
addValue
Deprecated. -
addHtml
Deprecated. -
addTable
Deprecated. -
parseHtml
Deprecated. -
hasOnlyValues
public final boolean hasOnlyValues()Deprecated.Check if InspectContainer has only values, and not HTML or Tables.- Returns:
- true/false
-
isEmpty
public boolean isEmpty()Deprecated. -
hasValues
public final boolean hasValues()Deprecated.
-