Jump to content

getting two colliding bounding boxes and the entity owners of that bounding box


Recommended Posts

Posted

I'm having trouble with the method that i was using getEntitiesWithinAABBExludingEntity. What I want is to get really not if the posX posY posZ location of an entity that is in my bounding box but when the two are colliding. AND the target entity is of the same class as my entity.

 

 

Thank you for reading.

Posted

Hi

 

I'm not sure I understand your question.  All collision detection in minecraft is done by checking whether the AABB overlap.  world.getEntitiesWithinAABB for example, will give you a list of suitable entities and you can iterate through them all to check their class?

 

-TGG

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.