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

S

save() - Method in interface noppes.npcs.api.handler.data.IAnimation
 
save() - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
save() - Method in interface noppes.npcs.api.handler.data.IDialog
 
save() - Method in interface noppes.npcs.api.handler.data.IFaction
 
save() - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
save() - Method in interface noppes.npcs.api.handler.data.IMagic
Saves the current state of the magic.
save() - Method in interface noppes.npcs.api.handler.data.IQuest
 
save() - Method in interface noppes.npcs.api.handler.data.ITag
 
save() - Method in interface noppes.npcs.api.handler.data.ITransportLocation
 
save() - Method in interface noppes.npcs.api.handler.INaturalSpawnsHandler
 
save() - Method in interface noppes.npcs.api.handler.IPlayerData
 
saveAnimation(IAnimation) - Method in interface noppes.npcs.api.handler.IAnimationHandler
 
saveEffect(ICustomEffect) - Method in interface noppes.npcs.api.handler.ICustomEffectHandler
Persists the given custom effect.
saveSlotData(IPlayer) - Method in interface noppes.npcs.api.handler.IProfileHandler
 
say(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Makes the NPC broadcast a message.
say(IPlayer, String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Makes the NPC send a message to a specific player.
scheduleAction(String, int, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
scheduleAction(String, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
Schedule a conditional action that gives up after at most maxChecks attempts.
scheduleAction(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.IActionManager
Schedule a conditional action that gives up after at most maxChecks attempts.
scheduleAction(String, Supplier<Boolean>, Consumer<IAction>, Supplier<Boolean>, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.IActionManager
Schedule a conditional action that gives up after at most maxChecks attempts.
scheduleAction(IConditionalAction) - Method in interface noppes.npcs.api.handler.IActionManager
 
scheduleAction(IAction) - Method in interface noppes.npcs.api.handler.IActionManager
Schedule an existing action for execution.
scheduleActionAt(int, IAction) - Method in interface noppes.npcs.api.handler.IActionManager
Insert an action at a specific position in the queue.
scheduleParallelAction(IAction) - Method in interface noppes.npcs.api.handler.IActionManager
 
sendMessage(String) - Method in interface noppes.npcs.api.entity.IPlayer
Sends a chat message to the player.
set(double, double, double) - Method in class net.minecraft.util.math.BlockPos.PooledMutableBlockPos
 
set(int, int, int) - Method in class net.minecraft.util.math.BlockPos.PooledMutableBlockPos
 
set(int, String, IEntity) - Method in interface noppes.npcs.api.handler.ICloneHandler
 
set(Vec3i) - Method in class net.minecraft.util.math.BlockPos.PooledMutableBlockPos
 
setAbsorptionAmount(float) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the absorption (extra health) amount.
setAccuracy(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the shooting accuracy.
setAccuracy(int) - Method in interface noppes.npcs.api.entity.IProjectile
Sets the accuracy value for the projectile.
setAge(long) - Method in interface noppes.npcs.api.entity.IEntityItem
Sets the age of the item.
setAggroRange(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the aggro range of the NPC.
setAIMoveSpeed(float) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the AI move speed for the entity.
setAimType(byte) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the Aim Type for an NPC
setAlignment(int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setAlignment(int) - Method in interface noppes.npcs.api.overlay.ICustomOverlayComponent
 
setAllowParty(boolean) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setAlpha(float) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the component's transparency (alpha).
setAlpha(float) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setAlpha(float) - Method in interface noppes.npcs.api.ISkinOverlay
Sets the transparency of the overlay, from 0 to 1.
setAlpha(float) - Method in interface noppes.npcs.api.overlay.ICustomOverlayComponent
 
setAlpha(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
 
setAlwaysRenderNameTag(boolean) - Method in interface noppes.npcs.api.entity.IEntityLiving
Sets whether the entity's name tag is always rendered.
setAmount(int) - Method in interface noppes.npcs.api.IParticle
 
setAnim(int, boolean, int, int) - Method in interface noppes.npcs.api.IParticle
Enables animation on the particle.
setAnimation(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's animation type.
setAnimation(IAnimation) - Method in interface noppes.npcs.api.handler.data.IAnimationData
Sets the current animation.
setArmor(int, IItemStack) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the armor item in the specified slot.
setArmor(int, IItemStack) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the armor piece in the given slot.
setArmorType(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setArmorType(int) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the armor type for the scripted item.
setArmsScale(float, float, float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Deprecated.
setArrowCountInEntity(int) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the number of arrows embedded in the entity.
setArrowResistance(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's arrow resistance.
setAttackedByMobs(boolean) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setAttackFactions(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC will attack members of other factions.
setAttackTarget(IEntityLivingBase) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the attack target for this entity.
setAttemptPosition(IPos) - Method in interface noppes.npcs.api.event.ICustomNPCsEvent.CNPCNaturalSpawnEvent
 
setAttribute(String, double) - Method in interface noppes.npcs.api.item.IItemStack
Sets an attribute on the item using the default MC attribute system.
setAuraColor(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's aura color.
setAuthor(String) - Method in interface noppes.npcs.api.item.IItemBook
 
setAvailability(IAvailability) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
 
setBackgroundTexture(String) - Method in interface noppes.npcs.api.gui.ICustomGui
Sets the background texture resource location for the GUI.
setBiomes(String[]) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
setBlend(boolean) - Method in interface noppes.npcs.api.ISkinOverlay
Sets whether this overlay blends on top of bottom textures at any alpha value.
setBlock(int, int, int, IBlock) - Method in interface noppes.npcs.api.IWorld
 
setBlock(int, int, int, IItemStack) - Method in interface noppes.npcs.api.IWorld
 
setBlock(String) - Method in interface noppes.npcs.api.IBlock
 
setBlock(IBlock) - Method in interface noppes.npcs.api.IBlock
 
setBlock(IPos, IBlock) - Method in interface noppes.npcs.api.IWorld
 
setBlock(IPos, IItemStack) - Method in interface noppes.npcs.api.IWorld
 
setBlockMetadataWithNotify(int, int, int, int, int) - Method in interface noppes.npcs.api.IWorld
 
setBlockMetadataWithNotify(IPos, int, int) - Method in interface noppes.npcs.api.IWorld
 
setBody(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the body value.
setBodyScale(float, float, float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Deprecated.
setBonusAttribute(String, String, String, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets a bonus attribute for the specified stat.
setBoolean(String, boolean) - Method in interface noppes.npcs.api.INbt
 
setBounds(float, float, float, float, float, float) - Method in interface noppes.npcs.api.IBlock
 
setBurning(int) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity on fire for the given number of ticks (20 ticks = 1 second).
setBurstCount(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the number of shots in a burst.
setByte(String, byte) - Method in interface noppes.npcs.api.INbt
 
setByteArray(String, byte[]) - Method in interface noppes.npcs.api.INbt
 
setCanPickUpLoot(boolean) - Method in interface noppes.npcs.api.entity.IEntityLiving
Sets whether the entity can pick up loot.
setCapturedDrops(IEntity<?>[]) - Method in interface noppes.npcs.api.entity.IEntity
Sets the captured drops for this entity.
setCapturesDrops(boolean) - Method in interface noppes.npcs.api.entity.IEntity
Sets whether the entity captures drops.
setClearTarget(boolean) - Method in interface noppes.npcs.api.event.INpcEvent.DamagedEvent
 
setCloakTexture(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's cloak texture.
setCollisionType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's collision type.
setColor(int) - Method in interface noppes.npcs.api.entity.data.IMark
Sets the color value of this mark.
setColor(int) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the text color.
setColor(int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setColor(int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setColor(int) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setColor(int) - Method in interface noppes.npcs.api.handler.data.IMagic
Sets the color for this magic.
setColor(int) - Method in interface noppes.npcs.api.handler.data.ITag
 
setColor(int) - Method in interface noppes.npcs.api.overlay.ICustomOverlayComponent
 
setColor(Integer) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the color of the scripted item.
setColor(String) - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
 
setCombatPolicy(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's combat policy.
setCombatPolicy(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's combat policy by name.
setCombatRegen(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's combat health regeneration per second.
setCommand(String) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setCommandName(String) - Method in interface noppes.npcs.api.ICommand
 
setCommandUsage(String) - Method in interface noppes.npcs.api.ICommand
 
setCompanion(ICustomNpc) - Method in interface noppes.npcs.api.handler.IPlayerData
 
setCompleteControl(int) - Method in interface noppes.npcs.api.handler.data.IProfileOptions
 
setCompleteFor(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setCompleteText(String) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setComponentData(String, NBTTagCompound) - Method in interface noppes.npcs.api.handler.data.ISlot
 
setCompound(String, INbt) - Method in interface noppes.npcs.api.INbt
 
setCondition(Supplier<Boolean>) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
setConqueredEnd(boolean) - Method in interface noppes.npcs.api.entity.IPlayer
Sets whether the player has conquered the End dimension.
setCooldown(int) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
 
setCooldownControl(int) - Method in interface noppes.npcs.api.handler.data.IProfileOptions
 
setCooldownType(int) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
 
setCustomAttribute(String, double) - Method in interface noppes.npcs.api.item.IItemStack
Sets the custom attribute value for the given key.
setCustomCooldown(long) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setCustomized(boolean) - Method in interface noppes.npcs.api.handler.data.IFrame
 
setCustomized(boolean) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setCustomName(String) - Method in interface noppes.npcs.api.item.IItemStack
Sets the custom name for the item.
setCustomNameTag(String) - Method in interface noppes.npcs.api.entity.IEntityLiving
Sets a custom name tag for the entity.
setDamage(float) - Method in interface noppes.npcs.api.event.INpcEvent.DamagedEvent
 
setDamage(float) - Method in interface noppes.npcs.api.event.INpcEvent.MeleeAttackEvent
 
setDamage(float) - Method in interface noppes.npcs.api.event.INpcEvent.RangedLaunchedEvent
 
setDarkenScreen(boolean) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setDaytime(int) - Method in interface noppes.npcs.api.handler.data.IAvailability
Sets the daytime condition requirement.
setDBCClass(byte) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's DBC class.
setDefaultAlignment(int) - Method in interface noppes.npcs.api.overlay.ICustomOverlay
 
setDefaultPoints(int) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setDefaultSelection(int) - Method in interface noppes.npcs.api.gui.IScroll
Sets the default selection index.
setDefendFaction(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC should defend members of its faction.
setDialog(int, int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the dialog for the specified slot by its ID.
setDialog(int, int, int) - Method in interface noppes.npcs.api.handler.data.IAvailability
Sets the dialog for the specified slot with the given dialog ID and availability type.
setDialog(int, IDialog) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the dialog for the specified slot.
setDialogFarewell(String) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setDialogHire(String) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setDigSpeed(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setDigSpeed(int) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the dig speed for the scripted item.
setDimension(int) - Method in interface noppes.npcs.api.entity.IEntity
Moves the entity to the specified dimension.
setDimension(int) - Method in interface noppes.npcs.api.entity.IPlayer
Changes the player's dimension by teleporting them to their current position in the specified dimension.
setDimension(int) - Method in interface noppes.npcs.api.handler.data.ITransportLocation
 
setDirectory(String) - Method in interface noppes.npcs.api.IParticle
 
setDisableEsc(boolean) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setDisplayName(String) - Method in interface noppes.npcs.api.handler.data.IMagic
Sets the display name of the magic.
setDisplayName(String) - Method in interface noppes.npcs.api.handler.data.IMagicCycle
Sets the display name of the magic cycle.
setDisplayName(String) - Method in interface noppes.npcs.api.scoreboard.IScoreboardObjective
 
setDisplayName(String) - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
 
setDoesPauseGame(boolean) - Method in interface noppes.npcs.api.gui.ICustomGui
Specifies whether the GUI pauses the game.
setDouble(String, double) - Method in interface noppes.npcs.api.INbt
 
setDroppedItems(IItemStack[]) - Method in interface noppes.npcs.api.event.INpcEvent.DiedEvent
 
setDrowningType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the drowning behavior of the NPC.
setDurabilityColor(Integer) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the color of the durability bar for the scripted item.
setDurabilityShow(Boolean) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets whether the durability bar should be shown for the scripted item.
setDurabilityValue(double) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setDurabilityValue(float) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the current durability value for the scripted item.
setDuration(int) - Method in interface noppes.npcs.api.handler.data.IFrame
 
setDuration(int) - Method in interface noppes.npcs.api.handler.data.IPlayerEffect
 
setEnabled(boolean) - Method in interface noppes.npcs.api.gui.IButton
Enables or disables the button.
setEnabled(boolean) - Method in interface noppes.npcs.api.handler.data.IAnimationData
Enables or disables animations for the entity.
setEnabled(boolean) - Method in interface noppes.npcs.api.item.IItemCustom
 
setEnchantability(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setEnchantability(int) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the enchantability for the scripted item.
setEntity(int, IEntityLivingBase<?>) - Method in interface noppes.npcs.api.jobs.IJobSpawner
 
setEntity(String) - Method in interface noppes.npcs.api.entity.data.IModelData
Associates this model data with an entity using its class name.
setEntity(IEntity) - Method in interface noppes.npcs.api.handler.data.ISound
 
setEntity(IEntity, int) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
setEV(int, int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Effort Value (EV) for the specified stat.
setEveryXTick(int) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setExecuteCommandFor(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setExpDropped(int) - Method in interface noppes.npcs.api.event.INpcEvent.DiedEvent
 
setExpLevel(int) - Method in interface noppes.npcs.api.entity.IPlayer
 
setExplosionResistance(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's explosion resistance.
setExpReward(int) - Method in interface noppes.npcs.api.event.IQuestEvent.QuestTurnedInEvent
 
setExtraCode(String) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the extra code used for additional customization.
setFacePlayer(boolean) - Method in interface noppes.npcs.api.IParticle
 
setFaction(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's faction by its ID.
setFaction(int, int, int, int) - Method in interface noppes.npcs.api.handler.data.IAvailability
Sets the faction requirement for the specified slot with the given parameters.
setFactionPoints(int, int) - Method in interface noppes.npcs.api.entity.IPlayer
 
setFireRate(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the fire rate for ranged attacks.
setFireSound(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the sound directory for projectile firing.
setFloat(String, float) - Method in interface noppes.npcs.api.INbt
 
setFly(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's flying ability.
setFlyGravity(double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the gravity effect on the NPC while flying.
setFlyHeightLimit(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the maximum flying height for the NPC.
setFlySpeed(double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's flying speed.
setFollowingName(String) - Method in interface noppes.npcs.api.jobs.IJobFollower
 
setFollowPlayer(IPlayer) - Method in interface noppes.npcs.api.entity.IAnimal
Sets the specified player as the one to follow.
setFollowRange(double) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the follow range of the entity.
setForm(byte) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's form.
setForm2(byte) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's secondary form.
setFormLevel(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's form level.
setFrames(IFrame[]) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
setFriendlyFire(boolean) - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
 
setFriendlyPoints(int) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setGivingMethod(int) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
 
setGlow(boolean) - Method in interface noppes.npcs.api.ISkinOverlay
Sets whether this overlay glows in the dark or not.
setGlows(boolean) - Method in interface noppes.npcs.api.IParticle
 
setGravity(float) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the gravity for the player.
setGuiDisabled(boolean) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setHairCode(String) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the hair code used to define the player's hairstyle.
setHapiness(int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Pixelmon's happiness.
setHardness(float) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setHasGravity(boolean) - Method in interface noppes.npcs.api.entity.IProjectile
Sets whether the projectile is affected by gravity.
setHeading(double, double, double) - Method in interface noppes.npcs.api.entity.IProjectile
Sets the heading for the projectile to the specified coordinates.
setHeading(float, float) - Method in interface noppes.npcs.api.entity.IProjectile
Sets the heading using yaw and pitch values.
setHeading(IEntity) - Method in interface noppes.npcs.api.entity.IProjectile
Sets the heading (target destination) for the projectile based on the target entity.
setHeadScale(float, float, float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Deprecated.
setHealth(float) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the entity's health to the specified value.
setHealthRegen(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's health regeneration per second when not in combat.
setHeight(int) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setHeldItem(IItemStack) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the item the entity is holding.
setHEXColor(int, int, float, int) - Method in interface noppes.npcs.api.IParticle
 
setHideNPC(boolean) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setHome(int, int, int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the home position using individual coordinates.
setHome(IPos) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the home position using an IPos instance.
setHomeX(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the home position X coordinate.
setHomeY(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the home position Y coordinate.
setHomeZ(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the home position Z coordinate.
setHoverText(String) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the hover text with a single line.
setHoverText(String[]) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the hover text with multiple lines.
setHP(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the HP value.
setHunger(int) - Method in interface noppes.npcs.api.entity.IPlayer
Sets the player's hunger level.
setIcon(String) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setIconX(int) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setIconY(int) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setId(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setID(int) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the unique ID for this component.
setID(int) - Method in interface noppes.npcs.api.handler.data.IAnimation
Do not use this unless you know what you are changing.
setID(int) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setID(int) - Method in interface noppes.npcs.api.overlay.ICustomOverlayComponent
 
setIgnoreCobweb(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC ignores cobwebs.
setIgnoreDamage(boolean) - Method in interface noppes.npcs.api.handler.data.IQuestItem
 
setIgnoreDamage(boolean) - Method in interface noppes.npcs.api.handler.data.IRecipe
 
setIgnoreNbt(boolean) - Method in interface noppes.npcs.api.handler.data.IQuestItem
 
setIgnoreNBT(boolean) - Method in interface noppes.npcs.api.handler.data.IRecipe
 
setImageType(int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setImmune(int) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's immunity time (hurt resistance).
setIndex(int) - Method in interface noppes.npcs.api.handler.data.IPlayerEffect
 
setInfiniteDays(boolean) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setInstrument(int) - Method in interface noppes.npcs.api.jobs.IJobBard
 
setInteger(String, int) - Method in interface noppes.npcs.api.INbt
 
setIntegerArray(String, int[]) - Method in interface noppes.npcs.api.INbt
 
setInteraction(int, float) - Method in interface noppes.npcs.api.handler.data.IMagic
Sets an interaction value for a specific other magic.
setInvisible(boolean) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's invisibility.
setIsFollowing(boolean) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setIsGlobal(boolean) - Method in interface noppes.npcs.api.handler.data.IRecipe
 
setIsHidden(boolean) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setIsHidden(boolean) - Method in interface noppes.npcs.api.handler.data.ITag
 
setIsLadder(boolean) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setIsNormalItem(boolean) - Method in interface noppes.npcs.api.item.IItemCustom
Sets whether the scripted item is a normal item.
setIsPassable(boolean) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setIsPassible(boolean) - Method in interface noppes.npcs.api.block.IBlockScripted
TYPO VERSION
setIsPassive(boolean) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setIsShiny(boolean) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets whether the Pixelmon is shiny.
setIsTool(boolean) - Method in interface noppes.npcs.api.item.IItemCustom
Sets whether the scripted item is a tool.
setItem(int, IItemStack) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
 
setItem(IItemStack) - Method in interface noppes.npcs.api.entity.IEntityItem
Sets the item contained in this entity.
setItem(IItemStack) - Method in interface noppes.npcs.api.entity.IProjectile
Sets the item for the projectile.
setItem(IItemStack, byte, boolean) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets an item in the DBC extra inventory slot.
setItemDamage(int) - Method in interface noppes.npcs.api.item.IItemStack
Sets the item damage value.
setItemRewards(IItemStack[]) - Method in interface noppes.npcs.api.event.IQuestEvent.QuestTurnedInEvent
 
setItems(IItemStack[]) - Method in interface noppes.npcs.api.handler.data.IPlayerMail
 
setItemUseAction(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setItemUseAction(int) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the item use action for the scripted item.
setIV(int, int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Individual Value (IV) for the specified stat.
setJob(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's job by its ID.
setJRMCSE(String) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's status effects.
setKi(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the Ki value.
setKnockback(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the knockback strength of the NPC.
setKnockbackResistance(double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's knockback resistance.
setKnockbackResistance(double) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the knockback resistance of the entity.
setLabel(String) - Method in interface noppes.npcs.api.gui.IButton
Sets the button's label text.
setLastAttacker(IEntity) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the last attacker for this entity.
setLastCompletedTime(int, long) - Method in interface noppes.npcs.api.handler.IPlayerQuestData
 
setLastLoaded(long) - Method in interface noppes.npcs.api.handler.data.ISlot
 
setLayoutType(int) - Method in interface noppes.npcs.api.handler.data.IMagicCycle
Sets the layout type for the cycle.
setLeashedTo(IEntity, boolean) - Method in interface noppes.npcs.api.entity.IEntityLiving
Leashes this entity to the specified entity.
setLeaveItems(boolean) - Method in interface noppes.npcs.api.handler.data.IQuestItem
 
setLeftItem(IItemStack) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the item held in the NPC's left hand.
setLegsScale(float, float, float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Deprecated.
setLevel(byte) - Method in interface noppes.npcs.api.handler.data.IPlayerEffect
 
setLevel(int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Pixelmon's level.
setLifeSpawn(int) - Method in interface noppes.npcs.api.entity.IEntityItem
Sets the age threshold at which the item will despawn.
setLight(int) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setLine(int, ILine) - Method in interface noppes.npcs.api.handler.data.ILines
 
setLines(String[]) - Method in interface noppes.npcs.api.jobs.IJobItemGiver
 
setList(String[]) - Method in interface noppes.npcs.api.gui.IScroll
Sets the list of text entries to display.
setList(String, Object[]) - Method in interface noppes.npcs.api.INbt
Adds a new tag list to the compound tag with the given key.
setLivingAnimation(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC has a living animation.
setLocation1(String) - Method in interface noppes.npcs.api.handler.data.IQuestLocation
 
setLocation2(String) - Method in interface noppes.npcs.api.handler.data.IQuestLocation
 
setLocation3(String) - Method in interface noppes.npcs.api.handler.data.IQuestLocation
 
setLogText(String) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setLong(String, long) - Method in interface noppes.npcs.api.INbt
 
setLoop(int) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
setLootChance(int, double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the drop chance for the loot item in the specified slot.
setLootItem(int, IItemStack) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the loot item in the NPC's drop list for the given slot.
setLootMode(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's loot mode.
setLore(String[]) - Method in interface noppes.npcs.api.item.IItemStack
Sets the lore for the item.
setLossOnDeath(boolean) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setMagicAttribute(String, int, double) - Method in interface noppes.npcs.api.item.IItemStack
Sets the magic attribute value for the given key and magic identifier.
setMarket(String) - Method in interface noppes.npcs.api.roles.IRoleTrader
 
setMaxAge(int) - Method in interface noppes.npcs.api.IParticle
 
setMaxChecks(int) - Method in interface noppes.npcs.api.handler.data.actions.IConditionalAction
 
setMaxDuration(int) - Method in interface noppes.npcs.api.handler.data.IAction
 
setMaxHealth(double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's maximum health.
setMaxHealth(double) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the entity's maximum health.
setMaxHeight(int) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
setMaxHurtTime(int) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the maximum hurt time (hurt resistance time) for this entity.
setMaxItemUseDuration(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setMaxItemUseDuration(int) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the maximum item use duration for the scripted item.
setMaxLootXP(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the maximum XP dropped by the NPC.
setMaxPartySize(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setMaxProjectileDelay(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the maximum delay (in ticks) between projectiles.
setMaxRange(int) - Method in interface noppes.npcs.api.jobs.IJobBard
 
setMaxStackSize(int) - Method in interface noppes.npcs.api.item.IItemCustom
Sets the maximum stack size for the scripted item.
setMaxTicks(int, int) - Method in interface noppes.npcs.api.ITimers
Sets the maximum amount of ticks the timer with the given id can run for before it stops.
setMCNbt(NBTTagCompound) - Method in interface noppes.npcs.api.item.IItemStack
Sets the underlying Minecraft NBTTagCompound for the item.
setMeleeRange(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the melee range of the NPC.
setMeleeResistance(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's melee resistance.
setMeleeSpeed(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the melee speed of the NPC.
setMeleeStrength(double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the melee strength of the NPC.
setMeleeStrength(double) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the melee strength (attack damage) of the entity.
setMenuName(String) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setMessage(String) - Method in interface noppes.npcs.api.event.IPlayerEvent.ChatEvent
 
setMinHeight(int) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
setMinLootXP(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the minimum XP dropped by the NPC.
setMinPartySize(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setMinPlayerLevel(int) - Method in interface noppes.npcs.api.handler.data.IAvailability
Sets the minimum player level required for the availability conditions.
setMinPointsToSoulStone(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the minimum faction points required to capture the NPC with a soul stone.
setMinProjectileDelay(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the minimum delay (in ticks) between projectiles.
setMinRange(int) - Method in interface noppes.npcs.api.jobs.IJobBard
 
setMode(int) - Method in interface noppes.npcs.api.entity.IPlayer
 
setModel(String) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setModel(IItemStack) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setModelType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's model type.
setMOTD(String) - Method in class noppes.npcs.api.AbstractNpcAPI
 
setMotion(double, double, double) - Method in interface noppes.npcs.api.entity.IEntity
Convenience method to set the entity's motion in all three axes.
setMotion(double, double, double, float) - Method in interface noppes.npcs.api.IParticle
 
setMotion(IPos) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's motion based on the given position.
setMotionX(double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's x motion.
setMotionY(double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's y motion.
setMotionZ(double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's z motion.
setMount(IEntity) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity to be mounted by this entity.
setMove(int, String) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the move in the specified slot.
setMoveForward(float) - Method in interface noppes.npcs.api.entity.IEntityLiving
Sets the forward movement speed for the entity.
setMovingType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the moving type of the NPC.
setMultiSelect(boolean) - Method in interface noppes.npcs.api.gui.IScroll
Sets whether multiple selections are allowed.
setName(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's name.
setName(String) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
setName(String) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setName(String) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setName(String) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setName(String) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setName(String) - Method in interface noppes.npcs.api.handler.data.IMagic
Sets the internal name of the magic.
setName(String) - Method in interface noppes.npcs.api.handler.data.IMagicCycle
Sets the internal name of the magic cycle.
setName(String) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
setName(String) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setName(String) - Method in interface noppes.npcs.api.handler.data.ISlot
 
setName(String) - Method in interface noppes.npcs.api.handler.data.ITag
 
setName(String) - Method in interface noppes.npcs.api.handler.data.ITransportLocation
 
setNaturallyDespawns(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC should naturally despawn.
setNature(int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Pixelmon's nature.
setNbt(INbt) - Method in interface noppes.npcs.api.entity.IEntity
Applies the given NBT data to the entity.
setNeutralPoints(int) - Method in interface noppes.npcs.api.handler.data.IFaction
 
setNextQuest(IQuest) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setNickname(String) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Pixelmon's nickname.
setNoClip(boolean) - Method in interface noppes.npcs.api.IParticle
 
setNormalItem(boolean) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setNpcName(String) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setNpcOffset(int, int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setNPCScale(float) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setObjectiveRequirement(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setOffset(float, float, float) - Method in interface noppes.npcs.api.ISkinOverlay
Sets the amount in each direction by which the overlay will be offset from the entity.
setOffset(int, int) - Method in interface noppes.npcs.api.IParticle
The horizontal and vertical offset of the particle's texture from the top-left, starts rendering the particle at this point.
setOffsetX(float) - Method in interface noppes.npcs.api.block.ITextPlane
 
setOffsetY(float) - Method in interface noppes.npcs.api.block.ITextPlane
 
setOffsetZ(float) - Method in interface noppes.npcs.api.block.ITextPlane
 
setOnFoundEnemy(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's behavior when encountering an enemy.
setOnlyParty(boolean) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setOptionOffset(int, int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setOptionSpacing(int, int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setOtherFormMastery(String, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the mastery value for a non-racial (other) form.
setOverlayTexture(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Adds an overlay texture to the NPC.
setOwner(String) - Method in interface noppes.npcs.api.entity.IEntityItem
Sets the owner name of the item.
setOwner(IPlayer) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setPageText(String[]) - Method in interface noppes.npcs.api.handler.data.IPlayerMail
 
setPart(int) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setPart(String) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setPartyRequirements(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setPermissionLevel(int) - Method in interface noppes.npcs.api.ICommand
 
setPickupDelay(int) - Method in interface noppes.npcs.api.entity.IEntityItem
Sets the delay before the item can be picked up.
setPitch(float) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's pitch.
setPitch(float) - Method in interface noppes.npcs.api.handler.data.ISound
 
setPivots(float[]) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setPlayerProgress(String, int) - Method in interface noppes.npcs.api.handler.data.IQuestObjective
This function is typically used for setting individual progress for a player in a party for a Quest Objective that is set for ALL Players.
setPlayerScore(String, String, int, String) - Method in interface noppes.npcs.api.scoreboard.IScoreboard
 
setPlayerScore(IPlayer, String, int, String) - Method in interface noppes.npcs.api.scoreboard.IScoreboard
 
setPoints(int, int) - Method in interface noppes.npcs.api.handler.IPlayerFactionData
 
setPokeball(int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the type of Poké Ball for this Pixelmon.
setPos(double, double, double) - Method in class net.minecraft.util.math.BlockPos.MutableBlockPos
 
setPos(int, int) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the position of the component.
setPos(int, int) - Method in interface noppes.npcs.api.overlay.ICustomOverlayComponent
 
setPos(int, int, int) - Method in class net.minecraft.util.math.BlockPos.MutableBlockPos
Sets the position, MUST not be name 'set' as that causes obfusication conflicts with func_185343_d
setPos(Vec3i) - Method in class net.minecraft.util.math.BlockPos.MutableBlockPos
 
setPosition(double, double, double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's position to the specified coordinates.
setPosition(double, double, double) - Method in interface noppes.npcs.api.entity.IPlayer
Teleports the player to the specified coordinates in the current dimension.
setPosition(double, double, double) - Method in interface noppes.npcs.api.IParticle
 
setPosition(double, double, double, int) - Method in interface noppes.npcs.api.entity.IPlayer
Teleports the player to the specified coordinates in the given dimension.
setPosition(double, double, double, IWorld) - Method in interface noppes.npcs.api.entity.IPlayer
Teleports the player to the specified coordinates in the dimension of the provided world.
setPosition(float, float, float) - Method in interface noppes.npcs.api.handler.data.ISound
 
setPosition(int, int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setPosition(int, int, int) - Method in interface noppes.npcs.api.handler.data.ITransportLocation
 
setPosition(int, int, int) - Method in interface noppes.npcs.api.IBlock
 
setPosition(int, int, int, IWorld) - Method in interface noppes.npcs.api.IBlock
 
setPosition(IPos) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's position using an IPos object.
setPosition(IPos) - Method in interface noppes.npcs.api.entity.IPlayer
Teleports the player to the coordinates specified by the given position.
setPosition(IPos) - Method in interface noppes.npcs.api.handler.data.ISound
 
setPosition(IPos) - Method in interface noppes.npcs.api.handler.data.ITransportLocation
 
setPosition(IPos) - Method in interface noppes.npcs.api.IBlock
 
setPosition(IPos) - Method in interface noppes.npcs.api.IParticle
 
setPosition(IPos, int) - Method in interface noppes.npcs.api.entity.IPlayer
Teleports the player to the position in the specified dimension.
setPosition(IPos, IWorld) - Method in interface noppes.npcs.api.entity.IPlayer
Teleports the player to the position specified by the given position in the dimension of the provided world.
setPosition(IPos, IWorld) - Method in interface noppes.npcs.api.IBlock
Moves the block to a new position in the given world.
setPowerPoints(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's power points.
setPowerType(byte) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's power type.
setProfileOptions(boolean) - Method in interface noppes.npcs.api.handler.data.IProfileOptions
 
setProgress(int) - Method in interface noppes.npcs.api.handler.data.IQuestObjective
If this function is used on a player within a party and the quest objective type is set to ALL.
setProjectileItem(IItemStack) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the projectile item for the NPC.
setProjectilesKeepTerrain(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether projectiles fired by the NPC should ignore terrain collisions.
setQuest(int, int, int) - Method in interface noppes.npcs.api.handler.data.IAvailability
Sets the quest for the specified slot with the given quest ID and availability type.
setQuest(IQuest) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setQuest(IQuest) - Method in interface noppes.npcs.api.handler.data.IParty
Set a quest to the party (this does not validate use validateQuest())
setRace(byte) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's race.
setRacialFormMastery(byte, double) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the mastery value for a specific racial form.
setRaining(boolean) - Method in interface noppes.npcs.api.IWorld
 
setRange(int) - Method in interface noppes.npcs.api.jobs.IJobHealer
 
setRangedBurst(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the number of projectiles in a ranged burst attack.
setRangedRange(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the range for ranged attacks.
setRangedSpeed(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the ranged attack speed of the NPC.
setRangedStrength(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the ranged attack strength of the NPC.
setRate(int, int) - Method in interface noppes.npcs.api.roles.IRoleFollower
 
setRedstonePower(int) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setRefuseSoulStone(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC refuses to be captured by a soul stone.
setRelease(byte) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the release state.
setRepeat(boolean) - Method in interface noppes.npcs.api.handler.data.ISound
 
setRepeatDelay(int) - Method in interface noppes.npcs.api.handler.data.ISound
 
setRepeats(int, boolean) - Method in interface noppes.npcs.api.ITimers
Sets whether the timer with the given id repeats or not.
setRepeatType(int) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setReplyMessage(String) - Method in interface noppes.npcs.api.event.ICustomNPCsEvent.ScriptedCommandEvent
 
setRequirement(String, Object) - Method in interface noppes.npcs.api.item.IItemStack
Sets (or applies) a requirement for the item using the given requirement key and value.
setResistance(float) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setRespawnCycle(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's respawn cycle.
setRespawnTime(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the number of ticks before the NPC respawns.
setRetaliateType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's retaliation type.
setReturnToHome(boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC should return to its home position.
setRewardControl(int) - Method in interface noppes.npcs.api.handler.data.IPartyOptions
 
setRider(IEntity) - Method in interface noppes.npcs.api.entity.IEntity
Sets the given entity as the rider of this entity.
setRightItem(IItemStack) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the item held in the NPC's right hand.
setRole(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's role by its ID.
setRotation(float) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's rotation (yaw).
setRotation(float) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's rotation (yaw) in degrees (0-360).
setRotation(float) - Method in interface noppes.npcs.api.gui.ICustomGuiComponent
Sets the component's rotation.
setRotation(float) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setRotation(float) - Method in interface noppes.npcs.api.overlay.ICustomOverlayComponent
 
setRotation(float, float) - Method in interface noppes.npcs.api.entity.IEntity
Sets both the rotation (yaw) and pitch of the entity.
setRotation(float, float) - Method in interface noppes.npcs.api.entity.IPlayer
Sets the player's rotation.
setRotation(float, float, float) - Method in interface noppes.npcs.api.entity.data.IModelRotatePart
Sets the rotation angles for this model part.
setRotation(int, int, int) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setRotation(Float, Float, Float) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the rotation values for the scripted item.
setRotationRate(Float, Float, Float) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the rotation rate values for the scripted item.
setRotations(float[]) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setRotationType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's rotation type.
setRotationX(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
Enables rotation about the X axis.
setRotationX(int) - Method in interface noppes.npcs.api.block.ITextPlane
 
setRotationY(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
Enables rotation about the Y axis.
setRotationY(int) - Method in interface noppes.npcs.api.block.ITextPlane
 
setRotationZ(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
Enables rotation about the Y axis.
setRotationZ(int) - Method in interface noppes.npcs.api.block.ITextPlane
 
setSaturation(float) - Method in interface noppes.npcs.api.entity.IPlayer
Sets the player's saturation level.
setScale(float) - Method in interface noppes.npcs.api.block.ITextPlane
 
setScale(float) - Method in interface noppes.npcs.api.gui.IButton
Sets the scale factor of the button.
setScale(float) - Method in interface noppes.npcs.api.gui.ILabel
Sets the scale factor of the label.
setScale(float) - Method in interface noppes.npcs.api.gui.ITexturedRect
Sets the scale factor of the rectangle.
setScale(float) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setScale(float) - Method in interface noppes.npcs.api.overlay.IOverlayLabel
 
setScale(float) - Method in interface noppes.npcs.api.overlay.IOverlayTexturedRect
 
setScale(float, float, float) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setScale(float, float, float) - Method in interface noppes.npcs.api.entity.data.IModelScalePart
Sets the scale factors for this model part.
setScale(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
 
setScale(Float, Float, Float) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the scale values for the scripted item.
setScaleX(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
 
setScaleY(float, float, float, int) - Method in interface noppes.npcs.api.IParticle
 
setSeeInvisibleTeamPlayers(boolean) - Method in interface noppes.npcs.api.scoreboard.IScoreboardTeam
 
setSelectedColor(int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setSellOption(int, IItemStack, IItemStack) - Method in interface noppes.npcs.api.roles.IRoleTrader
 
setSellOption(int, IItemStack, IItemStack, IItemStack) - Method in interface noppes.npcs.api.roles.IRoleTrader
 
setSender(String) - Method in interface noppes.npcs.api.handler.data.IPlayerMail
 
setShadow(boolean) - Method in interface noppes.npcs.api.gui.ILabel
Sets whether the label text should be rendered with a shadow.
setShadow(boolean) - Method in interface noppes.npcs.api.overlay.IOverlayLabel
 
setShelterFrom(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the condition under which the NPC seeks shelter.
setShort(String, short) - Method in interface noppes.npcs.api.INbt
 
setShotCount(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the number of shots fired.
setShowBossBar(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the visibility type of the NPC's boss bar.
setShowName(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the visibility type of the NPC's name.
setShowWheel(boolean) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setSize(float) - Method in interface noppes.npcs.api.ISkinOverlay
Sets the size of the entire overlay when rendered on the entity.
setSize(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's size (scale factor).
setSize(int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the Pixelmon's size type.
setSize(int, int) - Method in interface noppes.npcs.api.gui.IButton
Sets the size of the button.
setSize(int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Sets the size of the GUI.
setSize(int, int) - Method in interface noppes.npcs.api.gui.ILabel
Sets the size of the label.
setSize(int, int) - Method in interface noppes.npcs.api.gui.IScroll
Sets the size of the scroll component.
setSize(int, int) - Method in interface noppes.npcs.api.gui.ITextField
Sets the size of the text field.
setSize(int, int) - Method in interface noppes.npcs.api.gui.ITexturedRect
Sets the size of the rectangle.
setSize(int, int) - Method in interface noppes.npcs.api.IParticle
The width and height of the particle's texture you want to render in pixels.
setSize(int, int) - Method in interface noppes.npcs.api.overlay.IOverlayLabel
 
setSize(int, int) - Method in interface noppes.npcs.api.overlay.IOverlayTexturedRect
 
setSkills(String) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the player's skills.
setSkinType(byte) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's skin type.
setSkinUrl(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's skin URL.
setSlot(int, IItemStack) - Method in interface noppes.npcs.api.IContainer
 
setSmooth(byte) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
setSmooth(byte) - Method in interface noppes.npcs.api.handler.data.IFrame
 
setSmooth(byte) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setSneaking(boolean) - Method in interface noppes.npcs.api.entity.IEntity
Sets whether the entity is sneaking.
setSong(String) - Method in interface noppes.npcs.api.jobs.IJobBard
 
setSound(String) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setSound(String) - Method in interface noppes.npcs.api.handler.data.ILine
 
setSpawn() - Method in interface noppes.npcs.api.event.IPlayerEvent.WakeUpEvent
 
setSpawnLocation(int, int, int) - Method in interface noppes.npcs.api.IWorld
 
setSpawnLocation(IPos) - Method in interface noppes.npcs.api.IWorld
 
setSpawnpoint(int, int, int) - Method in interface noppes.npcs.api.entity.IPlayer
Same as the /spawnpoint command.
setSpawnpoint(IPos) - Method in interface noppes.npcs.api.entity.IPlayer
Sets the player's spawnpoint to the coordinates of the provided position.
setSpeed(double) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's walking speed.
setSpeed(double) - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Sets the movement speed of the entity.
setSpeed(float) - Method in interface noppes.npcs.api.handler.data.IAnimation
 
setSpeed(float) - Method in interface noppes.npcs.api.handler.data.IFrame
 
setSpeed(float) - Method in interface noppes.npcs.api.handler.data.IFramePart
 
setSpeed(float, float) - Method in interface noppes.npcs.api.ISkinOverlay
Sets the "texture speed" by which the texture shifts on each render tick.
setSpeed(int) - Method in interface noppes.npcs.api.jobs.IJobHealer
 
setSprinting(boolean) - Method in interface noppes.npcs.api.entity.IEntity
Sets whether the entity is sprinting.
setStack(IItemStack) - Method in interface noppes.npcs.api.gui.IItemSlot
Sets the item stack for this slot.
setStackSize(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setStackSize(int) - Method in interface noppes.npcs.api.item.IItemStack
Sets the stack size of the item.
setStamina(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the stamina value.
setStat(int, int) - Method in interface noppes.npcs.api.entity.IPixelmon
Sets the calculated stat for the specified stat type.
setStat(String, int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the specified stat to the given value.
setStoredData(String, Object) - Method in class noppes.npcs.api.AbstractNpcAPI
Stored data persists through world restart.
setStoredData(String, Object) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setStoredData(String, Object) - Method in interface noppes.npcs.api.entity.IEntity
Stores persistent data under the given key.
setStoredData(String, Object) - Method in interface noppes.npcs.api.IWorld
Deprecated.
setStreaming(boolean) - Method in interface noppes.npcs.api.jobs.IJobBard
 
setString(String, String) - Method in interface noppes.npcs.api.INbt
 
setSubject(String) - Method in interface noppes.npcs.api.handler.data.IPlayerMail
 
setSwingWarmup(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the swing warmup time (in ticks) before melee damage is applied.
setTacticalRadius(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the tactical radius affecting NPC behavior.
setTacticalVariant(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's tactical variant.
setTacticalVariant(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's tactical variant by its name.
setTag(String, Object) - Method in interface noppes.npcs.api.item.IItemStack
Sets an NBT tag for this item.
setTarget(IEntityLivingBase) - Method in interface noppes.npcs.api.event.INpcEvent.TargetEvent
 
setTargetType(int) - Method in interface noppes.npcs.api.handler.data.IQuestKill
 
setTask(Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
 
setTempData(String, Object) - Method in class noppes.npcs.api.AbstractNpcAPI
Tempdata gets cleared when the server restarts.
setTempData(String, Object) - Method in interface noppes.npcs.api.block.IBlockScripted
 
setTempData(String, Object) - Method in interface noppes.npcs.api.entity.IEntity
Stores temporary data that is cleared when the entity is unloaded.
setTempData(String, Object) - Method in interface noppes.npcs.api.IWorld
Deprecated.
setTemporary(boolean) - Method in interface noppes.npcs.api.handler.data.ISlot
 
setText(String) - Method in interface noppes.npcs.api.block.ITextPlane
 
setText(String) - Method in interface noppes.npcs.api.gui.ILabel
Sets the label text.
setText(String) - Method in interface noppes.npcs.api.gui.ITextField
Sets the text content of the text field.
setText(String) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setText(String) - Method in interface noppes.npcs.api.handler.data.ILine
 
setText(String) - Method in interface noppes.npcs.api.overlay.IOverlayLabel
 
setText(String[]) - Method in interface noppes.npcs.api.item.IItemBook
 
setTextHeight() - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTextOffset(int, int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTextPitch(float) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTextSound(String) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTexture(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's texture.
setTexture(String) - Method in interface noppes.npcs.api.gui.IButton
Sets the texture resource location for this button.
setTexture(String) - Method in interface noppes.npcs.api.gui.ITexturedRect
Sets the texture resource location.
setTexture(String) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setTexture(String) - Method in interface noppes.npcs.api.ISkinOverlay
Sets the directory texture of the overlay.
setTexture(String) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the texture path for the scripted item.
setTexture(String) - Method in interface noppes.npcs.api.overlay.IOverlayTexturedRect
 
setTextureOffset(int, int) - Method in interface noppes.npcs.api.gui.IButton
Sets the texture offset (X and Y) for this button.
setTextureOffset(int, int) - Method in interface noppes.npcs.api.gui.ITexturedRect
Sets the texture offset.
setTextureOffset(int, int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setTextureOffset(int, int) - Method in interface noppes.npcs.api.overlay.IOverlayTexturedRect
 
setTextureScale(float, float) - Method in interface noppes.npcs.api.ISkinOverlay
Sets the texture scale of the overlay.
setThickness(int) - Method in interface noppes.npcs.api.gui.ILine
Sets the thickness of the line.
setThickness(int) - Method in interface noppes.npcs.api.overlay.IOverlayLine
 
setThrower(String) - Method in interface noppes.npcs.api.entity.IEntityItem
Sets the thrower (entity that threw the item).
setTicks(int, int) - Method in interface noppes.npcs.api.ITimers
Sets the amount of ticks elapsed in the timer with the given id to a different value.
setTileEntity(int, int, int, ITileEntity) - Method in interface noppes.npcs.api.IWorld
Sets the block's tile entity at the given position.
setTileEntity(IPos, ITileEntity) - Method in interface noppes.npcs.api.IWorld
 
setTileEntity(ITileEntity) - Method in interface noppes.npcs.api.IBlock
 
setTime(long) - Method in interface noppes.npcs.api.IWorld
 
setTime(IJobItemGiver, long) - Method in interface noppes.npcs.api.handler.IPlayerItemGiverData
 
setTitle(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the NPC's title.
setTitle(String) - Method in interface noppes.npcs.api.handler.data.ITransportCategory
 
setTitle(String) - Method in interface noppes.npcs.api.item.IItemBook
 
setTitleColor(int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTitleOffset(int, int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTitlePos(int) - Method in interface noppes.npcs.api.handler.data.IDialog
 
setTool(boolean) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setTP(int) - Method in interface noppes.npcs.api.entity.IDBCPlayer
Sets the TP value.
setTranslate(Float, Float, Float) - Method in interface noppes.npcs.api.item.IItemCustomizable
Sets the translation values for the scripted item.
setTransport(ITransportLocation) - Method in interface noppes.npcs.api.roles.IRoleTransporter
 
setType(int) - Method in interface noppes.npcs.api.entity.data.IMark
Sets the type of this mark.
setType(int) - Method in interface noppes.npcs.api.handler.data.IQuest
 
setType(int) - Method in interface noppes.npcs.api.handler.data.ITransportLocation
 
setUpdateEveryXTick(int) - Method in interface noppes.npcs.api.handler.data.IAction
Set how many ticks between each invocation of the action callback.
setVersion(int) - Method in interface noppes.npcs.api.handler.data.ILinkedItem
 
setVisibleTo(IPlayer, boolean) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets whether the NPC is visible to a specific player.
setVisibleType(int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Sets the visibility type of the NPC.
setVolume(float) - Method in interface noppes.npcs.api.handler.data.ISound
 
setWeight(int) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
setWidth(int) - Method in interface noppes.npcs.api.handler.data.ICustomEffect
 
setWidthHeight(int, int) - Method in interface noppes.npcs.api.handler.data.IDialogImage
 
setWorld(IWorld) - Method in interface noppes.npcs.api.ITileEntity
 
setX(double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's x position.
setX1(int) - Method in interface noppes.npcs.api.gui.ILine
Sets the starting x coordinate of the line.
setX1(int) - Method in interface noppes.npcs.api.overlay.IOverlayLine
 
setX2(int) - Method in interface noppes.npcs.api.gui.ILine
Sets the ending x coordinate of the line.
setX2(int) - Method in interface noppes.npcs.api.overlay.IOverlayLine
 
setY(double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's y position.
setY(int) - Method in class net.minecraft.util.math.BlockPos.MutableBlockPos
 
setY1(int) - Method in interface noppes.npcs.api.gui.ILine
Sets the starting y coordinate of the line.
setY1(int) - Method in interface noppes.npcs.api.overlay.IOverlayLine
 
setY2(int) - Method in interface noppes.npcs.api.gui.ILine
Sets the ending y coordinate of the line.
setY2(int) - Method in interface noppes.npcs.api.overlay.IOverlayLine
 
setZ(double) - Method in interface noppes.npcs.api.entity.IEntity
Sets the entity's z position.
shootItem(IEntityLivingBase, IItemStack, int) - Method in interface noppes.npcs.api.entity.ICustomNpc
Instructs the NPC to shoot an item at a target.
showCustomGui(ICustomGui) - Method in interface noppes.npcs.api.entity.IPlayer
Displays a custom GUI to the player.
showCustomOverlay(ICustomOverlay) - Method in interface noppes.npcs.api.entity.IPlayer
Displays a custom overlay on the player's screen.
showDialog(int) - Method in interface noppes.npcs.api.entity.IPlayer
Displays the dialog with the specified ID to the player.
showDialog(IDialog) - Method in interface noppes.npcs.api.entity.IPlayer
Displays the specified dialog to the player.
showOptionLine() - Method in interface noppes.npcs.api.handler.data.IDialog
 
showOptionLine(boolean) - Method in interface noppes.npcs.api.handler.data.IDialog
 
showPlayerInventory(int, int) - Method in interface noppes.npcs.api.gui.ICustomGui
Displays the player's inventory at the specified position.
showPreviousBlocks() - Method in interface noppes.npcs.api.handler.data.IDialog
 
showPreviousBlocks(boolean) - Method in interface noppes.npcs.api.handler.data.IDialog
 
size() - Method in interface noppes.npcs.api.handler.IOverlayHandler
 
size() - Method in interface noppes.npcs.api.ITimers
 
sizeOfObject(Object) - Method in class noppes.npcs.api.AbstractNpcAPI
 
smoothType() - Method in interface noppes.npcs.api.handler.data.IFrame
 
south() - Method in class net.minecraft.util.math.BlockPos
Offset this BlockPos 1 block in southern direction
south() - Method in interface noppes.npcs.api.IPos
Shifts the IPos south by 1 block and returns the new object.
south(double) - Method in class net.minecraft.util.math.BlockPos
Offset this BlockPos n blocks in southern direction
south(double) - Method in interface noppes.npcs.api.IPos
 
spawn(double, double, double, int, String, IWorld) - Method in interface noppes.npcs.api.handler.ICloneHandler
 
spawn(double, double, double, int, String, IWorld, boolean) - Method in interface noppes.npcs.api.handler.ICloneHandler
 
spawn(IEntity) - Method in interface noppes.npcs.api.IParticle
 
spawn(IPos, int, String, IWorld) - Method in interface noppes.npcs.api.handler.ICloneHandler
 
spawn(IPos, int, String, IWorld, boolean) - Method in interface noppes.npcs.api.handler.ICloneHandler
 
spawn(IWorld) - Method in interface noppes.npcs.api.IParticle
 
spawn(IWorld, double, double, double) - Method in interface noppes.npcs.api.IParticle
 
spawnClone(int, int, int, int, String) - Method in interface noppes.npcs.api.IWorld
 
spawnClone(int, int, int, int, String, boolean) - Method in interface noppes.npcs.api.IWorld
Lets you spawn a server side cloned entity
spawnClone(IPos, int, String) - Method in interface noppes.npcs.api.IWorld
 
spawnClone(IPos, int, String, boolean) - Method in interface noppes.npcs.api.IWorld
 
spawnedFromSoulStone() - Method in interface noppes.npcs.api.entity.ICustomNpc
Returns whether the NPC was spawned using a soul stone.
spawnEntity(int) - Method in interface noppes.npcs.api.jobs.IJobSpawner
 
spawnEntityInWorld(IEntity) - Method in interface noppes.npcs.api.IWorld
 
spawnExplosionParticle() - Method in interface noppes.npcs.api.entity.IEntityLiving
Spawns explosion particles for this entity.
spawnInWorld(IWorld) - Method in interface noppes.npcs.api.IParticle
Deprecated.
spawnInWorld(IWorld, double, double, double) - Method in interface noppes.npcs.api.IParticle
Deprecated.
spawnNPC(IWorld, int, int, int) - Method in class noppes.npcs.api.AbstractNpcAPI
Spawns a new NPC in the world at the given coordinates and returns an ICustomNpc object of it.
spawnNPC(IWorld, IPos) - Method in class noppes.npcs.api.AbstractNpcAPI
 
spawnOnEntity(IEntity) - Method in interface noppes.npcs.api.IParticle
Deprecated.
spawnParticle(String, double, double, double, double, double, double, double, int) - Method in interface noppes.npcs.api.IWorld
Sends a packet from the server to the client everytime its called.
spawnParticle(String, IPos, double, double, double, double, int) - Method in interface noppes.npcs.api.IWorld
 
spawnParticle(IParticle) - Method in interface noppes.npcs.api.entity.IEntity
Spawns the given particle effect associated with this entity.
spawnsInAir() - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsInAir(boolean) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsInLiquid() - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsInLiquid(boolean) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsLikeAnimal() - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsLikeAnimal(boolean) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsLikeMonster() - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
spawnsLikeMonster(boolean) - Method in interface noppes.npcs.api.handler.data.INaturalSpawn
 
start() - Method in interface noppes.npcs.api.handler.IActionManager
Begin processing scheduled actions.
start(int, int, boolean) - Method in interface noppes.npcs.api.ITimers
Adds a timer to the NPC or player with the given attributes.
startQuest(int) - Method in interface noppes.npcs.api.entity.IPlayer
 
startQuest(int) - Method in interface noppes.npcs.api.handler.IPlayerQuestData
 
startQuest(IQuest) - Method in interface noppes.npcs.api.entity.IPlayer
Add the quest from active quest list.
stop() - Method in interface noppes.npcs.api.handler.IActionManager
Halt processing of actions.
stop(int) - Method in interface noppes.npcs.api.ITimers
Stops the timer with the given id
stopQuest(int) - Method in interface noppes.npcs.api.entity.IPlayer
 
stopQuest(int) - Method in interface noppes.npcs.api.handler.IPlayerQuestData
 
stopQuest(IQuest) - Method in interface noppes.npcs.api.entity.IPlayer
Removes the quest from active quest list.
stopServer() - Method in class noppes.npcs.api.AbstractNpcAPI
 
stopSound(int) - Method in class noppes.npcs.api.AbstractNpcAPI
 
stopSound(int) - Method in interface noppes.npcs.api.entity.IPlayer
Stops the sound with the given identifier for the player.
stopSound(int) - Method in interface noppes.npcs.api.IWorld
 
stopSounds() - Method in class noppes.npcs.api.AbstractNpcAPI
 
stopSounds() - Method in interface noppes.npcs.api.entity.IPlayer
Stops all sounds currently playing for the player.
stopSounds() - Method in interface noppes.npcs.api.IWorld
 
stopUsingItem() - Method in interface noppes.npcs.api.entity.IPlayer
Stops the player from using the currently active item.
storeAsClone(int, String) - Method in interface noppes.npcs.api.entity.IEntity
Stores the entity as a clone with the given tab and name.
stringToNbt(String) - Method in class noppes.npcs.api.AbstractNpcAPI
 
subtract(double, double, double) - Method in interface noppes.npcs.api.IPos
Subtracts the IPos' coordinates by each of the parameters given.
subtract(IPos) - Method in interface noppes.npcs.api.IPos
Directly subtracts the coordinates of two IPos objects and returns the resulting IPos difference.
swingHand() - Method in interface noppes.npcs.api.entity.IEntityLivingBase
Makes the entity swing its hand.
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