Jump to content

[1.10.2] What is the Entity AI where it would attack all of HOSTILE mobs but doesn't harm friendly ones?


TheRPGAdventurer

Recommended Posts

You will need to add an entity AI to attack the current target, and one to target the nearest hostile mob. Have a look at EntityWolf#initEntityAI for a good example of how that works.

 

As far as I can see, though, vanilla doesn't have an entity AI for targetting the nearest hostile mob, so you will need to create it yourself. EntityAINearestAttackableTarget is close, but only accepts one type of targetable Entity.

 

You can tell if a given type of Entity is hostile because it will implement the IMob interface.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.