Package io.papermc.asm.versioned.matcher
Class VersionedTargetedMethodMatcherWithHandlerBuilderImpl
java.lang.Object
io.papermc.asm.versioned.matcher.VersionedMatcherBuilderImpl<TargetedMethodMatcherWithHandler>
io.papermc.asm.versioned.matcher.VersionedTargetedMethodMatcherWithHandlerBuilderImpl
- All Implemented Interfaces:
Builder<VersionedMatcher<TargetedMethodMatcherWithHandler>>,VersionedMatcherBuilder<TargetedMethodMatcherWithHandler>,VersionedTargetedMethodMatcherWithHandlerBuilder
public final class VersionedTargetedMethodMatcherWithHandlerBuilderImpl
extends VersionedMatcherBuilderImpl<TargetedMethodMatcherWithHandler>
implements VersionedTargetedMethodMatcherWithHandlerBuilder
-
Field Summary
Fields inherited from class io.papermc.asm.versioned.matcher.VersionedMatcherBuilderImpl
versions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwith(ApiVersion<?> apiVersion, TargetedMethodMatcher matcher, Method staticHandler) with(ApiVersion<?> apiVersion, TargetedMethodMatcherWithHandler context) Methods inherited from class io.papermc.asm.versioned.matcher.VersionedMatcherBuilderImpl
build
-
Constructor Details
-
VersionedTargetedMethodMatcherWithHandlerBuilderImpl
public VersionedTargetedMethodMatcherWithHandlerBuilderImpl()
-
-
Method Details
-
with
public VersionedTargetedMethodMatcherWithHandlerBuilder with(ApiVersion<?> apiVersion, TargetedMethodMatcherWithHandler context) - Specified by:
within interfaceVersionedMatcherBuilder<TargetedMethodMatcherWithHandler>- Specified by:
within interfaceVersionedTargetedMethodMatcherWithHandlerBuilder- Overrides:
within classVersionedMatcherBuilderImpl<TargetedMethodMatcherWithHandler>
-
with
public VersionedTargetedMethodMatcherWithHandlerBuilder with(ApiVersion<?> apiVersion, TargetedMethodMatcher matcher, Method staticHandler) - Specified by:
within interfaceVersionedTargetedMethodMatcherWithHandlerBuilder
-