Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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.

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

Edited by poopoodice

  • Author
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.

  • Author

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.