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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.final StringDeprecated.abstract InspectContainergetPlayerData(UUID uuid, InspectContainer fillThis) Deprecated.abstract AnalysisContainergetServerData(Collection<UUID> uuids, AnalysisContainer fillThis) Deprecated.final ContainerSizegetSize()Deprecated.final StringDeprecated.final StringgetWithIcon(String text, Icon icon) Deprecated.final StringgetWithIcon(String text, Icon.Builder builder) Deprecated.final StringgetWithIcon(String text, String icon) Deprecated.UsegetWithIcon(String, Icon)insteadfinal StringgetWithIcon(String text, String icon, String color) Deprecated.UsegetWithIcon(String, Icon)insteadinthashCode()Deprecated.final StringDeprecated.final voidsetAnalysisData(AnalysisContainer analysisData) Deprecated.protected final voidsetHelpText(String html) Deprecated.protected final voidsetIconColor(String iconColor) Deprecated.UsesetPluginIcon(Icon)insteadprotected final voidsetPluginIcon(Icon pluginIcon) Deprecated.protected final voidsetPluginIcon(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.
-