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
All Classes All Packages
All Classes All Packages
P
- parallel(int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
- parallel(String, int, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
- parallel(String, int, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
- parallel(String, Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
- parallel(Consumer<IAction>) - Method in interface noppes.npcs.api.handler.data.IAction
- parallel(Consumer<IAction>...) - Method in interface noppes.npcs.api.handler.data.IAction
- parallel(IAction) - Method in interface noppes.npcs.api.handler.data.IAction
-
Enqueue another IAction on the parallel chain which starts firing simultaneously as this.
- parallel(IAction...) - Method in interface noppes.npcs.api.handler.data.IAction
- parallelChain() - Method in interface noppes.npcs.api.handler.IActionManager
- pause() - Method in interface noppes.npcs.api.handler.data.IAction
-
Must call
IAction.threadify()before using, else throws exception. - pauseFor(int) - Method in interface noppes.npcs.api.handler.data.IAction
- pauseFor(long) - Method in interface noppes.npcs.api.handler.data.IAction
- pauseSounds() - Method in class noppes.npcs.api.AbstractNpcAPI
- pauseSounds() - Method in interface noppes.npcs.api.entity.IPlayer
-
Pauses all sounds currently playing for the player.
- pauseSounds() - Method in interface noppes.npcs.api.IWorld
- pauseUntil(Function<IAction, Boolean>) - Method in interface noppes.npcs.api.handler.data.IAction
-
Must call
IAction.threadify()before using, else throws exception. - performEffect(IPlayer) - Method in interface noppes.npcs.api.handler.data.IPlayerEffect
- playerStatus(IPlayer) - Method in interface noppes.npcs.api.handler.data.IFaction
- playLivingSound() - Method in interface noppes.npcs.api.entity.IEntityLiving
-
Plays the entity's living sound.
- playSound(int, ISound) - Method in class noppes.npcs.api.AbstractNpcAPI
- playSound(int, ISound) - Method in interface noppes.npcs.api.entity.IPlayer
-
Plays the specified sound with an identifier for the player.
- playSound(int, ISound) - Method in interface noppes.npcs.api.IWorld
- playSound(String, float, float) - Method in interface noppes.npcs.api.entity.IPlayer
-
Plays the specified sound at the given volume and pitch for the player.
- playSound(ISound) - Method in class noppes.npcs.api.AbstractNpcAPI
- playSound(ISound) - Method in interface noppes.npcs.api.entity.IPlayer
-
Plays the specified sound for the player.
- playSoundAtEntity(IEntity<?>, String, float, float) - Method in class noppes.npcs.api.AbstractNpcAPI
- playSoundAtEntity(IEntity, String, float, float) - Method in interface noppes.npcs.api.IWorld
- playSoundToNearExcept(IPlayer<?>, String, float, float) - Method in class noppes.npcs.api.AbstractNpcAPI
- playSoundToNearExcept(IPlayer, String, float, float) - Method in interface noppes.npcs.api.IWorld
- printData() - Method in interface noppes.npcs.api.handler.data.IAction
- printQueue() - Method in interface noppes.npcs.api.handler.data.IActionQueue
- printQueues() - Method in interface noppes.npcs.api.handler.IActionManager
All Classes All Packages