Package 

Class DirectInstructionReader

  • 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.
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.yakclient.mixins.base.InstructionReader

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirectInstructionReader

        DirectInstructionReader(String parentClass, String methodSignature)
        constructs given the parent class and method signature.