Package 

Class ProvidedInstructionReader

  • All Implemented Interfaces:
    net.yakclient.mixins.base.InstructionReader , net.yakclient.mixins.base.InstructionResolver

    
    public final class ProvidedInstructionReader
     implements InstructionReader
                        

    Returns the instructions provided via constructor.

    • Constructor Summary

      Constructors 
      Constructor Description
      ProvidedInstructionReader(InsnList insn) constructs with the given InsnList
    • Method Summary

      Modifier and Type Method Description
      InsnList get() Resolves the instructions, should need no arguments to achieve this.
      • Methods inherited from class java.lang.Object

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

      • ProvidedInstructionReader

        ProvidedInstructionReader(InsnList insn)
        constructs with the given InsnList
    • Method Detail

      • get

         InsnList get()

        Resolves the instructions, should need no arguments to achieve this.