Package io.papermc.asm.rules.method
package io.papermc.asm.rules.method
-
ClassDescriptionA rule that targets specific methods and owners.Holds the structure of the rewritten method that replaces a matching method found in the bytecode.These rewrites do not redirect to a static method like
StaticRewrites.Changes a return type to a subtype of the old type.Changes a parameter type to a super type.