Jump to content

[1.8.9] Get held item of player on server?


yungcxn

Recommended Posts

I want to build a mod which should detect whether a player in the world of a server is holding a certain item in his hands. I tried it with

 

 if(event.entityPlayer.getHeldItem().getItem() == Items.ender_pearl)

 

but it didn't work because this is called in the WorldTickEvent and event.entityPlayer is wrong.

I greatly appreaciate every kind of help.

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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