Hello, is there a way to make a mob use the "onItemRighclick" method inside the Item.class. The problem is that the argument is fixed for EntityPlayer. I want to create an AI, where mobs can use (nearly) any items right click function. I might be able to create a fake player and do it that way but i rather not if theres other ways. (for minecraft 1.10.2).