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.FunctionWrapper | static |
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.SimpleFunctionWrapper | static |
getFunctions() | dev.jorel.commandapi.wrappers.SimpleFunctionWrapper | static |
getKey() | dev.jorel.commandapi.wrappers.SimpleFunctionWrapper | |
getTag(NamespacedKey key) | dev.jorel.commandapi.wrappers.SimpleFunctionWrapper | static |
getTags() | dev.jorel.commandapi.wrappers.SimpleFunctionWrapper | static |
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 | |