Weave

private class Weave(val matcher: ElementMatcher<MethodDescription>, val params: List<String>?, val methodName: String, val slot: Int, val key: String, val phase: Patch.Phase)

Everything the per-type transform body needs that isn't the type itself. methodName is the mojmap name the script asked for, carried rather than looked back up: it is exact by construction, and on an obf runtime it is the only way the reported signature can name the method at all.

Constructors

Link copied to clipboard
constructor(matcher: ElementMatcher<MethodDescription>, params: List<String>?, methodName: String, slot: Int, key: String, phase: Patch.Phase)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
val matcher: ElementMatcher<MethodDescription>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val slot: Int