MCPcopy Create free account
hub / github.com/Hypejet/Jet / priority

Method priority

api/src/main/java/net/hypejet/jet/event/node/EventNode.java:266–268  ·  view source on GitHub ↗

Gets a priority of this event node. @return the event priority @since 1.0

()

Source from the content-addressed store, hash-verified

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.

Callers 3

testNodePropertiesMethod · 0.95
compareToMethod · 0.95
addListenerMethod · 0.45

Calls

no outgoing calls

Tested by 1

testNodePropertiesMethod · 0.76