Class RightClickEntityInteractionEvent

java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
com.pixelmonmod.pixelmon.api.npc.interaction.event.type.RightClickEntityInteractionEvent

public class RightClickEntityInteractionEvent extends InteractionEvent
An implementation of the InteractionEvent for the PlayerInteractEvent.EntityInteractSpecific Forge event
  • Constructor Details

    • RightClickEntityInteractionEvent

      public RightClickEntityInteractionEvent()
  • Method Details

    • onRightClick

      public void onRightClick(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteractSpecific event)