Class ObfuscationServiceFabric

java.lang.Object
net.fabricmc.loom.mixin.ObfuscationServiceFabric
All Implemented Interfaces:
org.spongepowered.tools.obfuscation.service.IObfuscationService

public class ObfuscationServiceFabric
extends java.lang.Object
implements org.spongepowered.tools.obfuscation.service.IObfuscationService
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String IN_MAP_EXTRA_FILES  
    static java.lang.String IN_MAP_FILE  
    static java.lang.String OUT_MAP_FILE  
  • Constructor Summary

    Constructors
    Constructor Description
    ObfuscationServiceFabric()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Collection<org.spongepowered.tools.obfuscation.service.ObfuscationTypeDescriptor> getObfuscationTypes()  
    java.util.Collection<org.spongepowered.tools.obfuscation.service.ObfuscationTypeDescriptor> getObfuscationTypes​(org.spongepowered.tools.obfuscation.interfaces.IMixinAnnotationProcessor ap)  
    java.util.Set<java.lang.String> getSupportedOptions()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ObfuscationServiceFabric

      public ObfuscationServiceFabric()
  • Method Details

    • getSupportedOptions

      public java.util.Set<java.lang.String> getSupportedOptions()
      Specified by:
      getSupportedOptions in interface org.spongepowered.tools.obfuscation.service.IObfuscationService
    • getObfuscationTypes

      public java.util.Collection<org.spongepowered.tools.obfuscation.service.ObfuscationTypeDescriptor> getObfuscationTypes​(org.spongepowered.tools.obfuscation.interfaces.IMixinAnnotationProcessor ap)
      Specified by:
      getObfuscationTypes in interface org.spongepowered.tools.obfuscation.service.IObfuscationService
    • getObfuscationTypes

      public java.util.Collection<org.spongepowered.tools.obfuscation.service.ObfuscationTypeDescriptor> getObfuscationTypes()