Class PlayerJumpEvent

    • Constructor Detail

      • PlayerJumpEvent

        public PlayerJumpEvent()
    • Method Detail

      • getFrom

        public abstract org.bukkit.Location getFrom()
      • getTo

        public abstract org.bukkit.Location getTo()
      • getDeltaXYZ

        public abstract double getDeltaXYZ()
      • getDeltaXZ

        public abstract double getDeltaXZ()
      • getDeltaX

        public abstract double getDeltaX()
      • getDeltaY

        public abstract double getDeltaY()
      • getDeltaZ

        public abstract double getDeltaZ()