A
B
C
D
F
G
H
I
M
N
O
P
R
S
T
M
- matches(ByteCodeUtils.MethodSignature) - function in net.yakclient.mixins.base.ByteCodeUtils.MethodSignature
- Checks if the name and description of the other Signature match this one.
- matches(T) - function in net.yakclient.mixins.base.TargetedTransformer
- Determines if the given context matches.
- matches(MethodNode) - function in net.yakclient.mixins.base.TargetedMethodTransformer
- Determines if the given context matches.
- matches(FieldNode) - function in net.yakclient.mixins.base.TargetedFieldTransformer
- Determines if the given context matches.
- MethodNodeKt - class in net.yakclient.mixins.base.extension
- methodOf(ClassNode,String,Class) - function in net.yakclient.mixins.base.extension.ClassNodeKt
- Returns the given MethodNode matching the provided name and parameter arguments.
- MethodTransformer - class in net.yakclient.mixins.base
- The base transformer type for all method transformations.
- mixinOf(Class) - function in net.yakclient.mixins.base.TransformerConfigurations
- Given a class annotated with @Mixer creates a configuration scope with all basic mixin transformers.
- mixinOf(KClass) - function in net.yakclient.mixins.base.TransformerConfigurations
- Creates a mixin configuration from a KClass.
- Mixins - class in net.yakclient.mixins.base
- The base of the mixin api.