Uses of Class
dev.jorel.commandapi.CommandAPIConfig
Packages that use CommandAPIConfig
-
Uses of CommandAPIConfig in dev.jorel.commandapi
Classes in dev.jorel.commandapi with type parameters of type CommandAPIConfigModifier and TypeClassDescriptionclassCommandAPIConfig<Impl extends CommandAPIConfig<Impl>>A class to contain information about how to configure the CommandAPI during its loading step.Methods in dev.jorel.commandapi with parameters of type CommandAPIConfigModifier and TypeMethodDescriptionstatic voidCommandAPI.onLoad(CommandAPIConfig<?> config) Initializes the CommandAPI for loading.Constructors in dev.jorel.commandapi with parameters of type CommandAPIConfigModifierConstructorDescriptionInternalConfig(CommandAPIConfig<?> config) Creates anInternalConfigfrom aCommandAPIConfig