-
- All Implemented Interfaces:
-
net.yakclient.mixins.base.InstructionReader,net.yakclient.mixins.base.InstructionResolver
public abstract class DirectInstructionReader implements InstructionReader
Reads the given instruction from the provided parent class and the specified method provided.
-
-
Constructor Summary
Constructors Constructor Description DirectInstructionReader(String parentClass, String methodSignature)constructs given the parent class and method signature.
-