CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
This is the complete list of members for dev.jorel.commandapi.wrappers.SimpleFunctionWrapper, including all inherited members.
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(CommandSender sender) | dev.jorel.commandapi.wrappers.SimpleFunctionWrapper | |
SimpleFunctionWrapper(NamespacedKey minecraftKey, @SuppressWarnings("rawtypes") ToIntFunction invoker, String[] internalCommands) | dev.jorel.commandapi.wrappers.SimpleFunctionWrapper |