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

Method children

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

Creates plain CollectionAcquisition a collection acquisition of child event nodes that were registered in this event node. @return the collection acquisition @since 1.0

()

Source from the content-addressed store, hash-verified

254 * @since 1.0
255 */
256 public @NonNull CollectionAcquisition<EventNode<? extends E>, ?> children() {
257 return this.children.acquireRead();
258 }
259
260 /**
261 * Gets a priority of this event node.

Callers 1

testChildrenMethod · 0.95

Calls

no outgoing calls

Tested by 1

testChildrenMethod · 0.76