Class LeftClickEntityInteractionEvent
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
com.pixelmonmod.pixelmon.api.npc.interaction.event.type.LeftClickEntityInteractionEvent
An implementation of the
InteractionEvent
for the
AttackEntityEvent
Forge event-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRightClick
(net.minecraftforge.event.entity.player.AttackEntityEvent event) Methods inherited from class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
createContext, id, triggerInteraction
-
Constructor Details
-
LeftClickEntityInteractionEvent
public LeftClickEntityInteractionEvent()
-
-
Method Details
-
onRightClick
public void onRightClick(net.minecraftforge.event.entity.player.AttackEntityEvent event)
-