Package io.papermc.asm.versioned.matcher
Class VersionedMatcher<C>
java.lang.Object
io.papermc.asm.versioned.matcher.VersionedMatcher<C>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <C> VersionedMatcherBuilder<C> builder()static VersionedMatcherBuilder<FieldMatcher> static VersionedMatcherBuilder<MethodMatcher> ruleForVersion(ApiVersion<?> version, Function<C, ? extends RewriteRule> creator) static <P> RewriteRuleruleForVersion(NavigableMap<ApiVersion<?>, P> versions, ApiVersion<?> version, Function<P, ? extends RewriteRule> creator) static <C> VersionedMatcher<C> single(ApiVersion<?> apiVersion, C context)
-
Constructor Details
-
Method Details
-
single
-
fieldBuilder
-
methodBuilder
-
targetedMethodBuilder
-
builder
-
ruleForVersion
-