Gets a priority of this event node. @return the event priority @since 1.0
()
| 264 | * @since 1.0 |
| 265 | */ |
| 266 | public @NonNull EventPriority priority() { |
| 267 | return this.priority; |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Gets a class of an event that this event node handles. |
no outgoing calls