Uses of Record Class
tech.skworks.tachyon.plugin.core.playerdata.PlayerDataConfig
Packages that use PlayerDataConfig
Package
Description
-
Uses of PlayerDataConfig in tech.skworks.tachyon.plugin.core.playerdata
Methods in tech.skworks.tachyon.plugin.core.playerdata that return PlayerDataConfigModifier and TypeMethodDescriptionstatic PlayerDataConfigPlayerDataConfig.fromFile(@NotNull org.bukkit.configuration.file.FileConfiguration fileConfiguration) -
Uses of PlayerDataConfig in tech.skworks.tachyon.plugin.spigot.config
Methods in tech.skworks.tachyon.plugin.spigot.config that return PlayerDataConfigModifier and TypeMethodDescriptionTachyonConfig.playerDataConfig()Returns the value of theplayerDataConfigrecord component.Constructors in tech.skworks.tachyon.plugin.spigot.config with parameters of type PlayerDataConfigModifierConstructorDescriptionTachyonConfig(String serverName, String grpcHost, int grpcPort, MetricsConfig metricsConfig, AuditConfig auditConfig, PlayerSessionConfig playerSessionConfig, PlayerDataConfig playerDataConfig) Creates an instance of aTachyonConfigrecord class.