Class AnimationEndEvent

java.lang.Object
org.bukkit.event.Event
me.c7dev.dexterity.api.events.AnimationEndEvent

public class AnimationEndEvent extends Event
  • Constructor Details

    • AnimationEndEvent

      public AnimationEndEvent(Player p_, Animation a_)
      Event called when a display's animation terminates
      Parameters:
      p_ - The player involved, if there is one (such as for
      invalid reference
      RideAnimation
      )
      a_ -
  • Method Details