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 TypeInterfaceDescriptioninterfaceIAnimal<T extends net.minecraft.world.entity.animal.Animal>interfaceICustomNpc<T extends net.minecraft.world.entity.Mob>interfaceIMob<T extends net.minecraft.world.entity.Mob>interfaceIMonster<T extends net.minecraft.world.entity.Mob>interfaceIPixelmon<T extends net.minecraft.world.entity.TamableAnimal>interfaceIPlayer<T extends net.minecraft.server.level.ServerPlayer>interfaceIVillager<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 TypeMethodDescriptionvoidIEntityLiving.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 IEntityLivingNpcEvent.KilledEntityEvent.entityNpcEvent.TargetEvent.entityfinal IEntityLivingNpcEvent.TargetLostEvent.entityThe previous targetfinal IEntityLivingPlayerEvent.KilledEntityEvent.entityfinal IEntityLivingNpcEvent.MeleeAttackEvent.targetfinal IEntityLivingNpcEvent.RangedLaunchedEvent.target