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 https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API for new API.
Container used to hold data for Player page.
- See Also:
TableContainer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
addTable(String key, TableContainer table)
Deprecated.void
addValue(String label, Serializable value)
Deprecated.boolean
Deprecated.Check if InspectContainer has only values, and not HTML or Tables.boolean
Deprecated.boolean
isEmpty()
Deprecated.Deprecated.
-
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.
-