Uses of Interface
com.mclds.plugins.customplugin.registry.CommandRegistry.CommandTester
Packages that use CommandRegistry.CommandTester
Package
Description
-
Uses of CommandRegistry.CommandTester in com.mclds.plugins.customplugin.plugins
Constructors in com.mclds.plugins.customplugin.plugins with parameters of type CommandRegistry.CommandTesterModifierConstructorDescriptionTranslatePlugin(CommandRegistry.CommandTester tester, org.bukkit.plugin.java.JavaPlugin javaPlugin) -
Uses of CommandRegistry.CommandTester in com.mclds.plugins.customplugin.registry
Methods in com.mclds.plugins.customplugin.registry with parameters of type CommandRegistry.CommandTesterModifier and TypeMethodDescriptionCommandRegistry.add(@Nullable CommandRegistry.CommandTester tester, RegistrableCommand... registrableCommands) -
Uses of CommandRegistry.CommandTester in com.mclds.plugins.gui
Constructors in com.mclds.plugins.gui with parameters of type CommandRegistry.CommandTesterModifierConstructorDescriptionGuiPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester) -
Uses of CommandRegistry.CommandTester in com.mclds.plugins.realm
Constructors in com.mclds.plugins.realm with parameters of type CommandRegistry.CommandTesterModifierConstructorDescriptionRealmPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester, RealmDataHandler realmDataHandler) -
Uses of CommandRegistry.CommandTester in com.mclds.plugins.scriptengin
Constructors in com.mclds.plugins.scriptengin with parameters of type CommandRegistry.CommandTesterModifierConstructorDescriptionScriptEnginPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester, @Nullable BiConsumer<ScriptEnginPlugin, org.graalvm.polyglot.Context> extraJsContextConsumer) -
Uses of CommandRegistry.CommandTester in com.mclds.plugins.server.plugins.common
Constructors in com.mclds.plugins.server.plugins.common with parameters of type CommandRegistry.CommandTesterModifierConstructorDescriptionImageRendererPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester) LootPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester) RewardPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester, RewardPlugin.RewardDataHandler rewardDataHandler) -
Uses of CommandRegistry.CommandTester in com.mclds.plugins.server.plugins.multiworld
Constructors in com.mclds.plugins.server.plugins.multiworld with parameters of type CommandRegistry.CommandTesterModifierConstructorDescriptionMultiWorldPlugin(org.bukkit.plugin.java.JavaPlugin javaPlugin, CommandRegistry.CommandTester tester)