Package net.minecraftforge.fml
Class ModLoader.ErroredModContainer
- java.lang.Object
-
- net.minecraftforge.fml.ModContainer
-
- net.minecraftforge.fml.ModLoader.ErroredModContainer
-
- Enclosing class:
- ModLoader
private static class ModLoader.ErroredModContainer extends ModContainer
-
-
Field Summary
-
Fields inherited from class net.minecraftforge.fml.ModContainer
activityMap, configHandler, configs, contextExtension, extensionPoints, modId, modInfo, modLoadingStage, namespace
-
-
Constructor Summary
Constructors Constructor Description ErroredModContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getMod()
boolean
matches(java.lang.Object mod)
Does this mod match the supplied mod?-
Methods inherited from class net.minecraftforge.fml.ModContainer
acceptEvent, addConfig, buildTransitionHandler, dispatchConfigEvent, getCurrentState, getCustomExtension, getModId, getModInfo, getNamespace, registerExtensionPoint
-
-
-
-
Method Detail
-
matches
public boolean matches(java.lang.Object mod)
Description copied from class:ModContainer
Does this mod match the supplied mod?- Specified by:
matches
in classModContainer
- Parameters:
mod
- to compare- Returns:
- if the mod matches
-
getMod
public java.lang.Object getMod()
- Specified by:
getMod
in classModContainer
- Returns:
- the mod object instance
-
-