Package io.papermc.asm.versioned.matcher
Interface VersionedMatcherBuilder<C>
- All Superinterfaces:
Builder<VersionedMatcher<C>>
- All Known Subinterfaces:
VersionedTargetedMethodMatcherWithHandlerBuilder
- All Known Implementing Classes:
VersionedMatcherBuilderImpl,VersionedTargetedMethodMatcherWithHandlerBuilderImpl
-
Method Summary
-
Method Details
-
with
@Contract(value="_, _ -> this", mutates="this") VersionedMatcherBuilder<C> with(ApiVersion<?> apiVersion, C context)
-