Uses of Class
dev.jorel.commandapi.wrappers.FunctionWrapper
Packages that use FunctionWrapper
Package
Description
Classes that access the NMS framework
-
Uses of FunctionWrapper in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return FunctionWrapperModifier and TypeMethodDescription<CommandSourceStack>
FunctionWrapper[]FunctionArgument.parseArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> cmdCtx, String key, CommandArguments 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