Uses of Interface
com.imaginarycode.minecraft.redisbungee.api.RedisBungeePlugin
Packages that use RedisBungeePlugin
Package
Description
- 
Uses of RedisBungeePlugin in com.imaginarycode.minecraft.redisbungee
Fields in com.imaginarycode.minecraft.redisbungee declared as RedisBungeePluginModifier and TypeFieldDescriptionprotected final RedisBungeePlugin<?>AbstractRedisBungeeAPI.pluginConstructors in com.imaginarycode.minecraft.redisbungee with parameters of type RedisBungeePlugin - 
Uses of RedisBungeePlugin in com.imaginarycode.minecraft.redisbungee.api
Fields in com.imaginarycode.minecraft.redisbungee.api declared as RedisBungeePluginModifier and TypeFieldDescriptionprotected final RedisBungeePlugin<P>PlayerDataManager.pluginprotected final RedisBungeePlugin<?>ProxyDataManager.pluginConstructors in com.imaginarycode.minecraft.redisbungee.api with parameters of type RedisBungeePluginModifierConstructorDescriptionPlayerDataManager(RedisBungeePlugin<P> plugin) ProxyDataManager(RedisBungeePlugin<?> plugin)  - 
Uses of RedisBungeePlugin in com.imaginarycode.minecraft.redisbungee.api.config.loaders
Methods in com.imaginarycode.minecraft.redisbungee.api.config.loaders with parameters of type RedisBungeePluginModifier and TypeMethodDescriptiondefault voidConfigLoader.loadConfig(RedisBungeePlugin<?> plugin, Path dataFolder) default voidLangConfigLoader.loadLangConfig(RedisBungeePlugin<?> plugin, Path dataFolder)  - 
Uses of RedisBungeePlugin in com.imaginarycode.minecraft.redisbungee.api.tasks
Constructors in com.imaginarycode.minecraft.redisbungee.api.tasks with parameters of type RedisBungeePluginModifierConstructorDescriptionRedisPipelineTask(RedisBungeePlugin<?> plugin) RedisTask(RedisBungeePlugin<?> plugin) UUIDCleanupTask(RedisBungeePlugin<?> plugin)  - 
Uses of RedisBungeePlugin in com.imaginarycode.minecraft.redisbungee.api.util
Methods in com.imaginarycode.minecraft.redisbungee.api.util with parameters of type RedisBungeePluginModifier and TypeMethodDescriptionstatic voidInitialUtils.checkRedisVersion(RedisBungeePlugin<?> plugin)  - 
Uses of RedisBungeePlugin in com.imaginarycode.minecraft.redisbungee.api.util.uuid
Constructors in com.imaginarycode.minecraft.redisbungee.api.util.uuid with parameters of type RedisBungeePlugin