Package com.djrapitops.plan.data.plugin
Class PluginData
java.lang.Object
com.djrapitops.plan.data.plugin.PluginData
Deprecated.
PluginData API has been deprecated - see https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API 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.Deprecated.abstract InspectContainer
getPlayerData(UUID uuid, InspectContainer fillThis)
Deprecated.abstract AnalysisContainer
getServerData(Collection<UUID> uuids, AnalysisContainer fillThis)
Deprecated.getSize()
Deprecated.Deprecated.getWithIcon(String text, Icon icon)
Deprecated.getWithIcon(String text, Icon.Builder builder)
Deprecated.getWithIcon(String text, String icon)
Deprecated.UsegetWithIcon(String, Icon)
insteadgetWithIcon(String text, String icon, String color)
Deprecated.UsegetWithIcon(String, Icon)
insteadint
hashCode()
Deprecated.Deprecated.void
setAnalysisData(AnalysisContainer analysisData)
Deprecated.protected void
setHelpText(String html)
Deprecated.protected void
setIconColor(String iconColor)
Deprecated.UsesetPluginIcon(Icon)
insteadprotected void
setPluginIcon(Icon pluginIcon)
Deprecated.protected 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 ExceptionDeprecated.- Throws:
Exception
-
getServerData
public abstract AnalysisContainer getServerData(Collection<UUID> uuids, AnalysisContainer fillThis) throws ExceptionDeprecated.- 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.
-