A B C D E F G H I K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- east() - Method in class net.minecraft.util.math.BlockPos
-
Offset this BlockPos 1 block in eastern direction
- east() - Method in interface noppes.npcs.api.IPos
-
Shifts the IPos east by 1 block and returns the new object.
- east(double) - Method in class net.minecraft.util.math.BlockPos
-
Offset this BlockPos n blocks in eastern direction
- east(double) - Method in interface noppes.npcs.api.IPos
- enabled() - Method in interface noppes.npcs.api.handler.data.IAnimationData
- enableEvents() - Method in interface noppes.npcs.api.entity.IProjectile
-
For scripters to enable projectile events in their current scripting container
- enableForgeScripts(boolean) - Method in class noppes.npcs.api.AbstractNpcAPI
- enableGlobalNPCScripts(boolean) - Method in class noppes.npcs.api.AbstractNpcAPI
- enablePersistence() - Method in interface noppes.npcs.api.entity.IEntityLiving
- enablePlayerScripts(boolean) - Method in class noppes.npcs.api.AbstractNpcAPI
- enableRotation() - Method in interface noppes.npcs.api.entity.data.IModelData
- enableRotation(boolean) - Method in interface noppes.npcs.api.entity.data.IModelData
- enableSlot(int) - Method in interface noppes.npcs.api.roles.IRoleTrader
-
allow an item to be sold on that slot
- enableSlot(int, IPlayer) - Method in interface noppes.npcs.api.roles.IRoleTrader
-
enables the slot for this player
- equals(Object) - Method in class net.minecraft.util.Vec3i
- events() - Method in class noppes.npcs.api.AbstractNpcAPI
- executeCommand(String) - Method in interface noppes.npcs.api.block.IBlockScripted
-
On servers the enable-command-block option in the server.properties needs to be set to true
Use /gamerule commandBlockOutput false/true to turn off/on command block feedback
Setting NpcUseOpCommands to true in the CustomNPCs.cfg should allow the npc to run op commands, be warned this could be a major security risk, use at own risk
For permission plugins the commands are run under uuid:c9c843f8-4cb1-4c82-aa61-e264291b7bd6 and name:[customnpcs] - executeCommand(String) - Method in interface noppes.npcs.api.entity.ICustomNpc
-
On servers the enable-command-block option in the server.properties needs to be set to true
- executeCommand(IWorld, String) - Method in class noppes.npcs.api.AbstractNpcAPI
- explode(double, double, double, float, boolean, boolean) - Method in interface noppes.npcs.api.IWorld
- explode(IPos, float, boolean, boolean) - Method in interface noppes.npcs.api.IWorld
- extinguish() - Method in interface noppes.npcs.api.entity.IEntity
-
Removes fire from this entity
All Classes All Packages