Uses of Interface
dev.jorel.commandapi.wrappers.PreviewableFunction
Packages that use PreviewableFunction
Package
Description
Classes to be used as arguments for commands
Classes that are wrappers for various vanilla-related command features
-
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 PreviewableFunctionModifier and TypeMethodDescriptionOptional<PreviewableFunction<net.kyori.adventure.text.Component>>AdventureChatArgument.getPreview()Optional<PreviewableFunction<net.md_5.bungee.api.chat.BaseComponent[]>>ChatArgument.getPreview()IPreviewable.getPreview()Methods in dev.jorel.commandapi.arguments with parameters of type PreviewableFunctionModifier and TypeMethodDescriptionAdventureChatArgument.withPreview(PreviewableFunction<net.kyori.adventure.text.Component> preview) ChatArgument.withPreview(PreviewableFunction<net.md_5.bungee.api.chat.BaseComponent[]> preview) IPreviewable.withPreview(PreviewableFunction<A> preview) Sets thePreviewableFunctionfor this argument. -
Uses of PreviewableFunction in dev.jorel.commandapi.wrappers
Subinterfaces of PreviewableFunction in dev.jorel.commandapi.wrappers