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.plugin
Constructors 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.plugin
protected final RedisBungeePlugin<?>
ProxyDataManager.plugin
Constructors 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 void
ConfigLoader.loadConfig
(RedisBungeePlugin<?> plugin, Path dataFolder) default void
LangConfigLoader.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 void
InitialUtils.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