Jump to content

[1.15.2] LivingDeathEvent TrueSource giving NullPointerException


Recommended Posts

Posted

Hi, I am having problems when trying to get the name of the item used to kill mobs. In my testing (see attached image) getSource is working but getTrueSource and getHeldEquipment is not. What do I need to do to get this working?

LivingDeathEvent-error.png

Posted

Hi

Most likely, if trueSource or heldEquipment is null, it means "not relevant".

eg the entity which caused the damage wasn't holding anything.

 

In which case you should check for null first and do some kind of default if it's null

 

Or have I misunderstood your question?

 

-TGG

 

 

 

Posted

the issue is this is returning the error when I am holding something.

I want to use this field to determine when a mob is killed by a specific weapon, if the death doesn't involve the specific weapon i can ignore it.

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.