Jump to content

[1.16.1] [Solved?] Minecraft.objectMouseOver ignores my entity


Recommended Posts

Posted (edited)

I'm creating a custom entity now. I've overriden attackEntityFrom(DamageSource, float) method for it, but it seems like it is never called, even if I hit my entity in creative mode.

Then, for debug purposes, I subscribed to some client tick event and logged Minecraft.objectMouseOver.getType().toString(). As expected, my entity is just ignored by raytracing.

F3+B overlay shows a perfect 1x1x1 box around my entity, that I obviously should hit. Entity exists on both client and server (I can /kill it and it's rendered).

 

So, here comes a question: what should I define for raytracing to notice my entity?

Edited by Dzuchun
solved?

Everything said above may be absolutely wrong. No rights reserved.

Posted (edited)
10 hours ago, poopoodice said:

You need to set the size of your entity type, and call setPosition() which eventually sets the bounding box of the entity.

Of course, I set the size, that's why

11 hours ago, Dzuchun said:

F3+B overlay shows a perfect 1x1x1 box around my entity

Also, I call recalculateSize method inside entity constructor (after calling superclass constructor). It seem to recenter bounding box as well.

Edited by Dzuchun

Everything said above may be absolutely wrong. No rights reserved.

Posted

I have no idea why, but it works now. Seems like all i've changed is canBeCollidedWith return value to true.

Everything said above may be absolutely wrong. No rights reserved.

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.