Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.addModAsResource(ModContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.addSpecialModEntries(ArrayList<ModContainer> mods) |
Constructor and Description |
---|
FMLFileResourcePack(ModContainer container) |
FMLFolderResourcePack(ModContainer container) |
Constructor and Description |
---|
GuiSlotModList(GuiModList parent,
ArrayList<ModContainer> mods,
int listWidth) |
Modifier and Type | Class and Description |
---|---|
class |
DummyModContainer |
class |
FMLDummyContainer |
class |
FMLModContainer |
class |
InjectedModContainer |
class |
MCPDummyContainer |
class |
MinecraftDummyContainer |
Modifier and Type | Field and Description |
---|---|
ModContainer |
WrongMinecraftVersionException.mod |
ModContainer |
ModMetadata.parentMod |
ModContainer |
InjectedModContainer.wrappedContainer |
Modifier and Type | Field and Description |
---|---|
List<ModContainer> |
ModMetadata.childMods |
com.google.common.collect.SetMultimap<ModContainer,File> |
DuplicateModsFoundException.dupes |
Modifier and Type | Method and Description |
---|---|
ModContainer |
LoadController.activeContainer() |
ModContainer |
Loader.activeModContainer() |
ModContainer |
ModContainerFactory.build(ASMModParser modParser,
File modSource,
ModCandidate container) |
ModContainer |
FMLCommonHandler.findContainerFor(Object mod)
Find the container that associates with the supplied mod object
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableBiMap<ModContainer,Object> |
LoadController.buildModObjectList() |
List<ModContainer> |
Loader.getActiveModList() |
List<ModContainer> |
LoadController.getActiveModList() |
Map<String,ModContainer> |
Loader.getIndexedModList() |
List<ModContainer> |
Loader.getModList() |
com.google.common.collect.BiMap<ModContainer,Object> |
Loader.getModObjectList() |
com.google.common.collect.BiMap<ModContainer,Object> |
LoadController.getModObjectList() |
com.google.common.collect.BiMap<Object,ModContainer> |
Loader.getReversedModObjectList() |
Modifier and Type | Method and Description |
---|---|
void |
IFMLSidedHandler.addModAsResource(ModContainer container) |
void |
FMLCommonHandler.addModToResourcePack(ModContainer container) |
void |
LoadController.errorOccurred(ModContainer modContainer,
Throwable exception) |
LoaderState.ModState |
Loader.getModState(ModContainer selectedMod) |
LoaderState.ModState |
LoadController.getModState(ModContainer selectedMod) |
static void |
ProxyInjector.inject(ModContainer mod,
ASMDataTable data,
Side side,
ILanguageAdapter languageAdapter) |
void |
ILanguageAdapter.setInternalProxies(ModContainer mod,
Side side,
ClassLoader loader) |
void |
ILanguageAdapter.ScalaAdapter.setInternalProxies(ModContainer mod,
Side side,
ClassLoader loader) |
void |
ILanguageAdapter.JavaAdapter.setInternalProxies(ModContainer mod,
Side side,
ClassLoader loader) |
Constructor and Description |
---|
InjectedModContainer(ModContainer mc,
File source) |
WrongMinecraftVersionException(ModContainer mod) |
Constructor and Description |
---|
DuplicateModsFoundException(com.google.common.collect.SetMultimap<ModContainer,File> dupes) |
Modifier and Type | Method and Description |
---|---|
List<ModContainer> |
DirectoryDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
JarDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
ITypeDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
ModCandidate.explore(ASMDataTable table) |
List<ModContainer> |
ContainerType.findMods(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
ModDiscoverer.identifyMods() |
Modifier and Type | Method and Description |
---|---|
void |
ASMDataTable.addContainer(ModContainer container) |
com.google.common.collect.SetMultimap<String,ASMDataTable.ASMData> |
ASMDataTable.getAnnotationsFor(ModContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryDiscoverer.exploreFileSystem(String path,
File modDir,
List<ModContainer> harvestedMods,
ModCandidate candidate,
MetadataCollection mc) |
Modifier and Type | Method and Description |
---|---|
void |
FMLEvent.applyModContainer(ModContainer activeContainer) |
void |
FMLPreInitializationEvent.applyModContainer(ModContainer activeContainer) |
void |
FMLInterModComms.IMCEvent.applyModContainer(ModContainer activeContainer) |
Modifier and Type | Method and Description |
---|---|
String |
ModIdFunction.apply(ModContainer container) |
String |
ModNameFunction.apply(ModContainer input) |
Modifier and Type | Class and Description |
---|---|
class |
ModLoaderModContainer |
Modifier and Type | Method and Description |
---|---|
ModContainer |
NetworkModHandler.getContainer() |
Modifier and Type | Method and Description |
---|---|
Set<ModContainer> |
FMLNetworkHandler.getNetworkModList() |
Modifier and Type | Method and Description |
---|---|
boolean |
FMLNetworkHandler.registerNetworkMod(ModContainer container,
Class<?> networkModClass,
ASMDataTable asmData) |
Constructor and Description |
---|
NetworkModHandler(ModContainer container,
Class<?> networkModClass,
ASMDataTable table) |
NetworkModHandler(ModContainer container,
NetworkMod modAnnotation) |
Modifier and Type | Method and Description |
---|---|
ModContainer |
EntityRegistry.EntityRegistration.getContainer() |
Modifier and Type | Method and Description |
---|---|
static Object |
GameRegistry.buildBlock(ModContainer container,
Class<?> type,
Mod.Block annotation)
Internal method for creating an @Block instance
|
EntityRegistry.EntityRegistration |
EntityRegistry.lookupModSpawn(ModContainer mc,
int modEntityId) |
Constructor and Description |
---|
EntityRegistry.EntityRegistration(ModContainer mc,
Class<? extends Entity> entityClass,
String entityName,
int id,
int trackingRange,
int updateFrequency,
boolean sendsVelocityUpdates) |
ItemData(Item item,
ModContainer mc) |
Modifier and Type | Method and Description |
---|---|
List<ModContainer> |
ModSorter.sort() |
Constructor and Description |
---|
ModSorter(List<ModContainer> modList,
Map<String,ModContainer> nameLookup) |
ModSorter(List<ModContainer> modList,
Map<String,ModContainer> nameLookup) |
Modifier and Type | Method and Description |
---|---|
void |
FMLServerHandler.addModAsResource(ModContainer container) |
Modifier and Type | Class and Description |
---|---|
class |
ForgeDummyContainer |