Class TILCoreEntryPointFabric

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.core.CoreEntryPoint
mods.thecomputerizer.theimpossiblelibrary.fabric.core.TILCoreEntryPointFabric

public class TILCoreEntryPointFabric 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.objectweb.asm.tree.ClassNode
    editClass(org.objectweb.asm.tree.ClassNode classNode)
     
     
     
    protected void
    loadLocalPoseStack(int index)
     
    protected static String
    mapClass(String dev, String notDev)
     
    protected static String
    mapDev(String dev, String notDev)
     
    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

    • GUI

      protected static final String GUI
    • MINECRAFT

      protected static final String MINECRAFT
    • POSESTACK

      protected static final String POSESTACK
    • core

      protected final mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core
  • Constructor Details

    • TILCoreEntryPointFabric

      public TILCoreEntryPointFabric()
  • Method Details

    • mapClass

      protected static String mapClass(String dev, String notDev)
    • mapDev

      protected static String mapDev(String dev, String notDev)
    • 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
    • loadLocalPoseStack

      protected void loadLocalPoseStack(int index)
    • renderDebugQuery

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