Class SitAnimation

java.lang.Object
me.c7dev.dexterity.displays.animation.Animation
me.c7dev.dexterity.displays.animation.SitAnimation
All Implemented Interfaces:
RideableAnimation, org.bukkit.event.Listener

public class SitAnimation extends Animation implements RideableAnimation, org.bukkit.event.Listener
  • Constructor Details

  • Method Details

    • refreshMountedPlayer

      public void refreshMountedPlayer()
    • getMountedPlayer

      public org.bukkit.entity.Player getMountedPlayer()
      Specified by:
      getMountedPlayer in interface RideableAnimation
    • mount

      public boolean mount(org.bukkit.entity.Player player)
      Specified by:
      mount in interface RideableAnimation
    • dismount

      public void dismount()
      Specified by:
      dismount in interface RideableAnimation
    • setSeatOffset

      public void setSeatOffset(org.bukkit.util.Vector v)
    • getSeatOffset

      public org.bukkit.util.Vector getSeatOffset()
    • onDismountEvent

      public void onDismountEvent(org.bukkit.event.entity.EntityDismountEvent e)
    • onDisplayMove

      public void onDisplayMove(DisplayTranslationEvent e)
    • stop

      public void stop()
      Overrides:
      stop in class Animation