Uses of Interface
dev.jorel.commandapi.wrappers.PreviewableFunction
Packages that use PreviewableFunction
Package
Description
Classes to be used as arguments for commands
-
Uses of PreviewableFunction in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return types with arguments of type PreviewableFunctionModifier and TypeMethodDescriptionCommandAPIHandler.lookupPreviewable(List<String> path) Looks up the function to generate a chat preview for a path of nodes in the command tree. -
Uses of PreviewableFunction in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return types with arguments of type PreviewableFunctionMethods in dev.jorel.commandapi.arguments with parameters of type PreviewableFunctionModifier and TypeMethodDescriptionPreviewable.withPreview(PreviewableFunction<A> preview) Sets thePreviewableFunctionfor this argument.