Package com.djrapitops.plan.data.plugin
Class PluginData
java.lang.Object
com.djrapitops.plan.data.plugin.PluginData
Deprecated.
PluginData API has been deprecated - see wiki for new API.
This is an abstract class that can be used to add data from a plugin to the
"Plugins"-sections of Analysis and Inspect pages.
API-section of documentation has examples on the usage of this class and how to register objects extending this class.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.final String
Deprecated.abstract InspectContainer
getPlayerData
(UUID uuid, InspectContainer fillThis) Deprecated.abstract AnalysisContainer
getServerData
(Collection<UUID> uuids, AnalysisContainer fillThis) Deprecated.final ContainerSize
getSize()
Deprecated.final String
Deprecated.final String
getWithIcon
(String text, Icon icon) Deprecated.final String
getWithIcon
(String text, Icon.Builder builder) Deprecated.final String
getWithIcon
(String text, String icon) Deprecated.UsegetWithIcon(String, Icon)
insteadfinal String
getWithIcon
(String text, String icon, String color) Deprecated.UsegetWithIcon(String, Icon)
insteadint
hashCode()
Deprecated.final String
Deprecated.final void
setAnalysisData
(AnalysisContainer analysisData) Deprecated.protected final void
setHelpText
(String html) Deprecated.protected final void
setIconColor
(String iconColor) Deprecated.UsesetPluginIcon(Icon)
insteadprotected final void
setPluginIcon
(Icon pluginIcon) Deprecated.protected final void
setPluginIcon
(String pluginIcon) Deprecated.UsesetPluginIcon(Icon)
instead
-
Field Details
-
analysisData
Deprecated.
-
-
Constructor Details
-
PluginData
Deprecated.
-
-
Method Details
-
getPlayerData
public abstract InspectContainer getPlayerData(UUID uuid, InspectContainer fillThis) throws Exception Deprecated.- Throws:
Exception
-
getServerData
public abstract AnalysisContainer getServerData(Collection<UUID> uuids, AnalysisContainer fillThis) throws Exception Deprecated.- Throws:
Exception
-
setPluginIcon
Deprecated. -
setPluginIcon
Deprecated.UsesetPluginIcon(Icon)
instead -
setIconColor
Deprecated.UsesetPluginIcon(Icon)
instead -
getHelpText
Deprecated. -
parsePluginIcon
Deprecated. -
getSize
Deprecated. -
getSourcePlugin
Deprecated. -
setHelpText
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
getWithIcon
Deprecated.UsegetWithIcon(String, Icon)
instead -
getWithIcon
Deprecated.UsegetWithIcon(String, Icon)
instead -
getWithIcon
Deprecated. -
getWithIcon
Deprecated. -
setAnalysisData
Deprecated.
-