Class TargetedMethodMatcherImpl
java.lang.Object
io.papermc.asm.rules.builder.matcher.method.targeted.TargetedMethodMatcherImpl
- All Implemented Interfaces:
MethodMatcher,TargetedMethodMatcher
-
Method Summary
Modifier and TypeMethodDescriptionbooleannegate()Creates a method matcher that is the inverse of this matcher.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.papermc.asm.rules.builder.matcher.method.MethodMatcher
and, and, matches, or
-
Method Details
-
matches
- Specified by:
matchesin interfaceMethodMatcher
-
negate
Description copied from interface:MethodMatcherCreates a method matcher that is the inverse of this matcher.- Specified by:
negatein interfaceMethodMatcher- Returns:
- the inverse matcher
-
targetType
- Specified by:
targetTypein interfaceTargetedMethodMatcher
-