Uses of Interface
studio.magemonkey.codex.mccore.commands.IFunction
Packages that use IFunction
-
Uses of IFunction in studio.magemonkey.codex.mccore.commands
Constructors in studio.magemonkey.codex.mccore.commands with parameters of type IFunctionModifierConstructorDescriptionConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function) Creates a new command that performs its own action when run but cannot have sub commands.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function, String description) Creates a new command that performs its own action when run but cannot have sub commands.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function, String description, String args) Creates a new command that performs its own action when run but cannot have sub commands.ConfigurableCommand(org.bukkit.plugin.java.JavaPlugin plugin, String key, SenderType senderType, IFunction function, String description, String args, String permission) Creates a new command that performs its own action when run but cannot have sub commands.