Uses of Enum Class
com.imaginarycode.minecraft.redisbungee.api.RedisBungeeMode
Packages that use RedisBungeeMode
Package
Description
- 
Uses of RedisBungeeMode in com.imaginarycode.minecraft.redisbungee
Methods in com.imaginarycode.minecraft.redisbungee that return RedisBungeeModeModifier and TypeMethodDescriptionAbstractRedisBungeeAPI.getMode()shows what mode is RedisBungee is on Basically what every redis mode is used like cluster or single instance. - 
Uses of RedisBungeeMode in com.imaginarycode.minecraft.redisbungee.api
Methods in com.imaginarycode.minecraft.redisbungee.api that return RedisBungeeModeModifier and TypeMethodDescriptionRedisBungeePlugin.getRedisBungeeMode()static RedisBungeeModeReturns the enum constant of this class with the specified name.static RedisBungeeMode[]RedisBungeeMode.values()Returns an array containing the constants of this enum class, in the order they are declared. - 
Uses of RedisBungeeMode in com.imaginarycode.minecraft.redisbungee.api.config.loaders
Methods in com.imaginarycode.minecraft.redisbungee.api.config.loaders with parameters of type RedisBungeeModeModifier and TypeMethodDescriptionvoidConfigLoader.onConfigLoad(RedisBungeeConfiguration configuration, Summoner<?> summoner, RedisBungeeMode mode)  - 
Uses of RedisBungeeMode in com.imaginarycode.minecraft.redisbungee.api.tasks
Fields in com.imaginarycode.minecraft.redisbungee.api.tasks declared as RedisBungeeMode