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 TypeMethodDescriptionvoid
CommandManager.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 TypeMethodDescriptionvoid
NPCCommands.activationrange
(CommandContext args, CommandSender sender, NPC npc, Integer range) void
NPCCommands.aggressive
(CommandContext args, CommandSender sender, NPC npc, Boolean aggressive) void
NPCCommands.ai
(CommandContext args, CommandSender sender, NPC npc, Boolean explicit) void
TemplateCommands.apply
(CommandContext args, CommandSender sender, NPC npc, String templateKey) void
NPCCommands.attribute
(CommandContext args, CommandSender sender, NPC npc, String attribute, Double value) void
NPCCommands.attribute
(CommandContext args, CommandSender sender, NPC npc, String attribute, Double value) void
NPCCommands.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) void
NPCCommands.entitypose
(CommandContext args, CommandSender sender, NPC npc, EntityPoseTrait.EntityPose pose) void
NPCCommands.flyable
(CommandContext args, CommandSender sender, NPC npc, Boolean explicit) void
NPCCommands.gamemode
(CommandContext args, CommandSender sender, NPC npc, GameMode mode) void
TemplateCommands.generate
(CommandContext args, CommandSender sender, NPC npc, String templateName) void
NPCCommands.hologram
(CommandContext args, CommandSender sender, NPC npc, String action, String secondCompletion, Duration duration) void
NPCCommands.hologram
(CommandContext args, CommandSender sender, NPC npc, String action, String secondCompletion, Duration duration) void
NPCCommands.inventory
(CommandContext args, CommandSender sender, NPC npc, Player player) void
NPCCommands.item
(CommandContext args, CommandSender sender, NPC npc, ItemStack item) void
NPCCommands.metadata
(CommandContext args, CommandSender sender, NPC npc, String command, NPC.Metadata enumKey) void
NPCCommands.metadata
(CommandContext args, CommandSender sender, NPC npc, String command, NPC.Metadata enumKey) void
NPCCommands.pathto
(CommandContext args, CommandSender sender, NPC npc, String option, Double margin) void
NPCCommands.playeranimate
(CommandContext args, CommandSender sender, NPC npc, PlayerAnimation animation) void
NPCCommands.playsound
(CommandContext args, CommandSender sender, NPC npc, String sound, Float volume, Float pitch, Location at) void
NPCCommands.playsound
(CommandContext args, CommandSender sender, NPC npc, String sound, Float volume, Float pitch, Location at) void
NPCCommands.playsound
(CommandContext args, CommandSender sender, NPC npc, String sound, Float volume, Float pitch, Location at) void
NPCCommands.rabbitType
(CommandContext args, CommandSender sender, NPC npc, Rabbit.Type type) void
NPCCommands.remove
(CommandContext args, CommandSender sender, NPC npc, String owner, UUID eid, String world, String action) void
NPCCommands.respawn
(CommandContext args, CommandSender sender, NPC npc, Duration delay) void
NPCCommands.rotationsettings
(CommandContext args, CommandSender sender, NPC npc, String type, Boolean linkBody, Boolean headOnly, Float maxPitchPerTick, Float maxYawPerTick, float[] pitchRange, float[] yawRange) void
NPCCommands.scaledhealth
(CommandContext args, CommandSender sender, NPC npc, Double scaled) void
NPCCommands.setequipment
(CommandContext args, CommandSender sender, NPC npc, Equipment.EquipmentSlot slot, ItemStack item) void
NPCCommands.setequipment
(CommandContext args, CommandSender sender, NPC npc, Equipment.EquipmentSlot slot, ItemStack item) void
NPCCommands.shop
(CommandContext args, Player sender, NPC npc, String action) void
NPCCommands.target
(CommandContext args, CommandSender sender, NPC npc, Player player) void
NPCCommands.trackingrange
(CommandContext args, CommandSender sender, NPC npc, Integer range) void
NPCCommands.type
(CommandContext args, CommandSender sender, NPC npc, EntityType type) void
NPCCommands.undo
(CommandContext args, CommandSender sender, NPC npc, String action) void
NPCCommands.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 void
PotionEffectsTrait.potioneffect
(CommandContext args, CommandSender sender, NPC npc, String operation, Integer duration, String name, Integer amplifier, PotionEffectType type, Boolean icon, Boolean ambient, Boolean particles) static void
WardenTrait.warden
(CommandContext args, CommandSender sender, NPC npc, String command, String player, Integer anger) static void
WardenTrait.warden
(CommandContext args, CommandSender sender, NPC npc, String command, String player, Integer anger) static void
WardenTrait.warden
(CommandContext args, CommandSender sender, NPC npc, String command, String player, Integer anger)