Uses of Record Class
com.imaginarycode.minecraft.redisbungee.api.config.RedisBungeeConfiguration.LegacySubCommandsConfiguration
Packages that use RedisBungeeConfiguration.LegacySubCommandsConfiguration
-
Uses of RedisBungeeConfiguration.LegacySubCommandsConfiguration in com.imaginarycode.minecraft.redisbungee.api.config
Methods in com.imaginarycode.minecraft.redisbungee.api.config that return RedisBungeeConfiguration.LegacySubCommandsConfigurationModifier and TypeMethodDescriptionRedisBungeeConfiguration.CommandsConfiguration.legacySubCommandsConfiguration()
Returns the value of thelegacySubCommandsConfiguration
record component.Constructors in com.imaginarycode.minecraft.redisbungee.api.config with parameters of type RedisBungeeConfiguration.LegacySubCommandsConfigurationModifierConstructorDescriptionCommandsConfiguration
(boolean redisbungeeEnabled, boolean redisbungeeLegacyEnabled, RedisBungeeConfiguration.LegacySubCommandsConfiguration legacySubCommandsConfiguration) Creates an instance of aCommandsConfiguration
record class.