Class RightClickEntityInteractionEvent
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
com.pixelmonmod.pixelmon.api.npc.interaction.event.type.RightClickEntityInteractionEvent
An implementation of the
InteractionEvent
for the
PlayerInteractEvent.EntityInteractSpecific
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.PlayerInteractEvent.EntityInteractSpecific event) Methods inherited from class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
createContext, id, triggerInteraction
-
Constructor Details
-
RightClickEntityInteractionEvent
public RightClickEntityInteractionEvent()
-
-
Method Details
-
onRightClick
public void onRightClick(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteractSpecific event)
-