类 Graph

java.lang.Object
net.minecraft.util.Graph

public final class Graph extends Object
  • 构造器详细资料

    • Graph

      private Graph()
  • 方法详细资料

    • depthFirstSearch

      public static <T> boolean depthFirstSearch(Map<T,Set<T>> pGraph, Set<T> pNonCyclicalNodes, Set<T> pPathSet, Consumer<T> pOnNonCyclicalNodeFound, T pCurrentNode)