A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractNpcAPI - Class in noppes.npcs.api
This object stores functions available to all scripting handlers through the "API" keyword.
AbstractNpcAPI() - Constructor for class noppes.npcs.api.AbstractNpcAPI
 
add(double, double, double) - Method in class net.minecraft.util.math.BlockPos
Add the given coordinates to the coordinates of this BlockPos
add(double, double, double) - Method in interface noppes.npcs.api.IPos
Adds the IPos' coordinates by each of the parameters given.
add(int, int, int) - Method in class net.minecraft.util.math.BlockPos
Add the given coordinates to the coordinates of this BlockPos
add(int, ISkinOverlay) - Method in interface noppes.npcs.api.handler.IOverlayHandler
 
add(Vec3i) - Method in class net.minecraft.util.math.BlockPos
Add the given Vector to this BlockPos
add(IPos) - Method in interface noppes.npcs.api.IPos
Directly adds the coordinates of two IPos objects and returns the resulting IPos sum.
addAliases(String...) - Method in interface noppes.npcs.api.ICommand
 
addAnvilRecipe(String, boolean, ItemStack, ItemStack, int, float) - Method in interface noppes.npcs.api.handler.IRecipeHandler
 
addBonusAttribute(String, String, String, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Adds a bonus attribute for the specified stat.
addBonusAttribute(String, String, String, double, boolean) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Adds a bonus attribute for the specified stat.
addButton(int, String, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a button to the GUI.
addButton(int, String, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a button to the GUI with a specified size.
addConditionalTask(String, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
Convenience: create & enqueue a conditional task that re-checks forever.
addConditionalTask(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.IActionManager
Convenience: create & enqueue a conditional task that gives up after maxChecks.
addData(String, Object) - Method in interface noppes.npcs.api.handler.data.IAction
Store arbitrary per-action data.
addDaysLeft(int) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
addEnchant(int, int) - Method in interface noppes.npcs.api.item.IItemStack
Adds an enchantment to the item.
addEnemyFaction(IFaction) - Method in interface noppes.npcs.api.handler.data.IFaction
 
addFactionPoints(int, int) - Method in interface noppes.npcs.api.entity.IPlayer
 
addFrame(int, IFrame) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
addFrame(IFrame) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
addGlobalObject(String, Object) - Method in class noppes.npcs.api.AbstractNpcAPI
 
addImage(int, IDialogImage) - Method in interface noppes.npcs.api.handler.data.IDialog
 
addItemSlot(int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Deprecated.
Use addItemSlot(int, int, IItemStack) with an ID instead.
addItemSlot(int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds an item slot component to the GUI.
addItemSlot(int, int, int, IItemStack) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds an item slot component with an initial item stack.
addItemSlot(int, int, IItemStack) - Method in interface noppes.npcs.api.gui.ICustomGui
Deprecated.
Use addItemSlot(int, int, IItemStack) with an ID instead.
addKey(int, V) - Method in class net.minecraft.util.math.IntHashMap
Adds a key and associated value to this map
addLabel(int, String, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a label component to the GUI.
addLabel(int, String, int, int, int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
addLabel(int, String, int, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a label component with a specified text color.
addLabel(int, String, int, int, int, int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
addLine(int, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a line component with default thickness.
addLine(int, int, int, int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
addLine(int, int, int, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a line component to the GUI.
addLine(int, int, int, int, int, int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
addLocation(String) - Method in interface noppes.npcs.api.handler.data.ITransportCategory
 
addMagic(int, float, float) - Method in interface noppes.npcs.api.handler.data.IMagicData
 
addMagicToCycle(int, int, int, int) - Method in interface noppes.npcs.api.handler.IMagicHandler
Adds a magic to a specific cycle with ordering details.
addMail(IPlayerMail) - Method in interface noppes.npcs.api.handler.IPlayerMailData
 
addObjective(String, String) - Method in interface noppes.npcs.api.scoreboard.IScoreboard
 
addOtherFormMastery(String, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Adds to the mastery value for a non-racial (other) form.
addPart(IFramePart) - Method in interface noppes.npcs.api.handler.data.IFrame
 
addPlayer(String) - Method in interface noppes.npcs.api.handler.data.IParty
 
addPlayer(String) - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
 
addPlayer(IPlayer) - Method in interface noppes.npcs.api.handler.data.IParty
 
addPlayer(IPlayer) - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
 
addPoints(int, int) - Method in interface noppes.npcs.api.handler.IPlayerFactionData
 
addPotionEffect(int, int, int, boolean) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Applies a potion effect to the entity.
addRacialFormMastery(byte, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Adds to the mastery value for a specific racial form.
addRecipe(String, boolean, ItemStack, int, int, ItemStack...) - Method in interface noppes.npcs.api.handler.IRecipeHandler
 
addRecipe(String, boolean, ItemStack, Object...) - Method in interface noppes.npcs.api.handler.IRecipeHandler
 
addScroll(int, int, int, int, int, String[]) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a scroll component to the GUI.
addSingleTask(String, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
Convenience: create & enqueue a task that will fire exactly once after the given delay, and then auto-complete.
addSingleTask(String, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
Same as above, but fires immediately (no delay).
addSpawn(INaturalSpawn) - Method in interface noppes.npcs.api.handler.INaturalSpawnsHandler
 
addTask(String, int, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
Convenience: create and enqueue a normal repeating task.
addTeam(String) - Method in interface noppes.npcs.api.scoreboard.IScoreboard
 
addTextField(int, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a text field component to the GUI.
addTexturedButton(int, String, int, int, int, int, String) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a textured button to the GUI.
addTexturedButton(int, String, int, int, int, int, String, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a textured button with texture offset.
addTexturedRect(int, String, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a textured rectangle component to the GUI.
addTexturedRect(int, String, int, int, int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
addTexturedRect(int, String, int, int, int, int, int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Adds a textured rectangle component with texture offset.
addTexturedRect(int, String, int, int, int, int, int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
addToBonusAttribute(String, String, String, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Increases an existing bonus attribute for the specified stat.
addTransport(int) - Method in interface noppes.npcs.api.handler.IPlayerTransportData
 
addTransport(ITransportLocation) - Method in interface noppes.npcs.api.handler.IPlayerTransportData
 
after(int, String, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IActionChain
 
after(int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
 
after(int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IActionChain
 
after(String, int, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
 
after(String, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
 
after(String, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
 
after(String, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
 
after(Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(IConditionalAction) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
after(IAction) - Method in interface noppes.npcs.api.handler.data.IAction
Enqueue another action immediately after this one.
aimWhileShooting(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Deprecated.
airSpawnPassed() - Method in interface noppes.npcs.api.event.ICustomNPCsEvent.CNPCNaturalSpawnEvent
 
allowLeashing() - Method in interface noppes.npcs.api.entity.IEntityLiving
 
animalSpawnPassed() - Method in interface noppes.npcs.api.event.ICustomNPCsEvent.CNPCNaturalSpawnEvent
 
applyEffect(IPlayer, int, int, byte) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
Applies the effect with the specified ID to the player.
applyEffect(IPlayer, int, int, byte, int) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
Applies the effect with the specified ID and index to the player.
applyEffect(IPlayer, ICustomEffect, int, byte) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
Applies the specified custom effect to the player.
applyEffect(IPlayer, ICustomEffect, int, byte, int) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
Applies the specified custom effect (with the given index) to the player.
areAllPlayersAsleep() - Method in interface noppes.npcs.api.IWorld
 
areForgeScriptsEnabled() - Method in class noppes.npcs.api.AbstractNpcAPI
 
areGlobalNPCScriptsEnabled() - Method in class noppes.npcs.api.AbstractNpcAPI
 
arePlayerScriptsEnabled() - Method in class noppes.npcs.api.AbstractNpcAPI
 
attackCreepers() - Method in interface noppes.npcs.api.jobs.IJobGuard
 
attackCreepers(boolean) - Method in interface noppes.npcs.api.jobs.IJobGuard
 
attackedByMobs() - Method in interface noppes.npcs.api.handler.data.IFaction
 
attackHostileMobs() - Method in interface noppes.npcs.api.jobs.IJobGuard
 
attackHostileMobs(boolean) - Method in interface noppes.npcs.api.jobs.IJobGuard
 
attacksAnimals() - Method in interface noppes.npcs.api.jobs.IJobGuard
 
attacksAnimals(boolean) - Method in interface noppes.npcs.api.jobs.IJobGuard
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages