Guest User

Bungee event priorities

a guest
May 22nd, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /**
  2. * Define the priority of the event handler.
  3. * <p>
  4. * Event handlers are called in order of priority:
  5. * <ol>
  6. * <li>LOWEST</li>
  7. * <li>LOW</li>
  8. * <li>NORMAL</li>
  9. * <li>HIGH</li>
  10. * <li>HIGHEST</li>
  11. * </ol>
  12. *
  13. * @return handler priority
  14. */
  15. byte priority() default EventPriority.NORMAL;
Advertisement
Add Comment
Please, Sign In to add comment