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 classVersionPredicate.Type -
Constructor Summary
Constructors Constructor Description VersionPredicate(VersionPredicate.Type type, String version) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)VersionPredicate.TypegetType()StringgetVersion()inthashCode()static Set<VersionPredicate>parse(Collection<String> matchers)StringtoString()