Class TILCoreEntryPointNeoForge

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
mods.thecomputerizer.theimpossiblelibrary.neoforge.core.TILCoreEntryPointNeoForge

public class TILCoreEntryPointNeoForge extends mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TILCoreEntryPointNeoForge(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.objectweb.asm.tree.ClassNode
    editClass(org.objectweb.asm.tree.ClassNode classNode)
     
     
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint

    beginList, endList, getClassName, getClassName, getFieldName, getFieldName, getMethodName, getMethodName, insBasic, insField, insIf, insInvokeInterface, insInvokeInterface, insInvokeSpecial, insInvokeSpecial, insInvokeStatic, insInvokeStatic, insInvokeVirtual, insInvokeVirtual, insLabel, insLDC, insThis, insType, insVar, isTarget, toBinary, toDesc, toInternal, toSignature, toString, transform, transform

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • TILCoreEntryPointNeoForge

      public TILCoreEntryPointNeoForge(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core)
  • Method Details

    • classTargets

      public List<String> classTargets()
      Overrides:
      classTargets in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
    • editClass

      public org.objectweb.asm.tree.ClassNode editClass(org.objectweb.asm.tree.ClassNode classNode)
      Overrides:
      editClass in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
    • getCoreID

      public String getCoreID()
      Specified by:
      getCoreID in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
    • getCoreName

      public String getCoreName()
      Specified by:
      getCoreName in class mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
    • renderDebugQuery

      protected mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint renderDebugQuery()