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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Deprecated.final void
addTable
(String key, TableContainer table) Deprecated.final void
addValue
(String label, Serializable value) Deprecated.final boolean
Deprecated.Check if InspectContainer has only values, and not HTML or Tables.final boolean
Deprecated.boolean
isEmpty()
Deprecated.final String
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.
-