CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.wrappers.FunctionWrapper Member List

This is the complete list of members for dev.jorel.commandapi.wrappers.FunctionWrapper, including all inherited members.

fromSimpleFunctionWrapper(SimpleFunctionWrapper wrapper, Object commandListenerWrapper, Function< Entity, Object > mapper)dev.jorel.commandapi.wrappers.FunctionWrapperstatic
FunctionWrapper(NamespacedKey minecraftKey, @SuppressWarnings("rawtypes") ToIntFunction invoker, Object clwArgB, Function< Entity, Object > mapper, String[] internalCommands)dev.jorel.commandapi.wrappers.FunctionWrapper
getCommands()dev.jorel.commandapi.wrappers.SimpleFunctionWrapper
getFunction(NamespacedKey key)dev.jorel.commandapi.wrappers.SimpleFunctionWrapperstatic
getFunctions()dev.jorel.commandapi.wrappers.SimpleFunctionWrapperstatic
getKey()dev.jorel.commandapi.wrappers.SimpleFunctionWrapper
getTag(NamespacedKey key)dev.jorel.commandapi.wrappers.SimpleFunctionWrapperstatic
getTags()dev.jorel.commandapi.wrappers.SimpleFunctionWrapperstatic
run()dev.jorel.commandapi.wrappers.FunctionWrapper
dev::jorel::commandapi::wrappers::SimpleFunctionWrapper.run(CommandSender sender)dev.jorel.commandapi.wrappers.SimpleFunctionWrapper
runAs(Entity e)dev.jorel.commandapi.wrappers.FunctionWrapper
SimpleFunctionWrapper(NamespacedKey minecraftKey, @SuppressWarnings("rawtypes") ToIntFunction invoker, String[] internalCommands)dev.jorel.commandapi.wrappers.SimpleFunctionWrapper