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