Uses of Interface
net.citizensnpcs.commands.NPCCommandSelector.Callback
Packages that use NPCCommandSelector.Callback
-
Uses of NPCCommandSelector.Callback in net.citizensnpcs.commands
Methods in net.citizensnpcs.commands with parameters of type NPCCommandSelector.CallbackModifier and TypeMethodDescriptionstatic void
NPCCommandSelector.start
(NPCCommandSelector.Callback callback, Conversable player, List<NPC> possible) static void
NPCCommandSelector.startWithCallback
(NPCCommandSelector.Callback callback, NPCRegistry npcRegistry, CommandSender sender, CommandContext args, String raw) Constructors in net.citizensnpcs.commands with parameters of type NPCCommandSelector.CallbackModifierConstructorDescriptionNPCCommandSelector
(NPCCommandSelector.Callback callback, List<NPC> possible)