Uses of Class
dev.jorel.commandapi.CommandAPIConfig
Packages that use CommandAPIConfig
-
Uses of CommandAPIConfig in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return CommandAPIConfigModifier and TypeMethodDescriptionCommandAPIConfig.dispatcherFile(File file) Specifies the location for the CommandAPI to store the internal representation of Brigadier's command tree.<T> CommandAPIConfigCommandAPIConfig.initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor) Initializes the CommandAPI's implementation of an NBT API.CommandAPIConfig.missingExecutorImplementationMessage(String value) Sets the message to display to users when a command has no executor.CommandAPIConfig.setCustomNMS(NMS<?> customNMS) Internal.CommandAPIConfig.silentLogs(boolean value) Silences all logs (including warnings, but not errors) for the CommandAPI if true.CommandAPIConfig.useLatestNMSVersion(boolean value) Sets whether the CommandAPI should run the latest available version of NMS support, regardless of Minecraft version.CommandAPIConfig.verboseOutput(boolean value) Sets verbose output logging for the CommandAPI if true.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