Uses of Annotation Type
net.citizensnpcs.api.command.Arg
Packages that use Arg
Package
Description
-
Uses of Arg in net.citizensnpcs.api.command
Methods in net.citizensnpcs.api.command with parameters of type ArgModifier and TypeMethodDescriptionvoidCommandManager.CommandInfo.addArgAnnotation(int idx, Class<?> paramType, Arg arg) -
Uses of Arg in net.citizensnpcs.commands
Method parameters in net.citizensnpcs.commands with annotations of type ArgModifier and TypeMethodDescriptionvoidNPCCommands.activationrange(CommandContext args, CommandSender sender, NPC npc, Integer range) voidNPCCommands.aggressive(CommandContext args, CommandSender sender, NPC npc, Boolean aggressive) voidNPCCommands.ai(CommandContext args, CommandSender sender, NPC npc, Boolean explicit) voidTemplateCommands.apply(CommandContext args, CommandSender sender, NPC npc, String templateKey) voidNPCCommands.attribute(CommandContext args, CommandSender sender, NPC npc, String attribute, Double value) voidNPCCommands.attribute(CommandContext args, CommandSender sender, NPC npc, String attribute, Double value) voidNPCCommands.command(CommandContext args, CommandSender sender, NPC npc, String permissions, Double cost, Integer experienceCost, Duration cooldown, Duration gcooldown, int n, int gn, Duration delay, String action) voidNPCCommands.entitypose(CommandContext args, CommandSender sender, NPC npc, EntityPoseTrait.EntityPose pose) voidNPCCommands.flyable(CommandContext args, CommandSender sender, NPC npc, Boolean explicit) voidNPCCommands.gamemode(CommandContext args, CommandSender sender, NPC npc, GameMode mode) voidTemplateCommands.generate(CommandContext args, CommandSender sender, NPC npc, String templateName) voidNPCCommands.hologram(CommandContext args, CommandSender sender, NPC npc, String action, String secondCompletion, Duration duration) voidNPCCommands.hologram(CommandContext args, CommandSender sender, NPC npc, String action, String secondCompletion, Duration duration) voidNPCCommands.inventory(CommandContext args, CommandSender sender, NPC npc, Player player) voidNPCCommands.item(CommandContext args, CommandSender sender, NPC npc, ItemStack item) voidNPCCommands.metadata(CommandContext args, CommandSender sender, NPC npc, String command, NPC.Metadata enumKey) voidNPCCommands.metadata(CommandContext args, CommandSender sender, NPC npc, String command, NPC.Metadata enumKey) voidNPCCommands.pathto(CommandContext args, CommandSender sender, NPC npc, String option, Double margin) voidNPCCommands.playeranimate(CommandContext args, CommandSender sender, NPC npc, PlayerAnimation animation) voidNPCCommands.playsound(CommandContext args, CommandSender sender, NPC npc, String sound, Float volume, Float pitch, Location at) voidNPCCommands.playsound(CommandContext args, CommandSender sender, NPC npc, String sound, Float volume, Float pitch, Location at) voidNPCCommands.playsound(CommandContext args, CommandSender sender, NPC npc, String sound, Float volume, Float pitch, Location at) voidNPCCommands.rabbitType(CommandContext args, CommandSender sender, NPC npc, Rabbit.Type type) voidNPCCommands.remove(CommandContext args, CommandSender sender, NPC npc, String owner, UUID eid, String world, String action) voidNPCCommands.respawn(CommandContext args, CommandSender sender, NPC npc, Duration delay) voidNPCCommands.rotationsettings(CommandContext args, CommandSender sender, NPC npc, String type, Boolean linkBody, Boolean headOnly, Float maxPitchPerTick, Float maxYawPerTick, float[] pitchRange, float[] yawRange) voidNPCCommands.scaledhealth(CommandContext args, CommandSender sender, NPC npc, Double scaled) voidNPCCommands.setequipment(CommandContext args, CommandSender sender, NPC npc, Equipment.EquipmentSlot slot, ItemStack item) voidNPCCommands.setequipment(CommandContext args, CommandSender sender, NPC npc, Equipment.EquipmentSlot slot, ItemStack item) voidNPCCommands.shop(CommandContext args, Player sender, NPC npc, String action) voidNPCCommands.target(CommandContext args, CommandSender sender, NPC npc, Player player) voidNPCCommands.trackingrange(CommandContext args, CommandSender sender, NPC npc, Integer range) voidNPCCommands.type(CommandContext args, CommandSender sender, NPC npc, EntityType type) voidNPCCommands.undo(CommandContext args, CommandSender sender, NPC npc, String action) voidNPCCommands.wander(CommandContext args, CommandSender sender, NPC npc, String command) -
Uses of Arg in net.citizensnpcs.trait.versioned
Method parameters in net.citizensnpcs.trait.versioned with annotations of type ArgModifier and TypeMethodDescriptionstatic voidPotionEffectsTrait.potioneffect(CommandContext args, CommandSender sender, NPC npc, String operation, Integer duration, String name, Integer amplifier, PotionEffectType type, Boolean icon, Boolean ambient, Boolean particles) static voidWardenTrait.warden(CommandContext args, CommandSender sender, NPC npc, String command, String player, Integer anger) static voidWardenTrait.warden(CommandContext args, CommandSender sender, NPC npc, String command, String player, Integer anger) static voidWardenTrait.warden(CommandContext args, CommandSender sender, NPC npc, String command, String player, Integer anger)