Package net.fabricmc.loader.api
Class VersionPredicate
java.lang.Object
net.fabricmc.loader.api.VersionPredicate
public final class VersionPredicate extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VersionPredicate.Type
-
Constructor Summary
Constructors Constructor Description VersionPredicate(VersionPredicate.Type type, String version)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
VersionPredicate.Type
getType()
String
getVersion()
int
hashCode()
static Set<VersionPredicate>
parse(Collection<String> matchers)
String
toString()