A
B
C
D
F
G
H
I
M
N
O
P
R
S
T
P
- parameters(MethodNode) - function in net.yakclient.mixins.base.extension.MethodNodeKt
- Returns a list of parameters in class form.
- primitiveType(Class) - function in net.yakclient.mixins.base.ByteCodeUtils
- Returns the primitive type char for the given class.
- primitiveType(Character) - function in net.yakclient.mixins.base.ByteCodeUtils
- Takes a primitive char type and returns the corresponding class associated with it, or null if the char is not a primitive type.
- ProvidedInstructionReader - class in net.yakclient.mixins.base
- Returns the instructions provided via constructor.
- ProxiedClassTransformer - class in net.yakclient.mixins.base
- Conducts proxied transformations on classes.
- ProxiedFieldTransformer - class in net.yakclient.mixins.base
- Conducts proxied transformations on fields.
- ProxiedMethodTransformer - class in net.yakclient.mixins.base
- Conducts proxied transformations on methods.
- ProxiedTransformer - class in net.yakclient.mixins.base
- Using the provided transformers transforms the given context with the output of the last transformer as the input of the next.