Class DataValueGatherer
- java.lang.Object
-
- com.djrapitops.plan.extension.implementation.providers.gathering.DataValueGatherer
-
public class DataValueGatherer extends java.lang.Object
Object that can be called to place data about players to the database.
-
-
Constructor Summary
Constructors Constructor Description DataValueGatherer(ExtensionWrapper extension, DBSystem dbSystem, ServerInfo serverInfo, ErrorLogger errorLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPluginName()
boolean
shouldSkipEvent(CallEvents event)
void
storeExtensionInformation()
void
updateValues()
void
updateValues(java.util.UUID playerUUID, java.lang.String playerName)
-
-
-
Constructor Detail
-
DataValueGatherer
public DataValueGatherer(ExtensionWrapper extension, DBSystem dbSystem, ServerInfo serverInfo, ErrorLogger errorLogger)
-
-
Method Detail
-
shouldSkipEvent
public boolean shouldSkipEvent(CallEvents event)
-
getPluginName
public java.lang.String getPluginName()
-
storeExtensionInformation
public void storeExtensionInformation()
-
updateValues
public void updateValues(java.util.UUID playerUUID, java.lang.String playerName)
-
updateValues
public void updateValues()
-
-