A
B
C
D
F
G
H
I
M
N
O
P
R
S
T
B
- build() - function in net.yakclient.mixins.base.TransformerConfig.TransformerConfigScope
- Constructs a TransformerConfig from the collected transformers.
- byteCodeSignature(Method) - function in net.yakclient.mixins.base.ByteCodeUtils
- Returns the runtime method signature of the provided method.
- ByteCodeUtils - class in net.yakclient.mixins.base
- A common set of utilities that might be needed for doing work with JVM Bytecode.
- ByteCodeUtils.MethodSignature - class in net.yakclient.mixins.base.ByteCodeUtils
- Represents a method signature and its 3 parts; A name, a description(parameters) and a (optional) return type.
- ByteCodeUtils.MethodSignature.Companion - class in net.yakclient.mixins.base.ByteCodeUtils.MethodSignature