Class SortableNode<N extends SortableNode<N>>
java.lang.Object
net.fabricmc.fabric.impl.base.toposort.SortableNode<N>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPreviousNode(N node) protected voidaddSubsequentNode(N node) protected abstract Stringstatic <N extends SortableNode<N>>
voidlink(N first, N second)
-
Field Details
-
subsequentNodes
-
previousNodes
-
-
Constructor Details
-
SortableNode
public SortableNode()
-
-
Method Details
-
getDescription
- Returns:
- Description of this node, used to print the cycle warning.
-
addSubsequentNode
-
addPreviousNode
-
link
-