Package net.minecraftforge.common.asm


package net.minecraftforge.common.asm
  • Class Summary
    Class
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Implements getType() in CapabilityToken subclasses.
     
    Removes the final modifier from fields with the @ObjectHolder annotation, prevents the JITer from in lining them so our runtime replacements can work.
    Modifies specified enums to allow runtime extension by making the $VALUES field non-final and injecting constructor calls which are not valid in normal java code.