Class ModDependency
-
- All Implemented Interfaces:
public final class ModDependencyA mod named as a dependency by another, and the side that dependency is needed on.
Only the id is known — the declaring descriptor names a mod, not a file — so matching this back to a jar happens against ScannedMod.modID.
-
-
Constructor Summary
Constructors Constructor Description ModDependency(String modID, Sideness sideness)
-