Class FMLMixinContainerHandle

java.lang.Object
net.neoforged.fml.loading.mixin.FMLMixinContainerHandle
All Implemented Interfaces:
org.spongepowered.asm.launch.platform.container.IContainerHandle, org.spongepowered.asm.mixin.extensibility.IMixinConfigSource

public class FMLMixinContainerHandle extends Object implements org.spongepowered.asm.launch.platform.container.IContainerHandle
Container handle representing all of FML's mixin configs. No attribute because we directly load the mixin configs in FMLMixinPlatformAgent.
  • Constructor Details

    • FMLMixinContainerHandle

      public FMLMixinContainerHandle()
  • Method Details

    • getAttribute

      public String getAttribute(String name)
      Specified by:
      getAttribute in interface org.spongepowered.asm.launch.platform.container.IContainerHandle
    • getNestedContainers

      public Collection<org.spongepowered.asm.launch.platform.container.IContainerHandle> getNestedContainers()
      Specified by:
      getNestedContainers in interface org.spongepowered.asm.launch.platform.container.IContainerHandle
    • getId

      public String getId()
      Specified by:
      getId in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigSource
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.spongepowered.asm.mixin.extensibility.IMixinConfigSource