Uses of Interface
noppes.npcs.api.entity.IEntityLiving
Packages that use IEntityLiving
-
Uses of IEntityLiving in noppes.npcs.api.entity
Subinterfaces of IEntityLiving in noppes.npcs.api.entityModifier and TypeInterfaceDescriptioninterface
IAnimal<T extends net.minecraft.world.entity.animal.Animal>
interface
ICustomNpc<T extends net.minecraft.world.entity.Mob>
interface
IMob<T extends net.minecraft.world.entity.Mob>
interface
IMonster<T extends net.minecraft.world.entity.Mob>
interface
IPixelmon<T extends net.minecraft.world.entity.TamableAnimal>
interface
IPlayer<T extends net.minecraft.server.level.ServerPlayer>
interface
IVillager<T extends net.minecraft.world.entity.Mob>
Methods in noppes.npcs.api.entity that return IEntityLivingModifier and TypeMethodDescriptionIEntityLiving.getAttackTarget()
IEntityLiving.getLastAttacked()
ICustomNpc.getOwner()
Methods in noppes.npcs.api.entity with parameters of type IEntityLivingModifier and TypeMethodDescriptionvoid
IEntityLiving.setAttackTarget
(IEntityLiving living) ICustomNpc.shootItem
(IEntityLiving target, IItemStack item, int accuracy) -
Uses of IEntityLiving in noppes.npcs.api.entity.data.role
Methods in noppes.npcs.api.entity.data.role that return IEntityLivingModifier and TypeMethodDescriptionIJobSpawner.spawnEntity
(int i) Npc needs to be attacking something or be set to Despawn Spawns On Target Lost: No, otherwise it will despawn right away -
Uses of IEntityLiving in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IEntityLivingModifier and TypeFieldDescriptionfinal IEntityLiving
NpcEvent.KilledEntityEvent.entity
NpcEvent.TargetEvent.entity
final IEntityLiving
NpcEvent.TargetLostEvent.entity
The previous targetfinal IEntityLiving
PlayerEvent.KilledEntityEvent.entity
final IEntityLiving
NpcEvent.MeleeAttackEvent.target
final IEntityLiving
NpcEvent.RangedLaunchedEvent.target