Jump to content

[1.8]Using aabb to give near entitys a potion effect.


Looke81

Recommended Posts

AxisAlignedBB takes 6 arguments: minX/Y/Z, maxX/Y/Z. Easiest way to use it for an area surrounding an entity is getEntityBoundingBox().expand(dx, dy, dz) where dX/Y/Z are the amount you want to expand along that axis (it expands in both directions, so 8.0D actually adds 16.0D to the total dimensions).

 

this.getEntityBoundingBox().expand(8.0D, 4.0D, 8.0D) // gets all entities around this entity within 8 blocks, but only 4 along the y axis

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.