Package net.neoforged.fml.loading.mixin
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) getId()
Collection
<org.spongepowered.asm.launch.platform.container.IContainerHandle>
-
Constructor Details
-
FMLMixinContainerHandle
public FMLMixinContainerHandle()
-
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in interfaceorg.spongepowered.asm.launch.platform.container.IContainerHandle
-
getNestedContainers
public Collection<org.spongepowered.asm.launch.platform.container.IContainerHandle> getNestedContainers()- Specified by:
getNestedContainers
in interfaceorg.spongepowered.asm.launch.platform.container.IContainerHandle
-
getId
- Specified by:
getId
in interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigSource
-
getDescription
- Specified by:
getDescription
in interfaceorg.spongepowered.asm.mixin.extensibility.IMixinConfigSource
-