Class CommonModule
java.lang.Object
org.geysermc.floodgate.core.module.CommonModule
-
Constructor Details
-
CommonModule
public CommonModule()
-
-
Method Details
-
commonPool
-
commonScheduledPool
@Bean(preDestroy="shutdown") @Singleton @Named("commonScheduledPool") public ScheduledExecutorService commonScheduledPool() -
dataDirectory
-
keyProducer
@Bean @Singleton public org.geysermc.floodgate.crypto.KeyProducer keyProducer() -
cipher
@Bean @Singleton public org.geysermc.floodgate.crypto.FloodgateCipher cipher() -
gitBranch
-
buildNumber
@Bean @Singleton @Named("buildNumber") public int buildNumber() -
kickMessageAttribute
@Bean @Singleton @Named("kickMessageAttribute") public io.netty.util.AttributeKey<String> kickMessageAttribute() -
playerAttribute
@Bean @Singleton @Named("playerAttribute") public io.netty.util.AttributeKey<org.geysermc.floodgate.api.player.FloodgatePlayer> playerAttribute()
-