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.voidCommandAPIHandler.onLoad(CommandAPIConfig<?> config) voidCommandAPIPlatform.onLoad(CommandAPIConfig<?> config) Platform-specific stuff that should happen when the CommandAPI is loaded, such as checking dependencies and initializing helper classes.Constructors in dev.jorel.commandapi with parameters of type CommandAPIConfigModifierConstructorDescriptionInternalConfig(CommandAPIConfig<?> config) Creates anInternalConfigfrom aCommandAPIConfig