Class Family<T extends HasParent<T>>
java.lang.Object
io.github.headlesshq.headlessmc.launcher.version.family.Family<T>
- Type Parameters:
T
- the type of the members.
Represents the family of a
HasParent
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Family
-
-
Method Details
-
isCircular
public boolean isCircular()- Returns:
true
, if, at some point, a member has a parent which is also a child of his.
-
getMembers
- Returns:
- the members of this family.
-