Uses of Class
dev.jorel.commandapi.wrappers.FunctionWrapper
Packages that use FunctionWrapper
Package
Description
Classes to be used as arguments for commands
Classes that access the NMS framework
Classes that are wrappers for various vanilla-related command features
-
Uses of FunctionWrapper in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return FunctionWrapperModifier and TypeMethodDescription<CommandListenerWrapper>
FunctionWrapper[]FunctionArgument.parseArgument(NMS<CommandListenerWrapper> nms, com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, Object[] previousArgs) -
Uses of FunctionWrapper in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return FunctionWrapperModifier and TypeMethodDescriptionNMS.getFunction(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key) -
Uses of FunctionWrapper in dev.jorel.commandapi.wrappers
Methods in dev.jorel.commandapi.wrappers that return FunctionWrapperModifier and TypeMethodDescriptionstatic FunctionWrapperFunctionWrapper.fromSimpleFunctionWrapper(SimpleFunctionWrapper wrapper, Object commandListenerWrapper, Function<org.bukkit.entity.Entity, Object> mapper) Converts a SimpleFunctionWrapper into a FunctionWrapper