Jump to content

[1.8] How to move entity?


Warix

Recommended Posts

Hello, i have rocket launcher and when i want it to shoot i made it to spawn entity, and that rocket launcher is riding entity, when that entity attacks something rocket launcher will spawn rocket. I made all that but now i need to make that rocket to go on entity that entity what rocket launcher is ridding is attacking. (basically if rocket launcher rides wolf and wolf starts to attack sheep , rocket will spawn where rocket launcher is) . I tried to move rocket with motionX and others, but i just can't get it right, I'm not sure if there are other simpler ways to attack with flying entity. Rocket is extending EntityFlying ( I can change it if there is easier way to do it).

:D
Link to comment
Share on other sites

Extend EntityThrowable (easier to work with) or EntityArrow; EntityArrow has a constructor specifically used by skeletons to send the projectile towards a target, rather than in the direction the shooting entity is facing. You should be able to either use it directly or copy / adapt it to suit your needs.

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.