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 voidNPCCommandSelector.start(NPCCommandSelector.Callback callback, Conversable player, List<NPC> possible) static voidNPCCommandSelector.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)