PlayerInteractEntityEvent get called twice code example
Example: PlayerInteractEntityEvent get called twice
if (e.getHand() == EquipmentSlot.HAND) {
// ... Your code with test
}
if (e.getHand() == EquipmentSlot.HAND) {
// ... Your code with test
}