summaryrefslogtreecommitdiff
path: root/javadoc/net/minecraftforge/common/ForgeModContainer.html
diff options
context:
space:
mode:
Diffstat (limited to 'javadoc/net/minecraftforge/common/ForgeModContainer.html')
-rw-r--r--javadoc/net/minecraftforge/common/ForgeModContainer.html733
1 files changed, 0 insertions, 733 deletions
diff --git a/javadoc/net/minecraftforge/common/ForgeModContainer.html b/javadoc/net/minecraftforge/common/ForgeModContainer.html
deleted file mode 100644
index eafdcdd..0000000
--- a/javadoc/net/minecraftforge/common/ForgeModContainer.html
+++ /dev/null
@@ -1,733 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:17 EST 2015 -->
-<title>ForgeModContainer (Forge API)</title>
-<meta name="date" content="2015-02-05">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ForgeModContainer (Forge API)";
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!-- -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../net/minecraftforge/common/ForgeInternalHandler.html" title="class in net.minecraftforge.common"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../net/minecraftforge/common/ForgeVersion.html" title="class in net.minecraftforge.common"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?net/minecraftforge/common/ForgeModContainer.html" target="_top">Frames</a></li>
-<li><a href="ForgeModContainer.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">net.minecraftforge.common</div>
-<h2 title="Class ForgeModContainer" class="title">Class ForgeModContainer</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li><a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">cpw.mods.fml.common.DummyModContainer</a></li>
-<li>
-<ul class="inheritance">
-<li>net.minecraftforge.common.ForgeModContainer</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a>, <a href="../../../cpw/mods/fml/common/WorldAccessContainer.html" title="interface in cpw.mods.fml.common">WorldAccessContainer</a></dd>
-</dl>
-<hr>
-<br>
-<pre>public class <span class="strong">ForgeModContainer</span>
-extends <a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a>
-implements <a href="../../../cpw/mods/fml/common/WorldAccessContainer.html" title="interface in cpw.mods.fml.common">WorldAccessContainer</a></pre>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="nested_class_summary">
-<!-- -->
-</a>
-<h3>Nested Class Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.ModContainer">
-<!-- -->
-</a>
-<h3>Nested classes/interfaces inherited from interface&nbsp;cpw.mods.fml.common.<a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></h3>
-<code><a href="../../../cpw/mods/fml/common/ModContainer.Disableable.html" title="enum in cpw.mods.fml.common">ModContainer.Disableable</a></code></li>
-</ul>
-</li>
-</ul>
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static int[]</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#blendRanges">blendRanges</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#clumpingThreshold">clumpingThreshold</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#defaultSpawnFuzz">defaultSpawnFuzz</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#disableStitchedFileSaving">disableStitchedFileSaving</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#disableVersionCheck">disableVersionCheck</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#forceDuplicateFluidBlockCrash">forceDuplicateFluidBlockCrash</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#fullBoundingBoxLadders">fullBoundingBoxLadders</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#removeErroringEntities">removeErroringEntities</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#removeErroringTileEntities">removeErroringTileEntities</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#shouldSortRecipies">shouldSortRecipies</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static float</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#zombieBabyChance">zombieBabyChance</a></strong></code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static double</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#zombieSummonBaseChance">zombieSummonBaseChance</a></strong></code>&nbsp;</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.common.ModContainer">
-<!-- -->
-</a>
-<h3>Fields inherited from interface&nbsp;cpw.mods.fml.common.<a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></h3>
-<code><a href="../../../cpw/mods/fml/common/ModContainer.html#EMPTY_PROPERTIES">EMPTY_PROPERTIES</a></code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#ForgeModContainer()">ForgeModContainer</a></strong>()</code>&nbsp;</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../net/minecraftforge/common/config/Configuration.html" title="class in net.minecraftforge.common.config">Configuration</a></code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#getConfig()">getConfig</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.Class&lt;?&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#getCustomResourcePackClass()">getCustomResourcePackClass</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a></code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#getDataForWriting(net.minecraft.world.storage.SaveHandler,%20net.minecraft.world.storage.WorldInfo)">getDataForWriting</a></strong>(<a href="../../../net/minecraft/world/storage/SaveHandler.html" title="class in net.minecraft.world.storage">SaveHandler</a>&nbsp;handler,
- <a href="../../../net/minecraft/world/storage/WorldInfo.html" title="class in net.minecraft.world.storage">WorldInfo</a>&nbsp;info)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#getGuiClassName()">getGuiClassName</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#getOwnedPackages()">getOwnedPackages</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>java.io.File</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#getSource()">getSource</a></strong>()</code>
-<div class="block">The location on the file system which this mod came from</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#mappingChanged(cpw.mods.fml.common.event.FMLModIdMappingEvent)">mappingChanged</a></strong>(<a href="../../../cpw/mods/fml/common/event/FMLModIdMappingEvent.html" title="class in cpw.mods.fml.common.event">FMLModIdMappingEvent</a>&nbsp;evt)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#modConstruction(cpw.mods.fml.common.event.FMLConstructionEvent)">modConstruction</a></strong>(<a href="../../../cpw/mods/fml/common/event/FMLConstructionEvent.html" title="class in cpw.mods.fml.common.event">FMLConstructionEvent</a>&nbsp;evt)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#onAvailable(cpw.mods.fml.common.event.FMLLoadCompleteEvent)">onAvailable</a></strong>(<a href="../../../cpw/mods/fml/common/event/FMLLoadCompleteEvent.html" title="class in cpw.mods.fml.common.event">FMLLoadCompleteEvent</a>&nbsp;evt)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#onConfigChanged(cpw.mods.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent)">onConfigChanged</a></strong>(<a href="../../../cpw/mods/fml/client/event/ConfigChangedEvent.OnConfigChangedEvent.html" title="class in cpw.mods.fml.client.event">ConfigChangedEvent.OnConfigChangedEvent</a>&nbsp;event)</code>
-<div class="block">By subscribing to the OnConfigChangedEvent we are able to execute code when our config screens are closed.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#playerLogin(cpw.mods.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent)">playerLogin</a></strong>(<a href="../../../cpw/mods/fml/common/gameevent/PlayerEvent.PlayerLoggedInEvent.html" title="class in cpw.mods.fml.common.gameevent">PlayerEvent.PlayerLoggedInEvent</a>&nbsp;event)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#postInit(cpw.mods.fml.common.event.FMLPostInitializationEvent)">postInit</a></strong>(<a href="../../../cpw/mods/fml/common/event/FMLPostInitializationEvent.html" title="class in cpw.mods.fml.common.event">FMLPostInitializationEvent</a>&nbsp;evt)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#preInit(cpw.mods.fml.common.event.FMLPreInitializationEvent)">preInit</a></strong>(<a href="../../../cpw/mods/fml/common/event/FMLPreInitializationEvent.html" title="class in cpw.mods.fml.common.event">FMLPreInitializationEvent</a>&nbsp;evt)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#readData(net.minecraft.world.storage.SaveHandler,%20net.minecraft.world.storage.WorldInfo,%20java.util.Map,%20net.minecraft.nbt.NBTTagCompound)">readData</a></strong>(<a href="../../../net/minecraft/world/storage/SaveHandler.html" title="class in net.minecraft.world.storage">SaveHandler</a>&nbsp;handler,
- <a href="../../../net/minecraft/world/storage/WorldInfo.html" title="class in net.minecraft.world.storage">WorldInfo</a>&nbsp;info,
- java.util.Map&lt;java.lang.String,<a href="../../../net/minecraft/nbt/NBTBase.html" title="class in net.minecraft.nbt">NBTBase</a>&gt;&nbsp;propertyMap,
- <a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a>&nbsp;tag)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#registerBus(com.google.common.eventbus.EventBus,%20cpw.mods.fml.common.LoadController)">registerBus</a></strong>(com.google.common.eventbus.EventBus&nbsp;bus,
- <a href="../../../cpw/mods/fml/common/LoadController.html" title="class in cpw.mods.fml.common">LoadController</a>&nbsp;controller)</code>
-<div class="block">Register the event bus for the mod and the controller for error handling
- Returns if this bus was successfully registered - disabled mods and other
- mods that don't need real events should return false and avoid further
- processing</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../net/minecraftforge/common/ForgeModContainer.html#serverStarting(cpw.mods.fml.common.event.FMLServerStartingEvent)">serverStarting</a></strong>(<a href="../../../cpw/mods/fml/common/event/FMLServerStartingEvent.html" title="class in cpw.mods.fml.common.event">FMLServerStartingEvent</a>&nbsp;evt)</code>&nbsp;</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.DummyModContainer">
-<!-- -->
-</a>
-<h3>Methods inherited from class&nbsp;cpw.mods.fml.common.<a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a></h3>
-<code><a href="../../../cpw/mods/fml/common/DummyModContainer.html#acceptableMinecraftVersionRange()">acceptableMinecraftVersionRange</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#bindMetadata(cpw.mods.fml.common.MetadataCollection)">bindMetadata</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#canBeDisabled()">canBeDisabled</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getCustomModProperties()">getCustomModProperties</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getDependants()">getDependants</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getDependencies()">getDependencies</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getDisplayVersion()">getDisplayVersion</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getMetadata()">getMetadata</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getMod()">getMod</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getModId()">getModId</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getName()">getName</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getProcessedVersion()">getProcessedVersion</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getRequirements()">getRequirements</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getSharedModDescriptor()">getSharedModDescriptor</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getSigningCertificate()">getSigningCertificate</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getSortingRules()">getSortingRules</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#getVersion()">getVersion</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#isImmutable()">isImmutable</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#matches(java.lang.Object)">matches</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#setEnabledState(boolean)">setEnabledState</a>, <a href="../../../cpw/mods/fml/common/DummyModContainer.html#toString()">toString</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!-- -->
-</a>
-<h3>Field Detail</h3>
-<a name="clumpingThreshold">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>clumpingThreshold</h4>
-<pre>public static&nbsp;int clumpingThreshold</pre>
-</li>
-</ul>
-<a name="removeErroringEntities">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>removeErroringEntities</h4>
-<pre>public static&nbsp;boolean removeErroringEntities</pre>
-</li>
-</ul>
-<a name="removeErroringTileEntities">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>removeErroringTileEntities</h4>
-<pre>public static&nbsp;boolean removeErroringTileEntities</pre>
-</li>
-</ul>
-<a name="disableStitchedFileSaving">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>disableStitchedFileSaving</h4>
-<pre>public static&nbsp;boolean disableStitchedFileSaving</pre>
-</li>
-</ul>
-<a name="forceDuplicateFluidBlockCrash">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>forceDuplicateFluidBlockCrash</h4>
-<pre>public static&nbsp;boolean forceDuplicateFluidBlockCrash</pre>
-</li>
-</ul>
-<a name="fullBoundingBoxLadders">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>fullBoundingBoxLadders</h4>
-<pre>public static&nbsp;boolean fullBoundingBoxLadders</pre>
-</li>
-</ul>
-<a name="zombieSummonBaseChance">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>zombieSummonBaseChance</h4>
-<pre>public static&nbsp;double zombieSummonBaseChance</pre>
-</li>
-</ul>
-<a name="blendRanges">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>blendRanges</h4>
-<pre>public static&nbsp;int[] blendRanges</pre>
-</li>
-</ul>
-<a name="zombieBabyChance">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>zombieBabyChance</h4>
-<pre>public static&nbsp;float zombieBabyChance</pre>
-</li>
-</ul>
-<a name="shouldSortRecipies">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>shouldSortRecipies</h4>
-<pre>public static&nbsp;boolean shouldSortRecipies</pre>
-</li>
-</ul>
-<a name="disableVersionCheck">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>disableVersionCheck</h4>
-<pre>public static&nbsp;boolean disableVersionCheck</pre>
-</li>
-</ul>
-<a name="defaultSpawnFuzz">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>defaultSpawnFuzz</h4>
-<pre>public static&nbsp;int defaultSpawnFuzz</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor_detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="ForgeModContainer()">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>ForgeModContainer</h4>
-<pre>public&nbsp;ForgeModContainer()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method_detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="getGuiClassName()">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getGuiClassName</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getGuiClassName()</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/ModContainer.html#getGuiClassName()">getGuiClassName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></code></dd>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/DummyModContainer.html#getGuiClassName()">getGuiClassName</a></code>&nbsp;in class&nbsp;<code><a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="getConfig()">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getConfig</h4>
-<pre>public static&nbsp;<a href="../../../net/minecraftforge/common/config/Configuration.html" title="class in net.minecraftforge.common.config">Configuration</a>&nbsp;getConfig()</pre>
-</li>
-</ul>
-<a name="onConfigChanged(cpw.mods.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>onConfigChanged</h4>
-<pre>public&nbsp;void&nbsp;onConfigChanged(<a href="../../../cpw/mods/fml/client/event/ConfigChangedEvent.OnConfigChangedEvent.html" title="class in cpw.mods.fml.client.event">ConfigChangedEvent.OnConfigChangedEvent</a>&nbsp;event)</pre>
-<div class="block">By subscribing to the OnConfigChangedEvent we are able to execute code when our config screens are closed.
- This implementation uses the optional configID string to handle multiple Configurations using one event handler.</div>
-</li>
-</ul>
-<a name="playerLogin(cpw.mods.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>playerLogin</h4>
-<pre>public&nbsp;void&nbsp;playerLogin(<a href="../../../cpw/mods/fml/common/gameevent/PlayerEvent.PlayerLoggedInEvent.html" title="class in cpw.mods.fml.common.gameevent">PlayerEvent.PlayerLoggedInEvent</a>&nbsp;event)</pre>
-</li>
-</ul>
-<a name="registerBus(com.google.common.eventbus.EventBus, cpw.mods.fml.common.LoadController)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>registerBus</h4>
-<pre>public&nbsp;boolean&nbsp;registerBus(com.google.common.eventbus.EventBus&nbsp;bus,
- <a href="../../../cpw/mods/fml/common/LoadController.html" title="class in cpw.mods.fml.common">LoadController</a>&nbsp;controller)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html#registerBus(com.google.common.eventbus.EventBus,%20cpw.mods.fml.common.LoadController)">ModContainer</a></code></strong></div>
-<div class="block">Register the event bus for the mod and the controller for error handling
- Returns if this bus was successfully registered - disabled mods and other
- mods that don't need real events should return false and avoid further
- processing</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/ModContainer.html#registerBus(com.google.common.eventbus.EventBus,%20cpw.mods.fml.common.LoadController)">registerBus</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></code></dd>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/DummyModContainer.html#registerBus(com.google.common.eventbus.EventBus,%20cpw.mods.fml.common.LoadController)">registerBus</a></code>&nbsp;in class&nbsp;<code><a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="modConstruction(cpw.mods.fml.common.event.FMLConstructionEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>modConstruction</h4>
-<pre>public&nbsp;void&nbsp;modConstruction(<a href="../../../cpw/mods/fml/common/event/FMLConstructionEvent.html" title="class in cpw.mods.fml.common.event">FMLConstructionEvent</a>&nbsp;evt)</pre>
-</li>
-</ul>
-<a name="preInit(cpw.mods.fml.common.event.FMLPreInitializationEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>preInit</h4>
-<pre>public&nbsp;void&nbsp;preInit(<a href="../../../cpw/mods/fml/common/event/FMLPreInitializationEvent.html" title="class in cpw.mods.fml.common.event">FMLPreInitializationEvent</a>&nbsp;evt)</pre>
-</li>
-</ul>
-<a name="postInit(cpw.mods.fml.common.event.FMLPostInitializationEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>postInit</h4>
-<pre>public&nbsp;void&nbsp;postInit(<a href="../../../cpw/mods/fml/common/event/FMLPostInitializationEvent.html" title="class in cpw.mods.fml.common.event">FMLPostInitializationEvent</a>&nbsp;evt)</pre>
-</li>
-</ul>
-<a name="onAvailable(cpw.mods.fml.common.event.FMLLoadCompleteEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>onAvailable</h4>
-<pre>public&nbsp;void&nbsp;onAvailable(<a href="../../../cpw/mods/fml/common/event/FMLLoadCompleteEvent.html" title="class in cpw.mods.fml.common.event">FMLLoadCompleteEvent</a>&nbsp;evt)</pre>
-</li>
-</ul>
-<a name="serverStarting(cpw.mods.fml.common.event.FMLServerStartingEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>serverStarting</h4>
-<pre>public&nbsp;void&nbsp;serverStarting(<a href="../../../cpw/mods/fml/common/event/FMLServerStartingEvent.html" title="class in cpw.mods.fml.common.event">FMLServerStartingEvent</a>&nbsp;evt)</pre>
-</li>
-</ul>
-<a name="getDataForWriting(net.minecraft.world.storage.SaveHandler, net.minecraft.world.storage.WorldInfo)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getDataForWriting</h4>
-<pre>public&nbsp;<a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a>&nbsp;getDataForWriting(<a href="../../../net/minecraft/world/storage/SaveHandler.html" title="class in net.minecraft.world.storage">SaveHandler</a>&nbsp;handler,
- <a href="../../../net/minecraft/world/storage/WorldInfo.html" title="class in net.minecraft.world.storage">WorldInfo</a>&nbsp;info)</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/WorldAccessContainer.html#getDataForWriting(net.minecraft.world.storage.SaveHandler,%20net.minecraft.world.storage.WorldInfo)">getDataForWriting</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/WorldAccessContainer.html" title="interface in cpw.mods.fml.common">WorldAccessContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="readData(net.minecraft.world.storage.SaveHandler, net.minecraft.world.storage.WorldInfo, java.util.Map, net.minecraft.nbt.NBTTagCompound)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>readData</h4>
-<pre>public&nbsp;void&nbsp;readData(<a href="../../../net/minecraft/world/storage/SaveHandler.html" title="class in net.minecraft.world.storage">SaveHandler</a>&nbsp;handler,
- <a href="../../../net/minecraft/world/storage/WorldInfo.html" title="class in net.minecraft.world.storage">WorldInfo</a>&nbsp;info,
- java.util.Map&lt;java.lang.String,<a href="../../../net/minecraft/nbt/NBTBase.html" title="class in net.minecraft.nbt">NBTBase</a>&gt;&nbsp;propertyMap,
- <a href="../../../net/minecraft/nbt/NBTTagCompound.html" title="class in net.minecraft.nbt">NBTTagCompound</a>&nbsp;tag)</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/WorldAccessContainer.html#readData(net.minecraft.world.storage.SaveHandler,%20net.minecraft.world.storage.WorldInfo,%20java.util.Map,%20net.minecraft.nbt.NBTTagCompound)">readData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/WorldAccessContainer.html" title="interface in cpw.mods.fml.common">WorldAccessContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="mappingChanged(cpw.mods.fml.common.event.FMLModIdMappingEvent)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>mappingChanged</h4>
-<pre>public&nbsp;void&nbsp;mappingChanged(<a href="../../../cpw/mods/fml/common/event/FMLModIdMappingEvent.html" title="class in cpw.mods.fml.common.event">FMLModIdMappingEvent</a>&nbsp;evt)</pre>
-</li>
-</ul>
-<a name="getSource()">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getSource</h4>
-<pre>public&nbsp;java.io.File&nbsp;getSource()</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html#getSource()">ModContainer</a></code></strong></div>
-<div class="block">The location on the file system which this mod came from</div>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/ModContainer.html#getSource()">getSource</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></code></dd>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/DummyModContainer.html#getSource()">getSource</a></code>&nbsp;in class&nbsp;<code><a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="getCustomResourcePackClass()">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getCustomResourcePackClass</h4>
-<pre>public&nbsp;java.lang.Class&lt;?&gt;&nbsp;getCustomResourcePackClass()</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/ModContainer.html#getCustomResourcePackClass()">getCustomResourcePackClass</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></code></dd>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/DummyModContainer.html#getCustomResourcePackClass()">getCustomResourcePackClass</a></code>&nbsp;in class&nbsp;<code><a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-<a name="getOwnedPackages()">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>getOwnedPackages</h4>
-<pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getOwnedPackages()</pre>
-<dl>
-<dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/ModContainer.html#getOwnedPackages()">getOwnedPackages</a></code>&nbsp;in interface&nbsp;<code><a href="../../../cpw/mods/fml/common/ModContainer.html" title="interface in cpw.mods.fml.common">ModContainer</a></code></dd>
-<dt><strong>Overrides:</strong></dt>
-<dd><code><a href="../../../cpw/mods/fml/common/DummyModContainer.html#getOwnedPackages()">getOwnedPackages</a></code>&nbsp;in class&nbsp;<code><a href="../../../cpw/mods/fml/common/DummyModContainer.html" title="class in cpw.mods.fml.common">DummyModContainer</a></code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!-- -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../net/minecraftforge/common/ForgeInternalHandler.html" title="class in net.minecraftforge.common"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../net/minecraftforge/common/ForgeVersion.html" title="class in net.minecraftforge.common"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?net/minecraftforge/common/ForgeModContainer.html" target="_top">Frames</a></li>
-<li><a href="ForgeModContainer.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-</body>
-</html>