Class RedisBungeeConfiguration
java.lang.Object
com.imaginarycode.minecraft.redisbungee.api.config.RedisBungeeConfiguration
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record - 
Constructor Summary
ConstructorsConstructorDescriptionRedisBungeeConfiguration(String networkId, String proxyId, List<String> exemptAddresses, boolean kickWhenOnline, boolean handleReconnectToLastServer, boolean handleMotd, RedisBungeeConfiguration.CommandsConfiguration commandsConfiguration)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean 
- 
Constructor Details
- 
RedisBungeeConfiguration
public RedisBungeeConfiguration(String networkId, String proxyId, List<String> exemptAddresses, boolean kickWhenOnline, boolean handleReconnectToLastServer, boolean handleMotd, RedisBungeeConfiguration.CommandsConfiguration commandsConfiguration)  
 - 
 - 
Method Details
- 
getProxyId
 - 
getExemptAddresses
 - 
kickWhenOnline
public boolean kickWhenOnline() - 
handleMotd
public boolean handleMotd() - 
handleReconnectToLastServer
public boolean handleReconnectToLastServer() - 
commandsConfiguration
 - 
networkId
 
 -