Uses of Interface
noppes.npcs.api.IPos
Packages that use IPos
Package
Description
-
Uses of IPos in noppes.npcs.api
Methods in noppes.npcs.api that return IPosModifier and TypeMethodDescriptionIPos.add
(int x, int y, int z) IPos.down()
IPos.down
(int n) IPos.east()
IPos.east
(int n) abstract IPos
NpcAPI.getIPos
(double x, double y, double z) IRayTrace.getPos()
IPos.north()
IPos.north
(int n) IPos.offset
(int direction) IPos.offset
(int direction, int n) IPos.south()
IPos.south
(int n) IPos.subtract
(int x, int y, int z) IPos.up()
IPos.up
(int n) IPos.west()
IPos.west
(int n) Methods in noppes.npcs.api with parameters of type IPosModifier and TypeMethodDescriptiondouble
IPos.distanceTo
(IPos pos) IWorld.getClosestEntity
(IPos pos, int range, int type) IEntity[]
IWorld.getNearbyEntities
(IPos pos, int range, int type) void
IWorld.playSoundAt
(IPos pos, String sound, float volume, float pitch) Sound will be played in a 16 block rangevoid
IWorld.removeBlock
(IPos pos) -
Uses of IPos in noppes.npcs.api.block
Methods in noppes.npcs.api.block that return IPos -
Uses of IPos in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IPosMethods in noppes.npcs.api.entity with parameters of type IPos -
Uses of IPos in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IPosModifier and TypeFieldDescriptionfinal IPos
BlockEvent.NeighborChangedEvent.changedPos
final IPos
WorldEvent.ScriptTriggerEvent.pos
If pos is a Script Block or Door it will call their scriptsConstructors in noppes.npcs.api.event with parameters of type IPosModifierConstructorDescriptionNeighborChangedEvent
(IBlock block, IPos changedPos) ScriptTriggerEvent
(int id, IWorld level, IPos pos, IEntity entity, Object[] arguments)