diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-08-10 18:50:56 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-08-10 18:50:56 +0300 |
| commit | 877312184c472d9845e5ef1008bc538f4634059f (patch) | |
| tree | 4e098cc94296cc11f3b87e8ef64c3c568b6aeb51 /javadoc/net/minecraftforge/client | |
| parent | 939d2ea16679ce64d98b98c716b85f851aa576e2 (diff) | |
fix missing source folder
Diffstat (limited to 'javadoc/net/minecraftforge/client')
112 files changed, 0 insertions, 34233 deletions
diff --git a/javadoc/net/minecraftforge/client/ClientCommandHandler.html b/javadoc/net/minecraftforge/client/ClientCommandHandler.html deleted file mode 100644 index 741582b..0000000 --- a/javadoc/net/minecraftforge/client/ClientCommandHandler.html +++ /dev/null @@ -1,348 +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:11 EST 2015 --> -<title>ClientCommandHandler (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="ClientCommandHandler (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>Prev Class</li> -<li><a href="../../../net/minecraftforge/client/EnumHelperClient.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/ClientCommandHandler.html" target="_top">Frames</a></li> -<li><a href="ClientCommandHandler.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client</div> -<h2 title="Class ClientCommandHandler" class="title">Class ClientCommandHandler</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../net/minecraft/command/CommandHandler.html" title="class in net.minecraft.command">net.minecraft.command.CommandHandler</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.ClientCommandHandler</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../net/minecraft/command/ICommandManager.html" title="interface in net.minecraft.command">ICommandManager</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">ClientCommandHandler</span> -extends <a href="../../../net/minecraft/command/CommandHandler.html" title="class in net.minecraft.command">CommandHandler</a></pre> -<div class="block">The class that handles client-side chat commands. You should register any - commands that you want handled on the client with this command handler. - - If there is a command with the same name registered both on the server and - client, the client takes precedence!</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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 <a href="../../../net/minecraftforge/client/ClientCommandHandler.html" title="class in net.minecraftforge.client">ClientCommandHandler</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ClientCommandHandler.html#instance">instance</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String[]</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ClientCommandHandler.html#latestAutoComplete">latestAutoComplete</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/ClientCommandHandler.html#ClientCommandHandler()">ClientCommandHandler</a></strong>()</code> </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"> </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>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ClientCommandHandler.html#autoComplete(java.lang.String,%20java.lang.String)">autoComplete</a></strong>(java.lang.String leftOfCursor, - java.lang.String full)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ClientCommandHandler.html#executeCommand(net.minecraft.command.ICommandSender,%20java.lang.String)">executeCommand</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> sender, - java.lang.String message)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.command.CommandHandler"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraft.command.<a href="../../../net/minecraft/command/CommandHandler.html" title="class in net.minecraft.command">CommandHandler</a></h3> -<code><a href="../../../net/minecraft/command/CommandHandler.html#getCommands()">getCommands</a>, <a href="../../../net/minecraft/command/CommandHandler.html#getPossibleCommands(net.minecraft.command.ICommandSender)">getPossibleCommands</a>, <a href="../../../net/minecraft/command/CommandHandler.html#getPossibleCommands(net.minecraft.command.ICommandSender,%20java.lang.String)">getPossibleCommands</a>, <a href="../../../net/minecraft/command/CommandHandler.html#registerCommand(net.minecraft.command.ICommand)">registerCommand</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="instance"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>instance</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/ClientCommandHandler.html" title="class in net.minecraftforge.client">ClientCommandHandler</a> instance</pre> -</li> -</ul> -<a name="latestAutoComplete"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>latestAutoComplete</h4> -<pre>public java.lang.String[] latestAutoComplete</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ClientCommandHandler()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ClientCommandHandler</h4> -<pre>public ClientCommandHandler()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="executeCommand(net.minecraft.command.ICommandSender, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>executeCommand</h4> -<pre>public int executeCommand(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> sender, - java.lang.String message)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../net/minecraft/command/ICommandManager.html#executeCommand(net.minecraft.command.ICommandSender,%20java.lang.String)">executeCommand</a></code> in interface <code><a href="../../../net/minecraft/command/ICommandManager.html" title="interface in net.minecraft.command">ICommandManager</a></code></dd> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../net/minecraft/command/CommandHandler.html#executeCommand(net.minecraft.command.ICommandSender,%20java.lang.String)">executeCommand</a></code> in class <code><a href="../../../net/minecraft/command/CommandHandler.html" title="class in net.minecraft.command">CommandHandler</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>1 if successfully executed, -1 if no permission or wrong usage, - 0 if it doesn't exist or it was canceled (it's sent to the server)</dd></dl> -</li> -</ul> -<a name="autoComplete(java.lang.String, java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>autoComplete</h4> -<pre>public void autoComplete(java.lang.String leftOfCursor, - java.lang.String full)</pre> -</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>Prev Class</li> -<li><a href="../../../net/minecraftforge/client/EnumHelperClient.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/ClientCommandHandler.html" target="_top">Frames</a></li> -<li><a href="ClientCommandHandler.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/EnumHelperClient.html b/javadoc/net/minecraftforge/client/EnumHelperClient.html deleted file mode 100644 index 514fc1e..0000000 --- a/javadoc/net/minecraftforge/client/EnumHelperClient.html +++ /dev/null @@ -1,319 +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:11 EST 2015 --> -<title>EnumHelperClient (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="EnumHelperClient (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/client/ClientCommandHandler.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/ForgeHooksClient.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/EnumHelperClient.html" target="_top">Frames</a></li> -<li><a href="EnumHelperClient.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client</div> -<h2 title="Class EnumHelperClient" class="title">Class EnumHelperClient</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../net/minecraftforge/common/util/EnumHelper.html" title="class in net.minecraftforge.common.util">net.minecraftforge.common.util.EnumHelper</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.EnumHelperClient</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">EnumHelperClient</span> -extends <a href="../../../net/minecraftforge/common/util/EnumHelper.html" title="class in net.minecraftforge.common.util">EnumHelper</a></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/EnumHelperClient.html#EnumHelperClient()">EnumHelperClient</a></strong>()</code> </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"> </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 <T extends java.lang.Enum<?>> <br>T</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/EnumHelperClient.html#addEnum(java.lang.Class,%20java.lang.String,%20java.lang.Object...)">addEnum</a></strong>(java.lang.Class<T> enumType, - java.lang.String enumName, - java.lang.Object... paramValues)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraft/world/WorldSettings.GameType.html" title="enum in net.minecraft.world">WorldSettings.GameType</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/EnumHelperClient.html#addGameType(java.lang.String,%20int,%20java.lang.String)">addGameType</a></strong>(java.lang.String name, - int id, - java.lang.String displayName)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraft/client/settings/GameSettings.Options.html" title="enum in net.minecraft.client.settings">GameSettings.Options</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/EnumHelperClient.html#addOptions(java.lang.String,%20java.lang.String,%20boolean,%20boolean)">addOptions</a></strong>(java.lang.String name, - java.lang.String langName, - boolean isSlider, - boolean isToggle)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraft/util/Util.EnumOS.html" title="enum in net.minecraft.util">Util.EnumOS</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/EnumHelperClient.html#addOS2(java.lang.String)">addOS2</a></strong>(java.lang.String name)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.common.util.EnumHelper"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.common.util.<a href="../../../net/minecraftforge/common/util/EnumHelper.html" title="class in net.minecraftforge.common.util">EnumHelper</a></h3> -<code><a href="../../../net/minecraftforge/common/util/EnumHelper.html#addAction(java.lang.String)">addAction</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addArmorMaterial(java.lang.String,%20int,%20int[],%20int)">addArmorMaterial</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addArt(java.lang.String,%20java.lang.String,%20int,%20int,%20int,%20int)">addArt</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addCreatureAttribute(java.lang.String)">addCreatureAttribute</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addCreatureType(java.lang.String,%20java.lang.Class,%20int,%20net.minecraft.block.material.Material,%20boolean,%20boolean)">addCreatureType</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addDoor(java.lang.String)">addDoor</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addEnchantmentType(java.lang.String)">addEnchantmentType</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addEntitySize(java.lang.String)">addEntitySize</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addEnum(java.lang.Class[][],%20java.lang.Class,%20java.lang.String,%20java.lang.Object...)">addEnum</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addEnum(java.lang.Class,%20java.lang.String,%20java.lang.Class[],%20java.lang.Object[])">addEnum</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addMovingObjectType(java.lang.String)">addMovingObjectType</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addRarity(java.lang.String,%20net.minecraft.util.EnumChatFormatting,%20java.lang.String)">addRarity</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addSensitivity(java.lang.String)">addSensitivity</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addSkyBlock(java.lang.String,%20int)">addSkyBlock</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addStatus(java.lang.String)">addStatus</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#addToolMaterial(java.lang.String,%20int,%20int,%20float,%20float,%20int)">addToolMaterial</a>, <a href="../../../net/minecraftforge/common/util/EnumHelper.html#setFailsafeFieldValue(java.lang.reflect.Field,%20java.lang.Object,%20java.lang.Object)">setFailsafeFieldValue</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="EnumHelperClient()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>EnumHelperClient</h4> -<pre>public EnumHelperClient()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="addGameType(java.lang.String, int, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>addGameType</h4> -<pre>public static <a href="../../../net/minecraft/world/WorldSettings.GameType.html" title="enum in net.minecraft.world">WorldSettings.GameType</a> addGameType(java.lang.String name, - int id, - java.lang.String displayName)</pre> -</li> -</ul> -<a name="addOptions(java.lang.String, java.lang.String, boolean, boolean)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>addOptions</h4> -<pre>public static <a href="../../../net/minecraft/client/settings/GameSettings.Options.html" title="enum in net.minecraft.client.settings">GameSettings.Options</a> addOptions(java.lang.String name, - java.lang.String langName, - boolean isSlider, - boolean isToggle)</pre> -</li> -</ul> -<a name="addOS2(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>addOS2</h4> -<pre>public static <a href="../../../net/minecraft/util/Util.EnumOS.html" title="enum in net.minecraft.util">Util.EnumOS</a> addOS2(java.lang.String name)</pre> -</li> -</ul> -<a name="addEnum(java.lang.Class, java.lang.String, java.lang.Object...)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>addEnum</h4> -<pre>public static <T extends java.lang.Enum<?>> T addEnum(java.lang.Class<T> enumType, - java.lang.String enumName, - java.lang.Object... paramValues)</pre> -</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/client/ClientCommandHandler.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/ForgeHooksClient.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/EnumHelperClient.html" target="_top">Frames</a></li> -<li><a href="EnumHelperClient.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/ForgeHooksClient.html b/javadoc/net/minecraftforge/client/ForgeHooksClient.html deleted file mode 100644 index bc64f83..0000000 --- a/javadoc/net/minecraftforge/client/ForgeHooksClient.html +++ /dev/null @@ -1,663 +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:11 EST 2015 --> -<title>ForgeHooksClient (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="ForgeHooksClient (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/client/EnumHelperClient.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/GuiIngameForge.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/ForgeHooksClient.html" target="_top">Frames</a></li> -<li><a href="ForgeHooksClient.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client</div> -<h2 title="Class ForgeHooksClient" class="title">Class ForgeHooksClient</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.ForgeHooksClient</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">ForgeHooksClient</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/ForgeHooksClient.html#ForgeHooksClient()">ForgeHooksClient</a></strong>()</code> </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"> </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 void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#createDisplay()">createDisplay</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#dispatchRenderLast(net.minecraft.client.renderer.RenderGlobal,%20float)">dispatchRenderLast</a></strong>(<a href="../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#fixDomain(java.lang.String,%20java.lang.String)">fixDomain</a></strong>(java.lang.String base, - java.lang.String complex)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraft/client/model/ModelBiped.html" title="class in net.minecraft.client.model">ModelBiped</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#getArmorModel(net.minecraft.entity.EntityLivingBase,%20net.minecraft.item.ItemStack,%20int,%20net.minecraft.client.model.ModelBiped)">getArmorModel</a></strong>(<a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entityLiving, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> itemStack, - int slotID, - <a href="../../../net/minecraft/client/model/ModelBiped.html" title="class in net.minecraft.client.model">ModelBiped</a> _default)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#getArmorTexture(net.minecraft.entity.Entity,%20net.minecraft.item.ItemStack,%20java.lang.String,%20int,%20java.lang.String)">getArmorTexture</a></strong>(<a href="../../../net/minecraft/entity/Entity.html" title="class in net.minecraft.entity">Entity</a> entity, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> armor, - java.lang.String _default, - int slot, - java.lang.String type)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static float</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#getOffsetFOV(net.minecraft.client.entity.EntityPlayerSP,%20float)">getOffsetFOV</a></strong>(<a href="../../../net/minecraft/client/entity/EntityPlayerSP.html" title="class in net.minecraft.client.entity">EntityPlayerSP</a> entity, - float fov)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#getSkyBlendColour(net.minecraft.world.World,%20int,%20int,%20int)">getSkyBlendColour</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, - int playerX, - int playerY, - int playerZ)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#getWorldRenderPass()">getWorldRenderPass</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#onDrawBlockHighlight(net.minecraft.client.renderer.RenderGlobal,%20net.minecraft.entity.player.EntityPlayer,%20net.minecraft.util.MovingObjectPosition,%20int,%20net.minecraft.item.ItemStack,%20float)">onDrawBlockHighlight</a></strong>(<a href="../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../net/minecraft/util/MovingObjectPosition.html" title="class in net.minecraft.util">MovingObjectPosition</a> target, - int subID, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> currentItem, - float partialTicks)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#onPostRenderWorld(net.minecraft.client.renderer.WorldRenderer,%20int)">onPostRenderWorld</a></strong>(<a href="../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> worldRenderer, - int pass)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#onPreRenderWorld(net.minecraft.client.renderer.WorldRenderer,%20int)">onPreRenderWorld</a></strong>(<a href="../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> worldRenderer, - int pass)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#onTextureLoadPre(java.lang.String)">onTextureLoadPre</a></strong>(java.lang.String texture)</code> -<div class="block">This is added for Optifine's convenience.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#onTextureStitchedPost(net.minecraft.client.renderer.texture.TextureMap)">onTextureStitchedPost</a></strong>(<a href="../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#onTextureStitchedPre(net.minecraft.client.renderer.texture.TextureMap)">onTextureStitchedPre</a></strong>(<a href="../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#orientBedCamera(net.minecraft.client.Minecraft,%20net.minecraft.entity.EntityLivingBase)">orientBedCamera</a></strong>(<a href="../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> mc, - <a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#playSound(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.ISound)">playSound</a></strong>(<a href="../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#postMouseEvent()">postMouseEvent</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#renderEffectOverlay(net.minecraft.client.renderer.texture.TextureManager,%20net.minecraft.client.renderer.entity.RenderItem)">renderEffectOverlay</a></strong>(<a href="../../../net/minecraft/client/renderer/texture/TextureManager.html" title="class in net.minecraft.client.renderer.texture">TextureManager</a> manager, - <a href="../../../net/minecraft/client/renderer/entity/RenderItem.html" title="class in net.minecraft.client.renderer.entity">RenderItem</a> render)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#renderEntityItem(net.minecraft.entity.item.EntityItem,%20net.minecraft.item.ItemStack,%20float,%20float,%20java.util.Random,%20net.minecraft.client.renderer.texture.TextureManager,%20net.minecraft.client.renderer.RenderBlocks,%20int)">renderEntityItem</a></strong>(<a href="../../../net/minecraft/entity/item/EntityItem.html" title="class in net.minecraft.entity.item">EntityItem</a> entity, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - float bobing, - float rotation, - java.util.Random random, - <a href="../../../net/minecraft/client/renderer/texture/TextureManager.html" title="class in net.minecraft.client.renderer.texture">TextureManager</a> engine, - <a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int count)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#renderEquippedItem(net.minecraftforge.client.IItemRenderer.ItemRenderType,%20net.minecraftforge.client.IItemRenderer,%20net.minecraft.client.renderer.RenderBlocks,%20net.minecraft.entity.EntityLivingBase,%20net.minecraft.item.ItemStack)">renderEquippedItem</a></strong>(<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type, - <a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a> customRenderer, - <a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - <a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#renderFirstPersonHand(net.minecraft.client.renderer.RenderGlobal,%20float,%20int)">renderFirstPersonHand</a></strong>(<a href="../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks, - int renderPass)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#renderInventoryItem(net.minecraft.client.renderer.RenderBlocks,%20net.minecraft.client.renderer.texture.TextureManager,%20net.minecraft.item.ItemStack,%20boolean,%20float,%20float,%20float)">renderInventoryItem</a></strong>(<a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - <a href="../../../net/minecraft/client/renderer/texture/TextureManager.html" title="class in net.minecraft.client.renderer.texture">TextureManager</a> engine, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - boolean inColor, - float zLevel, - float x, - float y)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#renderMainMenu(net.minecraft.client.gui.GuiMainMenu,%20net.minecraft.client.gui.FontRenderer,%20int,%20int)">renderMainMenu</a></strong>(<a href="../../../net/minecraft/client/gui/GuiMainMenu.html" title="class in net.minecraft.client.gui">GuiMainMenu</a> gui, - <a href="../../../net/minecraft/client/gui/FontRenderer.html" title="class in net.minecraft.client.gui">FontRenderer</a> font, - int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#setRenderPass(int)">setRenderPass</a></strong>(int pass)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/ForgeHooksClient.html#setWorldRendererRB(net.minecraft.client.renderer.RenderBlocks)">setWorldRendererRB</a></strong>(<a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeHooksClient()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeHooksClient</h4> -<pre>public ForgeHooksClient()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getArmorTexture(net.minecraft.entity.Entity, net.minecraft.item.ItemStack, java.lang.String, int, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getArmorTexture</h4> -<pre>public static java.lang.String getArmorTexture(<a href="../../../net/minecraft/entity/Entity.html" title="class in net.minecraft.entity">Entity</a> entity, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> armor, - java.lang.String _default, - int slot, - java.lang.String type)</pre> -</li> -</ul> -<a name="renderEntityItem(net.minecraft.entity.item.EntityItem, net.minecraft.item.ItemStack, float, float, java.util.Random, net.minecraft.client.renderer.texture.TextureManager, net.minecraft.client.renderer.RenderBlocks, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderEntityItem</h4> -<pre>public static boolean renderEntityItem(<a href="../../../net/minecraft/entity/item/EntityItem.html" title="class in net.minecraft.entity.item">EntityItem</a> entity, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - float bobing, - float rotation, - java.util.Random random, - <a href="../../../net/minecraft/client/renderer/texture/TextureManager.html" title="class in net.minecraft.client.renderer.texture">TextureManager</a> engine, - <a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int count)</pre> -</li> -</ul> -<a name="renderInventoryItem(net.minecraft.client.renderer.RenderBlocks, net.minecraft.client.renderer.texture.TextureManager, net.minecraft.item.ItemStack, boolean, float, float, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderInventoryItem</h4> -<pre>public static boolean renderInventoryItem(<a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - <a href="../../../net/minecraft/client/renderer/texture/TextureManager.html" title="class in net.minecraft.client.renderer.texture">TextureManager</a> engine, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - boolean inColor, - float zLevel, - float x, - float y)</pre> -</li> -</ul> -<a name="renderEffectOverlay(net.minecraft.client.renderer.texture.TextureManager, net.minecraft.client.renderer.entity.RenderItem)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderEffectOverlay</h4> -<pre>public static void renderEffectOverlay(<a href="../../../net/minecraft/client/renderer/texture/TextureManager.html" title="class in net.minecraft.client.renderer.texture">TextureManager</a> manager, - <a href="../../../net/minecraft/client/renderer/entity/RenderItem.html" title="class in net.minecraft.client.renderer.entity">RenderItem</a> render)</pre> -</li> -</ul> -<a name="renderEquippedItem(net.minecraftforge.client.IItemRenderer.ItemRenderType, net.minecraftforge.client.IItemRenderer, net.minecraft.client.renderer.RenderBlocks, net.minecraft.entity.EntityLivingBase, net.minecraft.item.ItemStack)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderEquippedItem</h4> -<pre>public static void renderEquippedItem(<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type, - <a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a> customRenderer, - <a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - <a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item)</pre> -</li> -</ul> -<a name="orientBedCamera(net.minecraft.client.Minecraft, net.minecraft.entity.EntityLivingBase)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>orientBedCamera</h4> -<pre>public static void orientBedCamera(<a href="../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> mc, - <a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity)</pre> -</li> -</ul> -<a name="onDrawBlockHighlight(net.minecraft.client.renderer.RenderGlobal, net.minecraft.entity.player.EntityPlayer, net.minecraft.util.MovingObjectPosition, int, net.minecraft.item.ItemStack, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>onDrawBlockHighlight</h4> -<pre>public static boolean onDrawBlockHighlight(<a href="../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../net/minecraft/util/MovingObjectPosition.html" title="class in net.minecraft.util">MovingObjectPosition</a> target, - int subID, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> currentItem, - float partialTicks)</pre> -</li> -</ul> -<a name="dispatchRenderLast(net.minecraft.client.renderer.RenderGlobal, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>dispatchRenderLast</h4> -<pre>public static void dispatchRenderLast(<a href="../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks)</pre> -</li> -</ul> -<a name="renderFirstPersonHand(net.minecraft.client.renderer.RenderGlobal, float, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderFirstPersonHand</h4> -<pre>public static boolean renderFirstPersonHand(<a href="../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks, - int renderPass)</pre> -</li> -</ul> -<a name="onTextureStitchedPre(net.minecraft.client.renderer.texture.TextureMap)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>onTextureStitchedPre</h4> -<pre>public static void onTextureStitchedPre(<a href="../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</pre> -</li> -</ul> -<a name="onTextureStitchedPost(net.minecraft.client.renderer.texture.TextureMap)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>onTextureStitchedPost</h4> -<pre>public static void onTextureStitchedPost(<a href="../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</pre> -</li> -</ul> -<a name="onTextureLoadPre(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>onTextureLoadPre</h4> -<pre>public static void onTextureLoadPre(java.lang.String texture)</pre> -<div class="block">This is added for Optifine's convenience. And to explode if a ModMaker is developing.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>texture</code> - </dd></dl> -</li> -</ul> -<a name="setRenderPass(int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setRenderPass</h4> -<pre>public static void setRenderPass(int pass)</pre> -</li> -</ul> -<a name="getArmorModel(net.minecraft.entity.EntityLivingBase, net.minecraft.item.ItemStack, int, net.minecraft.client.model.ModelBiped)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getArmorModel</h4> -<pre>public static <a href="../../../net/minecraft/client/model/ModelBiped.html" title="class in net.minecraft.client.model">ModelBiped</a> getArmorModel(<a href="../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entityLiving, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> itemStack, - int slotID, - <a href="../../../net/minecraft/client/model/ModelBiped.html" title="class in net.minecraft.client.model">ModelBiped</a> _default)</pre> -</li> -</ul> -<a name="createDisplay()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>createDisplay</h4> -<pre>public static void createDisplay() - throws org.lwjgl.LWJGLException</pre> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code>org.lwjgl.LWJGLException</code></dd></dl> -</li> -</ul> -<a name="fixDomain(java.lang.String, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fixDomain</h4> -<pre>public static java.lang.String fixDomain(java.lang.String base, - java.lang.String complex)</pre> -</li> -</ul> -<a name="postMouseEvent()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>postMouseEvent</h4> -<pre>public static boolean postMouseEvent()</pre> -</li> -</ul> -<a name="getOffsetFOV(net.minecraft.client.entity.EntityPlayerSP, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getOffsetFOV</h4> -<pre>public static float getOffsetFOV(<a href="../../../net/minecraft/client/entity/EntityPlayerSP.html" title="class in net.minecraft.client.entity">EntityPlayerSP</a> entity, - float fov)</pre> -</li> -</ul> -<a name="getSkyBlendColour(net.minecraft.world.World, int, int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getSkyBlendColour</h4> -<pre>public static int getSkyBlendColour(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, - int playerX, - int playerY, - int playerZ)</pre> -</li> -</ul> -<a name="renderMainMenu(net.minecraft.client.gui.GuiMainMenu, net.minecraft.client.gui.FontRenderer, int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderMainMenu</h4> -<pre>public static void renderMainMenu(<a href="../../../net/minecraft/client/gui/GuiMainMenu.html" title="class in net.minecraft.client.gui">GuiMainMenu</a> gui, - <a href="../../../net/minecraft/client/gui/FontRenderer.html" title="class in net.minecraft.client.gui">FontRenderer</a> font, - int width, - int height)</pre> -</li> -</ul> -<a name="playSound(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.ISound)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>playSound</h4> -<pre>public static <a href="../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> playSound(<a href="../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound)</pre> -</li> -</ul> -<a name="getWorldRenderPass()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getWorldRenderPass</h4> -<pre>public static int getWorldRenderPass()</pre> -</li> -</ul> -<a name="setWorldRendererRB(net.minecraft.client.renderer.RenderBlocks)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setWorldRendererRB</h4> -<pre>public static void setWorldRendererRB(<a href="../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks)</pre> -</li> -</ul> -<a name="onPreRenderWorld(net.minecraft.client.renderer.WorldRenderer, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>onPreRenderWorld</h4> -<pre>public static void onPreRenderWorld(<a href="../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> worldRenderer, - int pass)</pre> -</li> -</ul> -<a name="onPostRenderWorld(net.minecraft.client.renderer.WorldRenderer, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>onPostRenderWorld</h4> -<pre>public static void onPostRenderWorld(<a href="../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> worldRenderer, - int pass)</pre> -</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/client/EnumHelperClient.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/GuiIngameForge.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/ForgeHooksClient.html" target="_top">Frames</a></li> -<li><a href="ForgeHooksClient.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/GuiIngameForge.html b/javadoc/net/minecraftforge/client/GuiIngameForge.html deleted file mode 100644 index 64c02c8..0000000 --- a/javadoc/net/minecraftforge/client/GuiIngameForge.html +++ /dev/null @@ -1,796 +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:11 EST 2015 --> -<title>GuiIngameForge (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="GuiIngameForge (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/client/ForgeHooksClient.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/GuiIngameForge.html" target="_top">Frames</a></li> -<li><a href="GuiIngameForge.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client</div> -<h2 title="Class GuiIngameForge" class="title">Class GuiIngameForge</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">net.minecraft.client.gui.Gui</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui">net.minecraft.client.gui.GuiIngame</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.GuiIngameForge</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">GuiIngameForge</span> -extends <a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui">GuiIngame</a></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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/client/GuiIngameForge.html#left_height">left_height</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderAir">renderAir</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderArmor">renderArmor</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderBossHealth">renderBossHealth</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderCrosshairs">renderCrosshairs</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderExperiance">renderExperiance</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderFood">renderFood</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHealth">renderHealth</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHealthMount">renderHealthMount</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHelmet">renderHelmet</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHotbar">renderHotbar</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderJumpBar">renderJumpBar</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderObjective">renderObjective</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderPortal">renderPortal</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#right_height">right_height</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.client.gui.GuiIngame"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraft.client.gui.<a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui">GuiIngame</a></h3> -<code><a href="../../../net/minecraft/client/gui/GuiIngame.html#field_152127_m">field_152127_m</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#highlightingItemStack">highlightingItemStack</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#itemRenderer">itemRenderer</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#mc">mc</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#persistantChatGUI">persistantChatGUI</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#prevVignetteBrightness">prevVignetteBrightness</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#pumpkinBlurTexPath">pumpkinBlurTexPath</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#rand">rand</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#recordIsPlaying">recordIsPlaying</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#recordPlaying">recordPlaying</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#recordPlayingUpFor">recordPlayingUpFor</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#remainingHighlightTicks">remainingHighlightTicks</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#updateCounter">updateCounter</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#vignetteTexPath">vignetteTexPath</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#widgetsTexPath">widgetsTexPath</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.client.gui.Gui"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraft.client.gui.<a href="../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">Gui</a></h3> -<code><a href="../../../net/minecraft/client/gui/Gui.html#icons">icons</a>, <a href="../../../net/minecraft/client/gui/Gui.html#optionsBackground">optionsBackground</a>, <a href="../../../net/minecraft/client/gui/Gui.html#statIcons">statIcons</a>, <a href="../../../net/minecraft/client/gui/Gui.html#zLevel">zLevel</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"> </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/client/GuiIngameForge.html#GuiIngameForge(net.minecraft.client.Minecraft)">GuiIngameForge</a></strong>(<a href="../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> mc)</code> </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"> </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><a href="../../../net/minecraft/client/gui/ScaledResolution.html" title="class in net.minecraft.client.gui">ScaledResolution</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#getResolution()">getResolution</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderAir(int,%20int)">renderAir</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderArmor(int,%20int)">renderArmor</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderBossHealth()">renderBossHealth</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderChat(int,%20int)">renderChat</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderCrosshairs(int,%20int)">renderCrosshairs</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderExperience(int,%20int)">renderExperience</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderFood(int,%20int)">renderFood</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderGameOverlay(float,%20boolean,%20int,%20int)">renderGameOverlay</a></strong>(float partialTicks, - boolean hasScreen, - int mouseX, - int mouseY)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHealth(int,%20int)">renderHealth</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHealthMount(int,%20int)">renderHealthMount</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHotbar(int,%20int,%20float)">renderHotbar</a></strong>(int width, - int height, - float partialTicks)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderHUDText(int,%20int)">renderHUDText</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderJumpBar(int,%20int)">renderJumpBar</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderPlayerList(int,%20int)">renderPlayerList</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderPortal(int,%20int,%20float)">renderPortal</a></strong>(int width, - int height, - float partialTicks)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderRecordOverlay(int,%20int,%20float)">renderRecordOverlay</a></strong>(int width, - int height, - float partialTicks)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderSleepFade(int,%20int)">renderSleepFade</a></strong>(int width, - int height)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/GuiIngameForge.html#renderToolHightlight(int,%20int)">renderToolHightlight</a></strong>(int width, - int height)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.client.gui.GuiIngame"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraft.client.gui.<a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui">GuiIngame</a></h3> -<code><a href="../../../net/minecraft/client/gui/GuiIngame.html#func_110326_a(java.lang.String,%20boolean)">func_110326_a</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#func_110327_a(int,%20int)">func_110327_a</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#func_130015_b(float,%20int,%20int)">func_130015_b</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#func_152126_a(float,%20float)">func_152126_a</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#func_96136_a(net.minecraft.scoreboard.ScoreObjective,%20int,%20int,%20net.minecraft.client.gui.FontRenderer)">func_96136_a</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#getChatGUI()">getChatGUI</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#getUpdateCounter()">getUpdateCounter</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#renderInventorySlot(int,%20int,%20int,%20float)">renderInventorySlot</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#renderPumpkinBlur(int,%20int)">renderPumpkinBlur</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#renderVignette(float,%20int,%20int)">renderVignette</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#setRecordPlayingMessage(java.lang.String)">setRecordPlayingMessage</a>, <a href="../../../net/minecraft/client/gui/GuiIngame.html#updateTick()">updateTick</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.client.gui.Gui"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraft.client.gui.<a href="../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">Gui</a></h3> -<code><a href="../../../net/minecraft/client/gui/Gui.html#drawCenteredString(net.minecraft.client.gui.FontRenderer,%20java.lang.String,%20int,%20int,%20int)">drawCenteredString</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawGradientRect(int,%20int,%20int,%20int,%20int,%20int)">drawGradientRect</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawHorizontalLine(int,%20int,%20int,%20int)">drawHorizontalLine</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawRect(int,%20int,%20int,%20int,%20int)">drawRect</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawString(net.minecraft.client.gui.FontRenderer,%20java.lang.String,%20int,%20int,%20int)">drawString</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawTexturedModalRect(int,%20int,%20int,%20int,%20int,%20int)">drawTexturedModalRect</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawTexturedModelRectFromIcon(int,%20int,%20net.minecraft.util.IIcon,%20int,%20int)">drawTexturedModelRectFromIcon</a>, <a href="../../../net/minecraft/client/gui/Gui.html#drawVerticalLine(int,%20int,%20int,%20int)">drawVerticalLine</a>, <a href="../../../net/minecraft/client/gui/Gui.html#func_146110_a(int,%20int,%20float,%20float,%20int,%20int,%20float,%20float)">func_146110_a</a>, <a href="../../../net/minecraft/client/gui/Gui.html#func_152125_a(int,%20int,%20float,%20float,%20int,%20int,%20int,%20int,%20float,%20float)">func_152125_a</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="renderHelmet"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHelmet</h4> -<pre>public static boolean renderHelmet</pre> -</li> -</ul> -<a name="renderPortal"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPortal</h4> -<pre>public static boolean renderPortal</pre> -</li> -</ul> -<a name="renderHotbar"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHotbar</h4> -<pre>public static boolean renderHotbar</pre> -</li> -</ul> -<a name="renderCrosshairs"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderCrosshairs</h4> -<pre>public static boolean renderCrosshairs</pre> -</li> -</ul> -<a name="renderBossHealth"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderBossHealth</h4> -<pre>public static boolean renderBossHealth</pre> -</li> -</ul> -<a name="renderHealth"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHealth</h4> -<pre>public static boolean renderHealth</pre> -</li> -</ul> -<a name="renderArmor"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderArmor</h4> -<pre>public static boolean renderArmor</pre> -</li> -</ul> -<a name="renderFood"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderFood</h4> -<pre>public static boolean renderFood</pre> -</li> -</ul> -<a name="renderHealthMount"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHealthMount</h4> -<pre>public static boolean renderHealthMount</pre> -</li> -</ul> -<a name="renderAir"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderAir</h4> -<pre>public static boolean renderAir</pre> -</li> -</ul> -<a name="renderExperiance"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderExperiance</h4> -<pre>public static boolean renderExperiance</pre> -</li> -</ul> -<a name="renderJumpBar"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderJumpBar</h4> -<pre>public static boolean renderJumpBar</pre> -</li> -</ul> -<a name="renderObjective"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderObjective</h4> -<pre>public static boolean renderObjective</pre> -</li> -</ul> -<a name="left_height"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>left_height</h4> -<pre>public static int left_height</pre> -</li> -</ul> -<a name="right_height"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>right_height</h4> -<pre>public static int right_height</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiIngameForge(net.minecraft.client.Minecraft)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiIngameForge</h4> -<pre>public GuiIngameForge(<a href="../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> mc)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="renderGameOverlay(float, boolean, int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderGameOverlay</h4> -<pre>public void renderGameOverlay(float partialTicks, - boolean hasScreen, - int mouseX, - int mouseY)</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../net/minecraft/client/gui/GuiIngame.html#renderGameOverlay(float,%20boolean,%20int,%20int)">renderGameOverlay</a></code> in class <code><a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui">GuiIngame</a></code></dd> -</dl> -</li> -</ul> -<a name="getResolution()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getResolution</h4> -<pre>public <a href="../../../net/minecraft/client/gui/ScaledResolution.html" title="class in net.minecraft.client.gui">ScaledResolution</a> getResolution()</pre> -</li> -</ul> -<a name="renderHotbar(int, int, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHotbar</h4> -<pre>protected void renderHotbar(int width, - int height, - float partialTicks)</pre> -</li> -</ul> -<a name="renderCrosshairs(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderCrosshairs</h4> -<pre>protected void renderCrosshairs(int width, - int height)</pre> -</li> -</ul> -<a name="renderBossHealth()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderBossHealth</h4> -<pre>protected void renderBossHealth()</pre> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../net/minecraft/client/gui/GuiIngame.html#renderBossHealth()">renderBossHealth</a></code> in class <code><a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui">GuiIngame</a></code></dd> -</dl> -</li> -</ul> -<a name="renderArmor(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderArmor</h4> -<pre>protected void renderArmor(int width, - int height)</pre> -</li> -</ul> -<a name="renderPortal(int, int, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPortal</h4> -<pre>protected void renderPortal(int width, - int height, - float partialTicks)</pre> -</li> -</ul> -<a name="renderAir(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderAir</h4> -<pre>protected void renderAir(int width, - int height)</pre> -</li> -</ul> -<a name="renderHealth(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHealth</h4> -<pre>public void renderHealth(int width, - int height)</pre> -</li> -</ul> -<a name="renderFood(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderFood</h4> -<pre>public void renderFood(int width, - int height)</pre> -</li> -</ul> -<a name="renderSleepFade(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderSleepFade</h4> -<pre>protected void renderSleepFade(int width, - int height)</pre> -</li> -</ul> -<a name="renderExperience(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderExperience</h4> -<pre>protected void renderExperience(int width, - int height)</pre> -</li> -</ul> -<a name="renderJumpBar(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderJumpBar</h4> -<pre>protected void renderJumpBar(int width, - int height)</pre> -</li> -</ul> -<a name="renderToolHightlight(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderToolHightlight</h4> -<pre>protected void renderToolHightlight(int width, - int height)</pre> -</li> -</ul> -<a name="renderHUDText(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHUDText</h4> -<pre>protected void renderHUDText(int width, - int height)</pre> -</li> -</ul> -<a name="renderRecordOverlay(int, int, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderRecordOverlay</h4> -<pre>protected void renderRecordOverlay(int width, - int height, - float partialTicks)</pre> -</li> -</ul> -<a name="renderChat(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderChat</h4> -<pre>protected void renderChat(int width, - int height)</pre> -</li> -</ul> -<a name="renderPlayerList(int, int)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPlayerList</h4> -<pre>protected void renderPlayerList(int width, - int height)</pre> -</li> -</ul> -<a name="renderHealthMount(int, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderHealthMount</h4> -<pre>protected void renderHealthMount(int width, - int height)</pre> -</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/client/ForgeHooksClient.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/GuiIngameForge.html" target="_top">Frames</a></li> -<li><a href="GuiIngameForge.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html deleted file mode 100644 index 89400d6..0000000 --- a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRenderType.html +++ /dev/null @@ -1,412 +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:11 EST 2015 --> -<title>IItemRenderer.ItemRenderType (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="IItemRenderer.ItemRenderType (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/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IRenderContextHandler.html" title="interface in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IItemRenderer.ItemRenderType.html" target="_top">Frames</a></li> -<li><a href="IItemRenderer.ItemRenderType.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </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.client</div> -<h2 title="Enum IItemRenderer.ItemRenderType" class="title">Enum IItemRenderer.ItemRenderType</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>java.lang.Enum<<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a>></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.IItemRenderer.ItemRenderType</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a>></dd> -</dl> -<dl> -<dt>Enclosing interface:</dt> -<dd><a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a></dd> -</dl> -<hr> -<br> -<pre>public static enum <span class="strong">IItemRenderer.ItemRenderType</span> -extends java.lang.Enum<<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a>></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== ENUM CONSTANT SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_summary"> -<!-- --> -</a> -<h3>Enum Constant Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> -<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Enum Constant and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#ENTITY">ENTITY</a></strong></code> -<div class="block">Called to render an in-world item, e.g.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#EQUIPPED">EQUIPPED</a></strong></code> -<div class="block">Called to render an item currently held in-hand by a living entity.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#EQUIPPED_FIRST_PERSON">EQUIPPED_FIRST_PERSON</a></strong></code> -<div class="block">Called to render an item currently held in-hand by a living entity in - first person.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#FIRST_PERSON_MAP">FIRST_PERSON_MAP</a></strong></code> -<div class="block">The render type used for when a ItemMap is rendered in first person, - All appropriate rotations have been applied, and the player's hands, - and the map BG are already rendered.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#INVENTORY">INVENTORY</a></strong></code> -<div class="block">Called to render an item in a GUI inventory slot.</div> -</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"> </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/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> -<div class="block">Returns the enum constant of this type with the specified name.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html#values()">values</a></strong>()</code> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Enum</h3> -<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>getClass, notify, notifyAll, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ ENUM CONSTANT DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_detail"> -<!-- --> -</a> -<h3>Enum Constant Detail</h3> -<a name="ENTITY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ENTITY</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> ENTITY</pre> -<div class="block">Called to render an in-world item, e.g. one that has been thrown or - dropped. The appropriate OpenGL transformations and scaling have already - been applied, so Tessellator location (0,0,0) is the center of the - EntityItem. - - Data parameters: - RenderBlocks render - The RenderBlocks instance - EntityItem entity - The in-world item to be rendered</div> -</li> -</ul> -<a name="EQUIPPED"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>EQUIPPED</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> EQUIPPED</pre> -<div class="block">Called to render an item currently held in-hand by a living entity. If - rendering as a 3D block, the item will be rotated to a 45-degree angle. - To render a 2D texture with some thickness (like default items), see - net.minecraft.src.ItemRenderer. In either case, rendering should be done - in local coordinates from (0,0,0)-(1,1,1). - - Data parameters: - RenderBlocks render - The RenderBlocks instance - EntityLiving entity - The entity holding this item</div> -</li> -</ul> -<a name="EQUIPPED_FIRST_PERSON"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>EQUIPPED_FIRST_PERSON</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> EQUIPPED_FIRST_PERSON</pre> -<div class="block">Called to render an item currently held in-hand by a living entity in - first person. If rendering as a 3D block, the item will be rotated to a - 45-degree angle. To render a 2D texture with some thickness, see - net.minecraft.src.ItemRenderer. In either case, rendering should be done - in local coordinates from (0,0,0)-(1,1,1). - - Data parameters: - RenderBlocks render - The RenderBlocks instance - EntityLiving entity - The entity holding this item</div> -</li> -</ul> -<a name="INVENTORY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>INVENTORY</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> INVENTORY</pre> -<div class="block">Called to render an item in a GUI inventory slot. If rendering as a 3D - block, the appropriate OpenGL translations and scaling have already been - applied, and the rendering should be done in local coordinates from - (0,0,0)-(1,1,1). If rendering as a 2D texture, the rendering should be in - GUI pixel coordinates from (0, 0, 0)-(16, 16, 0). - - Data parameters: - RenderBlocks render - The RenderBlocks instance</div> -</li> -</ul> -<a name="FIRST_PERSON_MAP"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>FIRST_PERSON_MAP</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> FIRST_PERSON_MAP</pre> -<div class="block">The render type used for when a ItemMap is rendered in first person, - All appropriate rotations have been applied, and the player's hands, - and the map BG are already rendered. - - Data Parameters: - EntityPlayer player - The player holding the map - RenderEngine engine - The RenderEngine instance - MapData mapData - The map data</div> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="values()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>values</h4> -<pre>public static <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a>[] values()</pre> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -<pre> -for (IItemRenderer.ItemRenderType c : IItemRenderer.ItemRenderType.values()) - System.out.println(c); -</pre></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> -</li> -</ul> -<a name="valueOf(java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>valueOf</h4> -<pre>public static <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> valueOf(java.lang.String name)</pre> -<div class="block">Returns the enum constant of this type with the specified name. -The string must match <i>exactly</i> an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> -<dd><code>java.lang.NullPointerException</code> - if the argument is null</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/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IRenderContextHandler.html" title="interface in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IItemRenderer.ItemRenderType.html" target="_top">Frames</a></li> -<li><a href="IItemRenderer.ItemRenderType.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html b/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html deleted file mode 100644 index 6078f44..0000000 --- a/javadoc/net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html +++ /dev/null @@ -1,382 +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:11 EST 2015 --> -<title>IItemRenderer.ItemRendererHelper (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="IItemRenderer.ItemRendererHelper (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/client/IItemRenderer.html" title="interface in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" target="_top">Frames</a></li> -<li><a href="IItemRenderer.ItemRendererHelper.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </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.client</div> -<h2 title="Enum IItemRenderer.ItemRendererHelper" class="title">Enum IItemRenderer.ItemRendererHelper</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>java.lang.Enum<<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a>></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.IItemRenderer.ItemRendererHelper</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a>></dd> -</dl> -<dl> -<dt>Enclosing interface:</dt> -<dd><a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a></dd> -</dl> -<hr> -<br> -<pre>public static enum <span class="strong">IItemRenderer.ItemRendererHelper</span> -extends java.lang.Enum<<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a>></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== ENUM CONSTANT SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_summary"> -<!-- --> -</a> -<h3>Enum Constant Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> -<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Enum Constant and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#BLOCK_3D">BLOCK_3D</a></strong></code> -<div class="block">Determines if the item should equate to a block that has - RenderBlocks.renderItemIn3d return true</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#ENTITY_BOBBING">ENTITY_BOBBING</a></strong></code> -<div class="block">Determines if an up-and-down bobbing effect should be used when - rendering an EntityItem, like most default items do.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#ENTITY_ROTATION">ENTITY_ROTATION</a></strong></code> -<div class="block">Determines if a rotation effect should be used when rendering an - EntityItem, like most default blocks do.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#EQUIPPED_BLOCK">EQUIPPED_BLOCK</a></strong></code> -<div class="block">Determines if the currently equipped item should be rendered as a 3D - block or as a 2D texture.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#INVENTORY_BLOCK">INVENTORY_BLOCK</a></strong></code> -<div class="block">Determines if the item should be rendered in GUI inventory slots as a 3D - block or as a 2D texture.</div> -</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"> </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/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> -<div class="block">Returns the enum constant of this type with the specified name.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html#values()">values</a></strong>()</code> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Enum</h3> -<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>getClass, notify, notifyAll, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ ENUM CONSTANT DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_detail"> -<!-- --> -</a> -<h3>Enum Constant Detail</h3> -<a name="ENTITY_ROTATION"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ENTITY_ROTATION</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> ENTITY_ROTATION</pre> -<div class="block">Determines if a rotation effect should be used when rendering an - EntityItem, like most default blocks do.</div> -</li> -</ul> -<a name="ENTITY_BOBBING"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ENTITY_BOBBING</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> ENTITY_BOBBING</pre> -<div class="block">Determines if an up-and-down bobbing effect should be used when - rendering an EntityItem, like most default items do.</div> -</li> -</ul> -<a name="EQUIPPED_BLOCK"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>EQUIPPED_BLOCK</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> EQUIPPED_BLOCK</pre> -<div class="block">Determines if the currently equipped item should be rendered as a 3D - block or as a 2D texture.</div> -</li> -</ul> -<a name="BLOCK_3D"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>BLOCK_3D</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> BLOCK_3D</pre> -<div class="block">Determines if the item should equate to a block that has - RenderBlocks.renderItemIn3d return true</div> -</li> -</ul> -<a name="INVENTORY_BLOCK"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>INVENTORY_BLOCK</h4> -<pre>public static final <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> INVENTORY_BLOCK</pre> -<div class="block">Determines if the item should be rendered in GUI inventory slots as a 3D - block or as a 2D texture.</div> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="values()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>values</h4> -<pre>public static <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a>[] values()</pre> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -<pre> -for (IItemRenderer.ItemRendererHelper c : IItemRenderer.ItemRendererHelper.values()) - System.out.println(c); -</pre></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> -</li> -</ul> -<a name="valueOf(java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>valueOf</h4> -<pre>public static <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> valueOf(java.lang.String name)</pre> -<div class="block">Returns the enum constant of this type with the specified name. -The string must match <i>exactly</i> an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> -<dd><code>java.lang.NullPointerException</code> - if the argument is null</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/client/IItemRenderer.html" title="interface in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" target="_top">Frames</a></li> -<li><a href="IItemRenderer.ItemRendererHelper.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/IItemRenderer.html b/javadoc/net/minecraftforge/client/IItemRenderer.html deleted file mode 100644 index 8f73bff..0000000 --- a/javadoc/net/minecraftforge/client/IItemRenderer.html +++ /dev/null @@ -1,281 +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:11 EST 2015 --> -<title>IItemRenderer (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="IItemRenderer (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/client/GuiIngameForge.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IItemRenderer.html" target="_top">Frames</a></li> -<li><a href="IItemRenderer.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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.client</div> -<h2 title="Interface IItemRenderer" class="title">Interface IItemRenderer</h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public interface <span class="strong">IItemRenderer</span></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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Interface and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a></strong></code> </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"> </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>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.html#handleRenderType(net.minecraft.item.ItemStack,%20net.minecraftforge.client.IItemRenderer.ItemRenderType)">handleRenderType</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type)</code> -<div class="block">Checks if this renderer should handle a specific item's render type</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.html#renderItem(net.minecraftforge.client.IItemRenderer.ItemRenderType,%20net.minecraft.item.ItemStack,%20java.lang.Object...)">renderItem</a></strong>(<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - java.lang.Object... data)</code> -<div class="block">Called to do the actual rendering, see ItemRenderType for details on when specific - types are run, and what extra data is passed into the data parameter.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IItemRenderer.html#shouldUseRenderHelper(net.minecraftforge.client.IItemRenderer.ItemRenderType,%20net.minecraft.item.ItemStack,%20net.minecraftforge.client.IItemRenderer.ItemRendererHelper)">shouldUseRenderHelper</a></strong>(<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> helper)</code> -<div class="block">Checks if certain helper functionality should be executed for this renderer.</div> -</td> -</tr> -</table> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="handleRenderType(net.minecraft.item.ItemStack, net.minecraftforge.client.IItemRenderer.ItemRenderType)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>handleRenderType</h4> -<pre>boolean handleRenderType(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type)</pre> -<div class="block">Checks if this renderer should handle a specific item's render type</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>item</code> - The item we are trying to render</dd><dd><code>type</code> - A render type to check if this renderer handles</dd> -<dt><span class="strong">Returns:</span></dt><dd>true if this renderer should handle the given render type, - otherwise false</dd></dl> -</li> -</ul> -<a name="shouldUseRenderHelper(net.minecraftforge.client.IItemRenderer.ItemRenderType, net.minecraft.item.ItemStack, net.minecraftforge.client.IItemRenderer.ItemRendererHelper)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>shouldUseRenderHelper</h4> -<pre>boolean shouldUseRenderHelper(<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a> helper)</pre> -<div class="block">Checks if certain helper functionality should be executed for this renderer. - See ItemRendererHelper for more info</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The render type</dd><dd><code>item</code> - The ItemStack being rendered</dd><dd><code>helper</code> - The type of helper functionality to be ran</dd> -<dt><span class="strong">Returns:</span></dt><dd>True to run the helper functionality, false to not.</dd></dl> -</li> -</ul> -<a name="renderItem(net.minecraftforge.client.IItemRenderer.ItemRenderType, net.minecraft.item.ItemStack, java.lang.Object...)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderItem</h4> -<pre>void renderItem(<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type, - <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - java.lang.Object... data)</pre> -<div class="block">Called to do the actual rendering, see ItemRenderType for details on when specific - types are run, and what extra data is passed into the data parameter.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The render type</dd><dd><code>item</code> - The ItemStack being rendered</dd><dd><code>data</code> - Extra Type specific data</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/client/GuiIngameForge.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IItemRenderer.html" target="_top">Frames</a></li> -<li><a href="IItemRenderer.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/IRenderContextHandler.html b/javadoc/net/minecraftforge/client/IRenderContextHandler.html deleted file mode 100644 index eb41100..0000000 --- a/javadoc/net/minecraftforge/client/IRenderContextHandler.html +++ /dev/null @@ -1,223 +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:11 EST 2015 --> -<title>IRenderContextHandler (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="IRenderContextHandler (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/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IRenderHandler.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IRenderContextHandler.html" target="_top">Frames</a></li> -<li><a href="IRenderContextHandler.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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.client</div> -<h2 title="Interface IRenderContextHandler" class="title">Interface IRenderContextHandler</h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public interface <span class="strong">IRenderContextHandler</span></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========== 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"> </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>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IRenderContextHandler.html#afterRenderContext()">afterRenderContext</a></strong>()</code> -<div class="block">Run after the specified rendering context.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IRenderContextHandler.html#beforeRenderContext()">beforeRenderContext</a></strong>()</code> -<div class="block">Run before the specified rendering context.</div> -</td> -</tr> -</table> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="beforeRenderContext()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>beforeRenderContext</h4> -<pre>void beforeRenderContext()</pre> -<div class="block">Run before the specified rendering context.</div> -</li> -</ul> -<a name="afterRenderContext()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>afterRenderContext</h4> -<pre>void afterRenderContext()</pre> -<div class="block">Run after the specified rendering context.</div> -</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/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/IRenderHandler.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IRenderContextHandler.html" target="_top">Frames</a></li> -<li><a href="IRenderContextHandler.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/IRenderHandler.html b/javadoc/net/minecraftforge/client/IRenderHandler.html deleted file mode 100644 index 6f7d19e..0000000 --- a/javadoc/net/minecraftforge/client/IRenderHandler.html +++ /dev/null @@ -1,258 +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:11 EST 2015 --> -<title>IRenderHandler (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="IRenderHandler (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/client/IRenderContextHandler.html" title="interface in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IRenderHandler.html" target="_top">Frames</a></li> -<li><a href="IRenderHandler.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client</div> -<h2 title="Class IRenderHandler" class="title">Class IRenderHandler</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.IRenderHandler</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public abstract class <span class="strong">IRenderHandler</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/IRenderHandler.html#IRenderHandler()">IRenderHandler</a></strong>()</code> </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"> </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>abstract void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/IRenderHandler.html#render(float,%20net.minecraft.client.multiplayer.WorldClient,%20net.minecraft.client.Minecraft)">render</a></strong>(float partialTicks, - <a href="../../../net/minecraft/client/multiplayer/WorldClient.html" title="class in net.minecraft.client.multiplayer">WorldClient</a> world, - <a href="../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> mc)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="IRenderHandler()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>IRenderHandler</h4> -<pre>public IRenderHandler()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="render(float, net.minecraft.client.multiplayer.WorldClient, net.minecraft.client.Minecraft)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>render</h4> -<pre>public abstract void render(float partialTicks, - <a href="../../../net/minecraft/client/multiplayer/WorldClient.html" title="class in net.minecraft.client.multiplayer">WorldClient</a> world, - <a href="../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> mc)</pre> -</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/client/IRenderContextHandler.html" title="interface in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html" title="class in net.minecraftforge.client"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/IRenderHandler.html" target="_top">Frames</a></li> -<li><a href="IRenderHandler.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/MinecraftForgeClient.html b/javadoc/net/minecraftforge/client/MinecraftForgeClient.html deleted file mode 100644 index c494598..0000000 --- a/javadoc/net/minecraftforge/client/MinecraftForgeClient.html +++ /dev/null @@ -1,338 +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:11 EST 2015 --> -<title>MinecraftForgeClient (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="MinecraftForgeClient (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/client/IRenderHandler.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/MinecraftForgeClient.html" target="_top">Frames</a></li> -<li><a href="MinecraftForgeClient.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client</div> -<h2 title="Class MinecraftForgeClient" class="title">Class MinecraftForgeClient</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.MinecraftForgeClient</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">MinecraftForgeClient</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/MinecraftForgeClient.html#MinecraftForgeClient()">MinecraftForgeClient</a></strong>()</code> </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"> </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/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a></code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#getItemRenderer(net.minecraft.item.ItemStack,%20net.minecraftforge.client.IItemRenderer.ItemRenderType)">getItemRenderer</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#getRenderPass()">getRenderPass</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#getStencilBits()">getStencilBits</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#registerItemRenderer(net.minecraft.item.Item,%20net.minecraftforge.client.IItemRenderer)">registerItemRenderer</a></strong>(<a href="../../../net/minecraft/item/Item.html" title="class in net.minecraft.item">Item</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a> renderer)</code> -<div class="block">Register a custom renderer for a specific item.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#releaseStencilBit(int)">releaseStencilBit</a></strong>(int bit)</code> -<div class="block">Release the stencil bit for other use</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static int</code></td> -<td class="colLast"><code><strong><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#reserveStencilBit()">reserveStencilBit</a></strong>()</code> -<div class="block">Reserve a stencil bit for use in rendering</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="MinecraftForgeClient()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MinecraftForgeClient</h4> -<pre>public MinecraftForgeClient()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="registerItemRenderer(net.minecraft.item.Item, net.minecraftforge.client.IItemRenderer)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>registerItemRenderer</h4> -<pre>public static void registerItemRenderer(<a href="../../../net/minecraft/item/Item.html" title="class in net.minecraft.item">Item</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a> renderer)</pre> -<div class="block">Register a custom renderer for a specific item. This can be used to - render the item in-world as an EntityItem, when the item is equipped, or - when the item is in an inventory slot.</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>itemID</code> - The item ID (shifted index) to handle rendering.</dd><dd><code>renderer</code> - The IItemRenderer interface that handles rendering for - this item.</dd></dl> -</li> -</ul> -<a name="getItemRenderer(net.minecraft.item.ItemStack, net.minecraftforge.client.IItemRenderer.ItemRenderType)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getItemRenderer</h4> -<pre>public static <a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a> getItemRenderer(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item, - <a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a> type)</pre> -</li> -</ul> -<a name="getRenderPass()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getRenderPass</h4> -<pre>public static int getRenderPass()</pre> -</li> -</ul> -<a name="getStencilBits()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getStencilBits</h4> -<pre>public static int getStencilBits()</pre> -</li> -</ul> -<a name="reserveStencilBit()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>reserveStencilBit</h4> -<pre>public static int reserveStencilBit()</pre> -<div class="block">Reserve a stencil bit for use in rendering</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>A bit or -1 if no further stencil bits are available</dd></dl> -</li> -</ul> -<a name="releaseStencilBit(int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>releaseStencilBit</h4> -<pre>public static void releaseStencilBit(int bit)</pre> -<div class="block">Release the stencil bit for other use</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bit</code> - The bit from <a href="../../../net/minecraftforge/client/MinecraftForgeClient.html#reserveStencilBit()"><code>reserveStencilBit()</code></a></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/client/IRenderHandler.html" title="class in net.minecraftforge.client"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/MinecraftForgeClient.html" target="_top">Frames</a></li> -<li><a href="MinecraftForgeClient.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html b/javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html deleted file mode 100644 index 1c34bce..0000000 --- a/javadoc/net/minecraftforge/client/event/ClientChatReceivedEvent.html +++ /dev/null @@ -1,289 +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:13 EST 2015 --> -<title>ClientChatReceivedEvent (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="ClientChatReceivedEvent (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>Prev Class</li> -<li><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/ClientChatReceivedEvent.html" target="_top">Frames</a></li> -<li><a href="ClientChatReceivedEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class ClientChatReceivedEvent" class="title">Class ClientChatReceivedEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.ClientChatReceivedEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">ClientChatReceivedEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/ClientChatReceivedEvent.html#message">message</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/ClientChatReceivedEvent.html#ClientChatReceivedEvent(net.minecraft.util.IChatComponent)">ClientChatReceivedEvent</a></strong>(<a href="../../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a> message)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="message"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>message</h4> -<pre>public <a href="../../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a> message</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ClientChatReceivedEvent(net.minecraft.util.IChatComponent)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ClientChatReceivedEvent</h4> -<pre>public ClientChatReceivedEvent(<a href="../../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a> message)</pre> -</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>Prev Class</li> -<li><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/ClientChatReceivedEvent.html" target="_top">Frames</a></li> -<li><a href="ClientChatReceivedEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html b/javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html deleted file mode 100644 index 92eb00d..0000000 --- a/javadoc/net/minecraftforge/client/event/DrawBlockHighlightEvent.html +++ /dev/null @@ -1,364 +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:13 EST 2015 --> -<title>DrawBlockHighlightEvent (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="DrawBlockHighlightEvent (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/client/event/ClientChatReceivedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/DrawBlockHighlightEvent.html" target="_top">Frames</a></li> -<li><a href="DrawBlockHighlightEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class DrawBlockHighlightEvent" class="title">Class DrawBlockHighlightEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.DrawBlockHighlightEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">DrawBlockHighlightEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html#context">context</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html#currentItem">currentItem</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html#partialTicks">partialTicks</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html#player">player</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html#subID">subID</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/util/MovingObjectPosition.html" title="class in net.minecraft.util">MovingObjectPosition</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html#target">target</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/DrawBlockHighlightEvent.html#DrawBlockHighlightEvent(net.minecraft.client.renderer.RenderGlobal,%20net.minecraft.entity.player.EntityPlayer,%20net.minecraft.util.MovingObjectPosition,%20int,%20net.minecraft.item.ItemStack,%20float)">DrawBlockHighlightEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - <a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/util/MovingObjectPosition.html" title="class in net.minecraft.util">MovingObjectPosition</a> target, - int subID, - <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> currentItem, - float partialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="context"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>context</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context</pre> -</li> -</ul> -<a name="player"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>player</h4> -<pre>public final <a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player</pre> -</li> -</ul> -<a name="target"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>target</h4> -<pre>public final <a href="../../../../net/minecraft/util/MovingObjectPosition.html" title="class in net.minecraft.util">MovingObjectPosition</a> target</pre> -</li> -</ul> -<a name="subID"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>subID</h4> -<pre>public final int subID</pre> -</li> -</ul> -<a name="currentItem"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>currentItem</h4> -<pre>public final <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> currentItem</pre> -</li> -</ul> -<a name="partialTicks"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>partialTicks</h4> -<pre>public final float partialTicks</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="DrawBlockHighlightEvent(net.minecraft.client.renderer.RenderGlobal, net.minecraft.entity.player.EntityPlayer, net.minecraft.util.MovingObjectPosition, int, net.minecraft.item.ItemStack, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DrawBlockHighlightEvent</h4> -<pre>public DrawBlockHighlightEvent(<a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - <a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/util/MovingObjectPosition.html" title="class in net.minecraft.util">MovingObjectPosition</a> target, - int subID, - <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> currentItem, - float partialTicks)</pre> -</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/client/event/ClientChatReceivedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/DrawBlockHighlightEvent.html" target="_top">Frames</a></li> -<li><a href="DrawBlockHighlightEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html deleted file mode 100644 index c353d89..0000000 --- a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html +++ /dev/null @@ -1,352 +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:13 EST 2015 --> -<title>EntityViewRenderEvent.FogColors (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="EntityViewRenderEvent.FogColors (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/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.FogColors.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class EntityViewRenderEvent.FogColors" class="title">Class EntityViewRenderEvent.FogColors</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.EntityViewRenderEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.EntityViewRenderEvent.FogColors</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">EntityViewRenderEvent.FogColors</span> -extends <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></pre> -<div class="block">Event that allows any feature to customize the color of fog the player sees. - NOTE: Any change made to one of the color variables will affect the result seen in-game.</div> -</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_net.minecraftforge.client.event.EntityViewRenderEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogColors</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogDensity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.RenderFogEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html#blue">blue</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html#green">green</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html#red">red</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#block">block</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderPartialTicks">renderPartialTicks</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"> </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/client/event/EntityViewRenderEvent.FogColors.html#EntityViewRenderEvent.FogColors(net.minecraft.client.renderer.EntityRenderer,%20net.minecraft.entity.EntityLivingBase,%20net.minecraft.block.Block,%20double,%20float,%20float,%20float)">EntityViewRenderEvent.FogColors</a></strong>(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks, - float red, - float green, - float blue)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="red"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>red</h4> -<pre>public float red</pre> -</li> -</ul> -<a name="green"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>green</h4> -<pre>public float green</pre> -</li> -</ul> -<a name="blue"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>blue</h4> -<pre>public float blue</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="EntityViewRenderEvent.FogColors(net.minecraft.client.renderer.EntityRenderer, net.minecraft.entity.EntityLivingBase, net.minecraft.block.Block, double, float, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>EntityViewRenderEvent.FogColors</h4> -<pre>public EntityViewRenderEvent.FogColors(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks, - float red, - float green, - float blue)</pre> -</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/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.FogColors.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html deleted file mode 100644 index 179535a..0000000 --- a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html +++ /dev/null @@ -1,322 +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:13 EST 2015 --> -<title>EntityViewRenderEvent.FogDensity (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="EntityViewRenderEvent.FogDensity (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/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.FogDensity.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class EntityViewRenderEvent.FogDensity" class="title">Class EntityViewRenderEvent.FogDensity</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.EntityViewRenderEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.EntityViewRenderEvent.FogDensity</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">EntityViewRenderEvent.FogDensity</span> -extends <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></pre> -<div class="block">Event that allows any feature to customize the fog density the player sees. - NOTE: In order to make this event have an effect, you must cancel the event</div> -</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_net.minecraftforge.client.event.EntityViewRenderEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogColors</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogDensity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.RenderFogEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html#density">density</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#block">block</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderPartialTicks">renderPartialTicks</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"> </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/client/event/EntityViewRenderEvent.FogDensity.html#EntityViewRenderEvent.FogDensity(net.minecraft.client.renderer.EntityRenderer,%20net.minecraft.entity.EntityLivingBase,%20net.minecraft.block.Block,%20double,%20float)">EntityViewRenderEvent.FogDensity</a></strong>(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks, - float density)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="density"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>density</h4> -<pre>public float density</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="EntityViewRenderEvent.FogDensity(net.minecraft.client.renderer.EntityRenderer, net.minecraft.entity.EntityLivingBase, net.minecraft.block.Block, double, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>EntityViewRenderEvent.FogDensity</h4> -<pre>public EntityViewRenderEvent.FogDensity(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks, - float density)</pre> -</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/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.FogDensity.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html deleted file mode 100644 index 2033133..0000000 --- a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html +++ /dev/null @@ -1,336 +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:13 EST 2015 --> -<title>EntityViewRenderEvent.RenderFogEvent (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="EntityViewRenderEvent.RenderFogEvent (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/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.RenderFogEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class EntityViewRenderEvent.RenderFogEvent" class="title">Class EntityViewRenderEvent.RenderFogEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.EntityViewRenderEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.EntityViewRenderEvent.RenderFogEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">EntityViewRenderEvent.RenderFogEvent</span> -extends <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></pre> -<div class="block">Event that allows any feature to customize the rendering of fog.</div> -</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_net.minecraftforge.client.event.EntityViewRenderEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogColors</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogDensity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.RenderFogEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html#farPlaneDistance">farPlaneDistance</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html#fogMode">fogMode</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#block">block</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderPartialTicks">renderPartialTicks</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"> </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/client/event/EntityViewRenderEvent.RenderFogEvent.html#EntityViewRenderEvent.RenderFogEvent(net.minecraft.client.renderer.EntityRenderer,%20net.minecraft.entity.EntityLivingBase,%20net.minecraft.block.Block,%20double,%20int,%20float)">EntityViewRenderEvent.RenderFogEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks, - int fogMode, - float farPlaneDistance)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="fogMode"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fogMode</h4> -<pre>public final int fogMode</pre> -</li> -</ul> -<a name="farPlaneDistance"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>farPlaneDistance</h4> -<pre>public final float farPlaneDistance</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="EntityViewRenderEvent.RenderFogEvent(net.minecraft.client.renderer.EntityRenderer, net.minecraft.entity.EntityLivingBase, net.minecraft.block.Block, double, int, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>EntityViewRenderEvent.RenderFogEvent</h4> -<pre>public EntityViewRenderEvent.RenderFogEvent(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks, - int fogMode, - float farPlaneDistance)</pre> -</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/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.RenderFogEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.EntityViewRenderEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html b/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html deleted file mode 100644 index 1abddd1..0000000 --- a/javadoc/net/minecraftforge/client/event/EntityViewRenderEvent.html +++ /dev/null @@ -1,365 +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:13 EST 2015 --> -<title>EntityViewRenderEvent (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="EntityViewRenderEvent (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/client/event/DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class EntityViewRenderEvent" class="title">Class EntityViewRenderEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.EntityViewRenderEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogColors</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogDensity</a>, <a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.RenderFogEvent</a></dd> -</dl> -<hr> -<br> -<pre>public abstract class <span class="strong">EntityViewRenderEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">Event that hooks into EntityRenderer, allowing any feature to customize visual attributes of - fog the player sees.</div> -</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogColors</a></strong></code> -<div class="block">Event that allows any feature to customize the color of fog the player sees.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogDensity</a></strong></code> -<div class="block">Event that allows any feature to customize the fog density the player sees.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.RenderFogEvent</a></strong></code> -<div class="block">Event that allows any feature to customize the rendering of fog.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#block">block</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#entity">entity</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderer">renderer</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>double</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html#renderPartialTicks">renderPartialTicks</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/EntityViewRenderEvent.html#EntityViewRenderEvent(net.minecraft.client.renderer.EntityRenderer,%20net.minecraft.entity.EntityLivingBase,%20net.minecraft.block.Block,%20double)">EntityViewRenderEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="renderer"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderer</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer</pre> -</li> -</ul> -<a name="entity"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>entity</h4> -<pre>public final <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity</pre> -</li> -</ul> -<a name="block"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>block</h4> -<pre>public final <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block</pre> -</li> -</ul> -<a name="renderPartialTicks"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderPartialTicks</h4> -<pre>public final double renderPartialTicks</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="EntityViewRenderEvent(net.minecraft.client.renderer.EntityRenderer, net.minecraft.entity.EntityLivingBase, net.minecraft.block.Block, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>EntityViewRenderEvent</h4> -<pre>public EntityViewRenderEvent(<a href="../../../../net/minecraft/client/renderer/EntityRenderer.html" title="class in net.minecraft.client.renderer">EntityRenderer</a> renderer, - <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - double renderPartialTicks)</pre> -</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/client/event/DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/EntityViewRenderEvent.html" target="_top">Frames</a></li> -<li><a href="EntityViewRenderEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html b/javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html deleted file mode 100644 index c959d80..0000000 --- a/javadoc/net/minecraftforge/client/event/FOVUpdateEvent.html +++ /dev/null @@ -1,319 +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:13 EST 2015 --> -<title>FOVUpdateEvent (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="FOVUpdateEvent (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/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiOpenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/FOVUpdateEvent.html" target="_top">Frames</a></li> -<li><a href="FOVUpdateEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class FOVUpdateEvent" class="title">Class FOVUpdateEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.FOVUpdateEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">FOVUpdateEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">Author: MachineMuse (Claire Semple) - Created: 6:07 PM, 9/5/13</div> -</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/entity/EntityPlayerSP.html" title="class in net.minecraft.client.entity">EntityPlayerSP</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html#entity">entity</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html#fov">fov</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html#newfov">newfov</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/FOVUpdateEvent.html#FOVUpdateEvent(net.minecraft.client.entity.EntityPlayerSP,%20float)">FOVUpdateEvent</a></strong>(<a href="../../../../net/minecraft/client/entity/EntityPlayerSP.html" title="class in net.minecraft.client.entity">EntityPlayerSP</a> entity, - float fov)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="entity"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>entity</h4> -<pre>public final <a href="../../../../net/minecraft/client/entity/EntityPlayerSP.html" title="class in net.minecraft.client.entity">EntityPlayerSP</a> entity</pre> -</li> -</ul> -<a name="fov"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fov</h4> -<pre>public final float fov</pre> -</li> -</ul> -<a name="newfov"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>newfov</h4> -<pre>public float newfov</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="FOVUpdateEvent(net.minecraft.client.entity.EntityPlayerSP, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>FOVUpdateEvent</h4> -<pre>public FOVUpdateEvent(<a href="../../../../net/minecraft/client/entity/EntityPlayerSP.html" title="class in net.minecraft.client.entity">EntityPlayerSP</a> entity, - float fov)</pre> -</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/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiOpenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/FOVUpdateEvent.html" target="_top">Frames</a></li> -<li><a href="FOVUpdateEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiOpenEvent.html b/javadoc/net/minecraftforge/client/event/GuiOpenEvent.html deleted file mode 100644 index f66efab..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiOpenEvent.html +++ /dev/null @@ -1,292 +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:13 EST 2015 --> -<title>GuiOpenEvent (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="GuiOpenEvent (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/client/event/FOVUpdateEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiOpenEvent.html" target="_top">Frames</a></li> -<li><a href="GuiOpenEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiOpenEvent" class="title">Class GuiOpenEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiOpenEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">GuiOpenEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">This event is called before any Gui will open. - If you don't want this to happen, cancel the event. - If you want to override this Gui, simply set the gui variable to your own Gui.</div> -</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiOpenEvent.html#gui">gui</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/GuiOpenEvent.html#GuiOpenEvent(net.minecraft.client.gui.GuiScreen)">GuiOpenEvent</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="gui"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>gui</h4> -<pre>public <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiOpenEvent(net.minecraft.client.gui.GuiScreen)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiOpenEvent</h4> -<pre>public GuiOpenEvent(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui)</pre> -</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/client/event/FOVUpdateEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiOpenEvent.html" target="_top">Frames</a></li> -<li><a href="GuiOpenEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html deleted file mode 100644 index c5ccaf8..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html +++ /dev/null @@ -1,309 +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:13 EST 2015 --> -<title>GuiScreenEvent.ActionPerformedEvent.Post (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="GuiScreenEvent.ActionPerformedEvent.Post (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/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.ActionPerformedEvent.Post" class="title">Class GuiScreenEvent.ActionPerformedEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.ActionPerformedEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></pre> -<div class="block">This event fires after <code>GuiScreen.actionPerformed()</code> provided that the active - screen has not been changed as a result of <code>GuiScreen.actionPerformed()</code>.</div> -</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_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html#button">button</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html#buttonList">buttonList</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html#GuiScreenEvent.ActionPerformedEvent.Post(net.minecraft.client.gui.GuiScreen,%20net.minecraft.client.gui.GuiButton,%20java.util.List)">GuiScreenEvent.ActionPerformedEvent.Post</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button, - java.util.List buttonList)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.ActionPerformedEvent.Post(net.minecraft.client.gui.GuiScreen, net.minecraft.client.gui.GuiButton, java.util.List)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.ActionPerformedEvent.Post</h4> -<pre>public GuiScreenEvent.ActionPerformedEvent.Post(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button, - java.util.List buttonList)</pre> -</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/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html deleted file mode 100644 index 7463324..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html +++ /dev/null @@ -1,310 +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:13 EST 2015 --> -<title>GuiScreenEvent.ActionPerformedEvent.Pre (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="GuiScreenEvent.ActionPerformedEvent.Pre (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/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.ActionPerformedEvent.Pre" class="title">Class GuiScreenEvent.ActionPerformedEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.ActionPerformedEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></pre> -<div class="block">This event fires once it has been determined that a GuiButton object has been clicked. - Cancel this event to bypass <code>GuiScreen.actionPerformed()</code>. - Replace button with a different button from buttonList to have that button's action executed.</div> -</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_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html#button">button</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html#buttonList">buttonList</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html#GuiScreenEvent.ActionPerformedEvent.Pre(net.minecraft.client.gui.GuiScreen,%20net.minecraft.client.gui.GuiButton,%20java.util.List)">GuiScreenEvent.ActionPerformedEvent.Pre</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button, - java.util.List buttonList)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.ActionPerformedEvent.Pre(net.minecraft.client.gui.GuiScreen, net.minecraft.client.gui.GuiButton, java.util.List)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.ActionPerformedEvent.Pre</h4> -<pre>public GuiScreenEvent.ActionPerformedEvent.Pre(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button, - java.util.List buttonList)</pre> -</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/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html deleted file mode 100644 index 9f9e14f..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html +++ /dev/null @@ -1,359 +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:13 EST 2015 --> -<title>GuiScreenEvent.ActionPerformedEvent (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="GuiScreenEvent.ActionPerformedEvent (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/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.ActionPerformedEvent" class="title">Class GuiScreenEvent.ActionPerformedEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.ActionPerformedEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Pre</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.ActionPerformedEvent</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Post</a></strong></code> -<div class="block">This event fires after <code>GuiScreen.actionPerformed()</code> provided that the active - screen has not been changed as a result of <code>GuiScreen.actionPerformed()</code>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Pre</a></strong></code> -<div class="block">This event fires once it has been determined that a GuiButton object has been clicked.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html#button">button</a></strong></code> -<div class="block">The button that was clicked.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.List</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html#buttonList">buttonList</a></strong></code> -<div class="block">A COPY of the <code>buttonList</code> field from the GuiScreen referenced by <code>gui</code>.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.ActionPerformedEvent.html#GuiScreenEvent.ActionPerformedEvent(net.minecraft.client.gui.GuiScreen,%20net.minecraft.client.gui.GuiButton,%20java.util.List)">GuiScreenEvent.ActionPerformedEvent</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button, - java.util.List buttonList)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="button"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>button</h4> -<pre>public <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button</pre> -<div class="block">The button that was clicked.</div> -</li> -</ul> -<a name="buttonList"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>buttonList</h4> -<pre>public java.util.List buttonList</pre> -<div class="block">A COPY of the <code>buttonList</code> field from the GuiScreen referenced by <code>gui</code>.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.ActionPerformedEvent(net.minecraft.client.gui.GuiScreen, net.minecraft.client.gui.GuiButton, java.util.List)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.ActionPerformedEvent</h4> -<pre>public GuiScreenEvent.ActionPerformedEvent(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - <a href="../../../../net/minecraft/client/gui/GuiButton.html" title="class in net.minecraft.client.gui">GuiButton</a> button, - java.util.List buttonList)</pre> -</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/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html deleted file mode 100644 index 36a1ad0..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html +++ /dev/null @@ -1,310 +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:13 EST 2015 --> -<title>GuiScreenEvent.DrawScreenEvent.Post (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="GuiScreenEvent.DrawScreenEvent.Post (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/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.DrawScreenEvent.Post" class="title">Class GuiScreenEvent.DrawScreenEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.DrawScreenEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></pre> -<div class="block">This event fires just after <code>GuiScreen.drawScreen()</code> is called.</div> -</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_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#mouseX">mouseX</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#mouseY">mouseY</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#renderPartialTicks">renderPartialTicks</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.DrawScreenEvent.Post.html#GuiScreenEvent.DrawScreenEvent.Post(net.minecraft.client.gui.GuiScreen,%20int,%20int,%20float)">GuiScreenEvent.DrawScreenEvent.Post</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - int mouseX, - int mouseY, - float renderPartialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.DrawScreenEvent.Post(net.minecraft.client.gui.GuiScreen, int, int, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.DrawScreenEvent.Post</h4> -<pre>public GuiScreenEvent.DrawScreenEvent.Post(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - int mouseX, - int mouseY, - float renderPartialTicks)</pre> -</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/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html deleted file mode 100644 index 8cf2e4b..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html +++ /dev/null @@ -1,311 +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:13 EST 2015 --> -<title>GuiScreenEvent.DrawScreenEvent.Pre (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="GuiScreenEvent.DrawScreenEvent.Pre (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/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.DrawScreenEvent.Pre" class="title">Class GuiScreenEvent.DrawScreenEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.DrawScreenEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></pre> -<div class="block">This event fires just before <code>GuiScreen.drawScreen()</code> is called. - Cancel this event to skip <code>GuiScreen.drawScreen()</code>.</div> -</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_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#mouseX">mouseX</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#mouseY">mouseY</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#renderPartialTicks">renderPartialTicks</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html#GuiScreenEvent.DrawScreenEvent.Pre(net.minecraft.client.gui.GuiScreen,%20int,%20int,%20float)">GuiScreenEvent.DrawScreenEvent.Pre</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - int mouseX, - int mouseY, - float renderPartialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.DrawScreenEvent.Pre(net.minecraft.client.gui.GuiScreen, int, int, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.DrawScreenEvent.Pre</h4> -<pre>public GuiScreenEvent.DrawScreenEvent.Pre(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - int mouseX, - int mouseY, - float renderPartialTicks)</pre> -</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/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html deleted file mode 100644 index f824820..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html +++ /dev/null @@ -1,376 +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:13 EST 2015 --> -<title>GuiScreenEvent.DrawScreenEvent (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="GuiScreenEvent.DrawScreenEvent (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/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.DrawScreenEvent" class="title">Class GuiScreenEvent.DrawScreenEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.DrawScreenEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Pre</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.DrawScreenEvent</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Post</a></strong></code> -<div class="block">This event fires just after <code>GuiScreen.drawScreen()</code> is called.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Pre</a></strong></code> -<div class="block">This event fires just before <code>GuiScreen.drawScreen()</code> is called.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#mouseX">mouseX</a></strong></code> -<div class="block">The x coordinate of the mouse pointer on the screen.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#mouseY">mouseY</a></strong></code> -<div class="block">The y coordinate of the mouse pointer on the screen.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html#renderPartialTicks">renderPartialTicks</a></strong></code> -<div class="block">Partial render ticks elapsed.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.DrawScreenEvent.html#GuiScreenEvent.DrawScreenEvent(net.minecraft.client.gui.GuiScreen,%20int,%20int,%20float)">GuiScreenEvent.DrawScreenEvent</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - int mouseX, - int mouseY, - float renderPartialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="mouseX"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>mouseX</h4> -<pre>public final int mouseX</pre> -<div class="block">The x coordinate of the mouse pointer on the screen.</div> -</li> -</ul> -<a name="mouseY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>mouseY</h4> -<pre>public final int mouseY</pre> -<div class="block">The y coordinate of the mouse pointer on the screen.</div> -</li> -</ul> -<a name="renderPartialTicks"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderPartialTicks</h4> -<pre>public final float renderPartialTicks</pre> -<div class="block">Partial render ticks elapsed.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.DrawScreenEvent(net.minecraft.client.gui.GuiScreen, int, int, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.DrawScreenEvent</h4> -<pre>public GuiScreenEvent.DrawScreenEvent(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - int mouseX, - int mouseY, - float renderPartialTicks)</pre> -</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/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html deleted file mode 100644 index 4d7ddd7..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html +++ /dev/null @@ -1,307 +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:13 EST 2015 --> -<title>GuiScreenEvent.InitGuiEvent.Post (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="GuiScreenEvent.InitGuiEvent.Post (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/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.InitGuiEvent.Post" class="title">Class GuiScreenEvent.InitGuiEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.InitGuiEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></pre> -<div class="block">This event fires right after <code>GuiScreen.initGui()</code>. - This is a good place to alter a GuiScreen's component layout if desired.</div> -</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_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html#buttonList">buttonList</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.InitGuiEvent.Post.html#GuiScreenEvent.InitGuiEvent.Post(net.minecraft.client.gui.GuiScreen,%20java.util.List)">GuiScreenEvent.InitGuiEvent.Post</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - java.util.List buttonList)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.InitGuiEvent.Post(net.minecraft.client.gui.GuiScreen, java.util.List)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.InitGuiEvent.Post</h4> -<pre>public GuiScreenEvent.InitGuiEvent.Post(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - java.util.List buttonList)</pre> -</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/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html deleted file mode 100644 index 3f9dcb9..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html +++ /dev/null @@ -1,312 +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:13 EST 2015 --> -<title>GuiScreenEvent.InitGuiEvent.Pre (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="GuiScreenEvent.InitGuiEvent.Pre (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/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/MouseEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.InitGuiEvent.Pre" class="title">Class GuiScreenEvent.InitGuiEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.InitGuiEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></pre> -<div class="block">This event fires just after initializing <code>GuiScreen.mc</code>, <code>GuiScreen.fontRendererObj</code>, - <code>GuiScreen.width</code>, and <code>GuiScreen.height</code>, and just before calling <code>GuiScreen.buttonList.clear()</code> - and <code>GuiScreen.initGui()</code>. To skip or override a screen's initGui() method cancel the event.<br/><br/> - - If canceled the following lines are skipped in <code>GuiScreen.setWorldAndResolution()</code>:<br/> - <code>this.buttonList.clear();</code><br/> - <code>this.initGui();</code><br/></div> -</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_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html#buttonList">buttonList</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.InitGuiEvent.Pre.html#GuiScreenEvent.InitGuiEvent.Pre(net.minecraft.client.gui.GuiScreen,%20java.util.List)">GuiScreenEvent.InitGuiEvent.Pre</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - java.util.List buttonList)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.InitGuiEvent.Pre(net.minecraft.client.gui.GuiScreen, java.util.List)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.InitGuiEvent.Pre</h4> -<pre>public GuiScreenEvent.InitGuiEvent.Pre(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - java.util.List buttonList)</pre> -</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/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/MouseEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html deleted file mode 100644 index 643d479..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html +++ /dev/null @@ -1,342 +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:13 EST 2015 --> -<title>GuiScreenEvent.InitGuiEvent (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="GuiScreenEvent.InitGuiEvent (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/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent.InitGuiEvent" class="title">Class GuiScreenEvent.InitGuiEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.GuiScreenEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Pre</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">GuiScreenEvent.InitGuiEvent</span> -extends <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Post</a></strong></code> -<div class="block">This event fires right after <code>GuiScreen.initGui()</code>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Pre</a></strong></code> -<div class="block">This event fires just after initializing <code>GuiScreen.mc</code>, <code>GuiScreen.fontRendererObj</code>, - <code>GuiScreen.width</code>, and <code>GuiScreen.height</code>, and just before calling <code>GuiScreen.buttonList.clear()</code> - and <code>GuiScreen.initGui()</code>.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>java.util.List</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html#buttonList">buttonList</a></strong></code> -<div class="block">The <code>buttonList</code> field from the GuiScreen object referenced by <code>gui</code>.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.GuiScreenEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</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"> </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/client/event/GuiScreenEvent.InitGuiEvent.html#GuiScreenEvent.InitGuiEvent(net.minecraft.client.gui.GuiScreen,%20java.util.List)">GuiScreenEvent.InitGuiEvent</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - java.util.List buttonList)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="buttonList"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>buttonList</h4> -<pre>public java.util.List buttonList</pre> -<div class="block">The <code>buttonList</code> field from the GuiScreen object referenced by <code>gui</code>.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent.InitGuiEvent(net.minecraft.client.gui.GuiScreen, java.util.List)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent.InitGuiEvent</h4> -<pre>public GuiScreenEvent.InitGuiEvent(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui, - java.util.List buttonList)</pre> -</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/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.html b/javadoc/net/minecraftforge/client/event/GuiScreenEvent.html deleted file mode 100644 index 8bd3c39..0000000 --- a/javadoc/net/minecraftforge/client/event/GuiScreenEvent.html +++ /dev/null @@ -1,316 +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:13 EST 2015 --> -<title>GuiScreenEvent (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="GuiScreenEvent (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/client/event/GuiOpenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class GuiScreenEvent" class="title">Class GuiScreenEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.GuiScreenEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a>, <a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">GuiScreenEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">Event classes for GuiScreen events.</div> -</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html#gui">gui</a></strong></code> -<div class="block">The GuiScreen object generating this event.</div> -</td> -</tr> -</table> -</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"> </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/client/event/GuiScreenEvent.html#GuiScreenEvent(net.minecraft.client.gui.GuiScreen)">GuiScreenEvent</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="gui"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>gui</h4> -<pre>public final <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui</pre> -<div class="block">The GuiScreen object generating this event.</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GuiScreenEvent(net.minecraft.client.gui.GuiScreen)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GuiScreenEvent</h4> -<pre>public GuiScreenEvent(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> gui)</pre> -</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/client/event/GuiOpenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/GuiScreenEvent.html" target="_top">Frames</a></li> -<li><a href="GuiScreenEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/MouseEvent.html b/javadoc/net/minecraftforge/client/event/MouseEvent.html deleted file mode 100644 index 465d36c..0000000 --- a/javadoc/net/minecraftforge/client/event/MouseEvent.html +++ /dev/null @@ -1,382 +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:13 EST 2015 --> -<title>MouseEvent (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="MouseEvent (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/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/MouseEvent.html" target="_top">Frames</a></li> -<li><a href="MouseEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class MouseEvent" class="title">Class MouseEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.MouseEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">MouseEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">Author: MachineMuse (Claire Semple) - Created: 2:46 PM, 9/4/13</div> -</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#button">button</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#buttonstate">buttonstate</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#dwheel">dwheel</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#dx">dx</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#dy">dy</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>long</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#nanoseconds">nanoseconds</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#x">x</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/MouseEvent.html#y">y</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/MouseEvent.html#MouseEvent()">MouseEvent</a></strong>()</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>public final int x</pre> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>public final int y</pre> -</li> -</ul> -<a name="dx"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>dx</h4> -<pre>public final int dx</pre> -</li> -</ul> -<a name="dy"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>dy</h4> -<pre>public final int dy</pre> -</li> -</ul> -<a name="dwheel"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>dwheel</h4> -<pre>public final int dwheel</pre> -</li> -</ul> -<a name="button"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>button</h4> -<pre>public final int button</pre> -</li> -</ul> -<a name="buttonstate"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>buttonstate</h4> -<pre>public final boolean buttonstate</pre> -</li> -</ul> -<a name="nanoseconds"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>nanoseconds</h4> -<pre>public final long nanoseconds</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="MouseEvent()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>MouseEvent</h4> -<pre>public MouseEvent()</pre> -</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/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/MouseEvent.html" target="_top">Frames</a></li> -<li><a href="MouseEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html b/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html deleted file mode 100644 index 7654019..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html +++ /dev/null @@ -1,333 +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:13 EST 2015 --> -<title>RenderBlockOverlayEvent.OverlayType (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="RenderBlockOverlayEvent.OverlayType (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/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" target="_top">Frames</a></li> -<li><a href="RenderBlockOverlayEvent.OverlayType.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </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.client.event</div> -<h2 title="Enum RenderBlockOverlayEvent.OverlayType" class="title">Enum RenderBlockOverlayEvent.OverlayType</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>java.lang.Enum<<a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a>></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderBlockOverlayEvent.OverlayType</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a>></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderBlockOverlayEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static enum <span class="strong">RenderBlockOverlayEvent.OverlayType</span> -extends java.lang.Enum<<a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a>></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== ENUM CONSTANT SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_summary"> -<!-- --> -</a> -<h3>Enum Constant Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> -<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Enum Constant and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html#BLOCK">BLOCK</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html#FIRE">FIRE</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html#WATER">WATER</a></strong></code> </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"> </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/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> -<div class="block">Returns the enum constant of this type with the specified name.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html#values()">values</a></strong>()</code> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Enum</h3> -<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>getClass, notify, notifyAll, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ ENUM CONSTANT DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_detail"> -<!-- --> -</a> -<h3>Enum Constant Detail</h3> -<a name="FIRE"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>FIRE</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> FIRE</pre> -</li> -</ul> -<a name="BLOCK"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>BLOCK</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> BLOCK</pre> -</li> -</ul> -<a name="WATER"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>WATER</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> WATER</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="values()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>values</h4> -<pre>public static <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a>[] values()</pre> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -<pre> -for (RenderBlockOverlayEvent.OverlayType c : RenderBlockOverlayEvent.OverlayType.values()) - System.out.println(c); -</pre></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> -</li> -</ul> -<a name="valueOf(java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>valueOf</h4> -<pre>public static <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> valueOf(java.lang.String name)</pre> -<div class="block">Returns the enum constant of this type with the specified name. -The string must match <i>exactly</i> an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> -<dd><code>java.lang.NullPointerException</code> - if the argument is null</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/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" target="_top">Frames</a></li> -<li><a href="RenderBlockOverlayEvent.OverlayType.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html b/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html deleted file mode 100644 index 4351d88..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderBlockOverlayEvent.html +++ /dev/null @@ -1,400 +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:13 EST 2015 --> -<title>RenderBlockOverlayEvent (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="RenderBlockOverlayEvent (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/client/event/MouseEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderBlockOverlayEvent.html" target="_top">Frames</a></li> -<li><a href="RenderBlockOverlayEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderBlockOverlayEvent" class="title">Class RenderBlockOverlayEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderBlockOverlayEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">RenderBlockOverlayEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">Called when a block's texture is going to be overlaid on the player's HUD. Cancel this event to prevent the overlay.</div> -</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#blockForOverlay">blockForOverlay</a></strong></code> -<div class="block">If the overlay type is BLOCK, then this is the block which the overlay is getting it's icon from</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#blockX">blockX</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#blockY">blockY</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#blockZ">blockZ</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#overlayType">overlayType</a></strong></code> -<div class="block">The type of overlay to occur</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#player">player</a></strong></code> -<div class="block">The player which the overlay will apply to</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html#renderPartialTicks">renderPartialTicks</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderBlockOverlayEvent.html#RenderBlockOverlayEvent(net.minecraft.entity.player.EntityPlayer,%20float,%20net.minecraftforge.client.event.RenderBlockOverlayEvent.OverlayType,%20net.minecraft.block.Block,%20int,%20int,%20int)">RenderBlockOverlayEvent</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - float renderPartialTicks, - <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> type, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - int blockX, - int blockY, - int blockZ)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="player"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>player</h4> -<pre>public final <a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player</pre> -<div class="block">The player which the overlay will apply to</div> -</li> -</ul> -<a name="renderPartialTicks"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPartialTicks</h4> -<pre>public final float renderPartialTicks</pre> -</li> -</ul> -<a name="overlayType"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>overlayType</h4> -<pre>public final <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> overlayType</pre> -<div class="block">The type of overlay to occur</div> -</li> -</ul> -<a name="blockForOverlay"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>blockForOverlay</h4> -<pre>public final <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> blockForOverlay</pre> -<div class="block">If the overlay type is BLOCK, then this is the block which the overlay is getting it's icon from</div> -</li> -</ul> -<a name="blockX"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>blockX</h4> -<pre>public final int blockX</pre> -</li> -</ul> -<a name="blockY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>blockY</h4> -<pre>public final int blockY</pre> -</li> -</ul> -<a name="blockZ"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>blockZ</h4> -<pre>public final int blockZ</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderBlockOverlayEvent(net.minecraft.entity.player.EntityPlayer, float, net.minecraftforge.client.event.RenderBlockOverlayEvent.OverlayType, net.minecraft.block.Block, int, int, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderBlockOverlayEvent</h4> -<pre>public RenderBlockOverlayEvent(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - float renderPartialTicks, - <a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a> type, - <a href="../../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block, - int blockX, - int blockY, - int blockZ)</pre> -</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/client/event/MouseEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderBlockOverlayEvent.html" target="_top">Frames</a></li> -<li><a href="RenderBlockOverlayEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html deleted file mode 100644 index 50042d8..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html +++ /dev/null @@ -1,334 +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:13 EST 2015 --> -<title>RenderGameOverlayEvent.Chat (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="RenderGameOverlayEvent.Chat (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/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Chat.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderGameOverlayEvent.Chat" class="title">Class RenderGameOverlayEvent.Chat</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderGameOverlayEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderGameOverlayEvent.Pre</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderGameOverlayEvent.Chat</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderGameOverlayEvent.Chat</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</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_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html#posX">posX</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html#posY">posY</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseX">mouseX</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseY">mouseY</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#partialTicks">partialTicks</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#resolution">resolution</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#type">type</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"> </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/client/event/RenderGameOverlayEvent.Chat.html#RenderGameOverlayEvent.Chat(net.minecraftforge.client.event.RenderGameOverlayEvent,%20int,%20int)">RenderGameOverlayEvent.Chat</a></strong>(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - int posX, - int posY)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="posX"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>posX</h4> -<pre>public int posX</pre> -</li> -</ul> -<a name="posY"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>posY</h4> -<pre>public int posY</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderGameOverlayEvent.Chat(net.minecraftforge.client.event.RenderGameOverlayEvent, int, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderGameOverlayEvent.Chat</h4> -<pre>public RenderGameOverlayEvent.Chat(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - int posX, - int posY)</pre> -</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/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Chat.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html deleted file mode 100644 index 73f60dc..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html +++ /dev/null @@ -1,501 +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:13 EST 2015 --> -<title>RenderGameOverlayEvent.ElementType (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="RenderGameOverlayEvent.ElementType (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/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.ElementType.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </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.client.event</div> -<h2 title="Enum RenderGameOverlayEvent.ElementType" class="title">Enum RenderGameOverlayEvent.ElementType</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>java.lang.Enum<<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static enum <span class="strong">RenderGameOverlayEvent.ElementType</span> -extends java.lang.Enum<<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== ENUM CONSTANT SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_summary"> -<!-- --> -</a> -<h3>Enum Constant Summary</h3> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> -<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colOne" scope="col">Enum Constant and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#AIR">AIR</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#ALL">ALL</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#ARMOR">ARMOR</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#BOSSHEALTH">BOSSHEALTH</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#CHAT">CHAT</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#CROSSHAIRS">CROSSHAIRS</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#DEBUG">DEBUG</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#EXPERIENCE">EXPERIENCE</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#FOOD">FOOD</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#HEALTH">HEALTH</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#HEALTHMOUNT">HEALTHMOUNT</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#HELMET">HELMET</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#HOTBAR">HOTBAR</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#JUMPBAR">JUMPBAR</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#PLAYER_LIST">PLAYER_LIST</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#PORTAL">PORTAL</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#TEXT">TEXT</a></strong></code> </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"> </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/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> -<div class="block">Returns the enum constant of this type with the specified name.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html#values()">values</a></strong>()</code> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Enum</h3> -<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>getClass, notify, notifyAll, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ ENUM CONSTANT DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="enum_constant_detail"> -<!-- --> -</a> -<h3>Enum Constant Detail</h3> -<a name="ALL"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ALL</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> ALL</pre> -</li> -</ul> -<a name="HELMET"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>HELMET</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> HELMET</pre> -</li> -</ul> -<a name="PORTAL"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>PORTAL</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> PORTAL</pre> -</li> -</ul> -<a name="CROSSHAIRS"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>CROSSHAIRS</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> CROSSHAIRS</pre> -</li> -</ul> -<a name="BOSSHEALTH"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>BOSSHEALTH</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> BOSSHEALTH</pre> -</li> -</ul> -<a name="ARMOR"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ARMOR</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> ARMOR</pre> -</li> -</ul> -<a name="HEALTH"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>HEALTH</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> HEALTH</pre> -</li> -</ul> -<a name="FOOD"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>FOOD</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> FOOD</pre> -</li> -</ul> -<a name="AIR"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>AIR</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> AIR</pre> -</li> -</ul> -<a name="HOTBAR"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>HOTBAR</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> HOTBAR</pre> -</li> -</ul> -<a name="EXPERIENCE"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>EXPERIENCE</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> EXPERIENCE</pre> -</li> -</ul> -<a name="TEXT"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>TEXT</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> TEXT</pre> -</li> -</ul> -<a name="HEALTHMOUNT"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>HEALTHMOUNT</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> HEALTHMOUNT</pre> -</li> -</ul> -<a name="JUMPBAR"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>JUMPBAR</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> JUMPBAR</pre> -</li> -</ul> -<a name="CHAT"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>CHAT</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> CHAT</pre> -</li> -</ul> -<a name="PLAYER_LIST"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>PLAYER_LIST</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> PLAYER_LIST</pre> -</li> -</ul> -<a name="DEBUG"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DEBUG</h4> -<pre>public static final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> DEBUG</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="values()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>values</h4> -<pre>public static <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>[] values()</pre> -<div class="block">Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -<pre> -for (RenderGameOverlayEvent.ElementType c : RenderGameOverlayEvent.ElementType.values()) - System.out.println(c); -</pre></div> -<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> -</li> -</ul> -<a name="valueOf(java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>valueOf</h4> -<pre>public static <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> valueOf(java.lang.String name)</pre> -<div class="block">Returns the enum constant of this type with the specified name. -The string must match <i>exactly</i> an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> -<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> -<dd><code>java.lang.NullPointerException</code> - if the argument is null</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/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.ElementType.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: </li> -<li>Nested | </li> -<li><a href="#enum_constant_summary">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#enum_constant_detail">Enum Constants</a> | </li> -<li>Field | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html deleted file mode 100644 index 7e32e56..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html +++ /dev/null @@ -1,322 +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:13 EST 2015 --> -<title>RenderGameOverlayEvent.Post (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="RenderGameOverlayEvent.Post (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/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.event</div> -<h2 title="Class RenderGameOverlayEvent.Post" class="title">Class RenderGameOverlayEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderGameOverlayEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderGameOverlayEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderGameOverlayEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</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_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseX">mouseX</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseY">mouseY</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#partialTicks">partialTicks</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#resolution">resolution</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#type">type</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"> </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/client/event/RenderGameOverlayEvent.Post.html#RenderGameOverlayEvent.Post(net.minecraftforge.client.event.RenderGameOverlayEvent,%20net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType)">RenderGameOverlayEvent.Post</a></strong>(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> type)</code> </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"> </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>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html#isCancelable()">isCancelable</a></strong>()</code> -<div class="block">Determine if this function is cancelable at all.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderGameOverlayEvent.Post(net.minecraftforge.client.event.RenderGameOverlayEvent, net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderGameOverlayEvent.Post</h4> -<pre>public RenderGameOverlayEvent.Post(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> type)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="isCancelable()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>isCancelable</h4> -<pre>public boolean isCancelable()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">Event</a></code></strong></div> -<div class="block">Determine if this function is cancelable at all.</div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a></code> in class <code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>If access to setCanceled should be allowed</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/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html deleted file mode 100644 index d4441dd..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html +++ /dev/null @@ -1,290 +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:13 EST 2015 --> -<title>RenderGameOverlayEvent.Pre (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="RenderGameOverlayEvent.Pre (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/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderGameOverlayEvent.Pre" class="title">Class RenderGameOverlayEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderGameOverlayEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderGameOverlayEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderGameOverlayEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</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_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseX">mouseX</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseY">mouseY</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#partialTicks">partialTicks</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#resolution">resolution</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#type">type</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"> </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/client/event/RenderGameOverlayEvent.Pre.html#RenderGameOverlayEvent.Pre(net.minecraftforge.client.event.RenderGameOverlayEvent,%20net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType)">RenderGameOverlayEvent.Pre</a></strong>(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> type)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderGameOverlayEvent.Pre(net.minecraftforge.client.event.RenderGameOverlayEvent, net.minecraftforge.client.event.RenderGameOverlayEvent.ElementType)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderGameOverlayEvent.Pre</h4> -<pre>public RenderGameOverlayEvent.Pre(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> type)</pre> -</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/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html deleted file mode 100644 index 74eca85..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html +++ /dev/null @@ -1,334 +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:13 EST 2015 --> -<title>RenderGameOverlayEvent.Text (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="RenderGameOverlayEvent.Text (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/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Text.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderGameOverlayEvent.Text" class="title">Class RenderGameOverlayEvent.Text</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderGameOverlayEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderGameOverlayEvent.Pre</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderGameOverlayEvent.Text</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderGameOverlayEvent.Text</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</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_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>java.util.ArrayList<java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html#left">left</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html#right">right</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseX">mouseX</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseY">mouseY</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#partialTicks">partialTicks</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#resolution">resolution</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#type">type</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"> </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/client/event/RenderGameOverlayEvent.Text.html#RenderGameOverlayEvent.Text(net.minecraftforge.client.event.RenderGameOverlayEvent,%20java.util.ArrayList,%20java.util.ArrayList)">RenderGameOverlayEvent.Text</a></strong>(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - java.util.ArrayList<java.lang.String> left, - java.util.ArrayList<java.lang.String> right)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="left"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>left</h4> -<pre>public final java.util.ArrayList<java.lang.String> left</pre> -</li> -</ul> -<a name="right"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>right</h4> -<pre>public final java.util.ArrayList<java.lang.String> right</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderGameOverlayEvent.Text(net.minecraftforge.client.event.RenderGameOverlayEvent, java.util.ArrayList, java.util.ArrayList)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderGameOverlayEvent.Text</h4> -<pre>public RenderGameOverlayEvent.Text(<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a> parent, - java.util.ArrayList<java.lang.String> left, - java.util.ArrayList<java.lang.String> right)</pre> -</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/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.Text.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderGameOverlayEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html b/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html deleted file mode 100644 index 7590aa8..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderGameOverlayEvent.html +++ /dev/null @@ -1,378 +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:13 EST 2015 --> -<title>RenderGameOverlayEvent (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="RenderGameOverlayEvent (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/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderGameOverlayEvent" class="title">Class RenderGameOverlayEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderGameOverlayEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">RenderGameOverlayEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseX">mouseX</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#mouseY">mouseY</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#partialTicks">partialTicks</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/gui/ScaledResolution.html" title="class in net.minecraft.client.gui">ScaledResolution</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#resolution">resolution</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html#type">type</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderGameOverlayEvent.html#RenderGameOverlayEvent(float,%20net.minecraft.client.gui.ScaledResolution,%20int,%20int)">RenderGameOverlayEvent</a></strong>(float partialTicks, - <a href="../../../../net/minecraft/client/gui/ScaledResolution.html" title="class in net.minecraft.client.gui">ScaledResolution</a> resolution, - int mouseX, - int mouseY)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="partialTicks"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>partialTicks</h4> -<pre>public final float partialTicks</pre> -</li> -</ul> -<a name="resolution"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>resolution</h4> -<pre>public final <a href="../../../../net/minecraft/client/gui/ScaledResolution.html" title="class in net.minecraft.client.gui">ScaledResolution</a> resolution</pre> -</li> -</ul> -<a name="mouseX"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>mouseX</h4> -<pre>public final int mouseX</pre> -</li> -</ul> -<a name="mouseY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>mouseY</h4> -<pre>public final int mouseY</pre> -</li> -</ul> -<a name="type"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>type</h4> -<pre>public final <a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a> type</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderGameOverlayEvent(float, net.minecraft.client.gui.ScaledResolution, int, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderGameOverlayEvent</h4> -<pre>public RenderGameOverlayEvent(float partialTicks, - <a href="../../../../net/minecraft/client/gui/ScaledResolution.html" title="class in net.minecraft.client.gui">ScaledResolution</a> resolution, - int mouseX, - int mouseY)</pre> -</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/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderGameOverlayEvent.html" target="_top">Frames</a></li> -<li><a href="RenderGameOverlayEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderHandEvent.html b/javadoc/net/minecraftforge/client/event/RenderHandEvent.html deleted file mode 100644 index a346f4e..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderHandEvent.html +++ /dev/null @@ -1,319 +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:13 EST 2015 --> -<title>RenderHandEvent (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="RenderHandEvent (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/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderHandEvent.html" target="_top">Frames</a></li> -<li><a href="RenderHandEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderHandEvent" class="title">Class RenderHandEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderHandEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">RenderHandEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html#context">context</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html#partialTicks">partialTicks</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html#renderPass">renderPass</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderHandEvent.html#RenderHandEvent(net.minecraft.client.renderer.RenderGlobal,%20float,%20int)">RenderHandEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks, - int renderPass)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="context"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>context</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context</pre> -</li> -</ul> -<a name="partialTicks"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>partialTicks</h4> -<pre>public final float partialTicks</pre> -</li> -</ul> -<a name="renderPass"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderPass</h4> -<pre>public final int renderPass</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderHandEvent(net.minecraft.client.renderer.RenderGlobal, float, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderHandEvent</h4> -<pre>public RenderHandEvent(<a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks, - int renderPass)</pre> -</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/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderHandEvent.html" target="_top">Frames</a></li> -<li><a href="RenderHandEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html b/javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html deleted file mode 100644 index 18d0f2e..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderItemInFrameEvent.html +++ /dev/null @@ -1,320 +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:13 EST 2015 --> -<title>RenderItemInFrameEvent (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="RenderItemInFrameEvent (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/client/event/RenderHandEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderItemInFrameEvent.html" target="_top">Frames</a></li> -<li><a href="RenderItemInFrameEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderItemInFrameEvent" class="title">Class RenderItemInFrameEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderItemInFrameEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">RenderItemInFrameEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></pre> -<div class="block">This event is called when an item is rendered in an item frame. - - You can set canceled to do no further vanilla processing.</div> -</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/entity/item/EntityItemFrame.html" title="class in net.minecraft.entity.item">EntityItemFrame</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html#entityItemFrame">entityItemFrame</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html#item">item</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/renderer/tileentity/RenderItemFrame.html" title="class in net.minecraft.client.renderer.tileentity">RenderItemFrame</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html#renderer">renderer</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderItemInFrameEvent.html#RenderItemInFrameEvent(net.minecraft.entity.item.EntityItemFrame,%20net.minecraft.client.renderer.tileentity.RenderItemFrame)">RenderItemInFrameEvent</a></strong>(<a href="../../../../net/minecraft/entity/item/EntityItemFrame.html" title="class in net.minecraft.entity.item">EntityItemFrame</a> itemFrame, - <a href="../../../../net/minecraft/client/renderer/tileentity/RenderItemFrame.html" title="class in net.minecraft.client.renderer.tileentity">RenderItemFrame</a> renderItemFrame)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="item"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>item</h4> -<pre>public final <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> item</pre> -</li> -</ul> -<a name="entityItemFrame"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>entityItemFrame</h4> -<pre>public final <a href="../../../../net/minecraft/entity/item/EntityItemFrame.html" title="class in net.minecraft.entity.item">EntityItemFrame</a> entityItemFrame</pre> -</li> -</ul> -<a name="renderer"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderer</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/tileentity/RenderItemFrame.html" title="class in net.minecraft.client.renderer.tileentity">RenderItemFrame</a> renderer</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderItemInFrameEvent(net.minecraft.entity.item.EntityItemFrame, net.minecraft.client.renderer.tileentity.RenderItemFrame)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderItemInFrameEvent</h4> -<pre>public RenderItemInFrameEvent(<a href="../../../../net/minecraft/entity/item/EntityItemFrame.html" title="class in net.minecraft.entity.item">EntityItemFrame</a> itemFrame, - <a href="../../../../net/minecraft/client/renderer/tileentity/RenderItemFrame.html" title="class in net.minecraft.client.renderer.tileentity">RenderItemFrame</a> renderItemFrame)</pre> -</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/client/event/RenderHandEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderItemInFrameEvent.html" target="_top">Frames</a></li> -<li><a href="RenderItemInFrameEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html deleted file mode 100644 index e02362a..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Post.html +++ /dev/null @@ -1,292 +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:13 EST 2015 --> -<title>RenderLivingEvent.Post (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="RenderLivingEvent.Post (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/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderLivingEvent.Post" class="title">Class RenderLivingEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderLivingEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderLivingEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</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_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#x">x</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#y">y</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#z">z</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"> </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/client/event/RenderLivingEvent.Post.html#RenderLivingEvent.Post(net.minecraft.entity.EntityLivingBase,%20net.minecraft.client.renderer.entity.RendererLivingEntity,%20double,%20double,%20double)">RenderLivingEvent.Post</a></strong>(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderLivingEvent.Post(net.minecraft.entity.EntityLivingBase, net.minecraft.client.renderer.entity.RendererLivingEntity, double, double, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderLivingEvent.Post</h4> -<pre>public RenderLivingEvent.Post(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</pre> -</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/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html deleted file mode 100644 index 781ed86..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Pre.html +++ /dev/null @@ -1,292 +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:13 EST 2015 --> -<title>RenderLivingEvent.Pre (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="RenderLivingEvent.Pre (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/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderLivingEvent.Pre" class="title">Class RenderLivingEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderLivingEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderLivingEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</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_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#x">x</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#y">y</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#z">z</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"> </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/client/event/RenderLivingEvent.Pre.html#RenderLivingEvent.Pre(net.minecraft.entity.EntityLivingBase,%20net.minecraft.client.renderer.entity.RendererLivingEntity,%20double,%20double,%20double)">RenderLivingEvent.Pre</a></strong>(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderLivingEvent.Pre(net.minecraft.entity.EntityLivingBase, net.minecraft.client.renderer.entity.RendererLivingEntity, double, double, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderLivingEvent.Pre</h4> -<pre>public RenderLivingEvent.Pre(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</pre> -</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/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html deleted file mode 100644 index 3d988ad..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html +++ /dev/null @@ -1,304 +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:13 EST 2015 --> -<title>RenderLivingEvent.Specials.Post (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="RenderLivingEvent.Specials.Post (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/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Specials.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent.Specials">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderLivingEvent.Specials.Post" class="title">Class RenderLivingEvent.Specials.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent.Specials</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderLivingEvent.Specials.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderLivingEvent.Specials.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</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_net.minecraftforge.client.event.RenderLivingEvent.Specials"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#x">x</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#y">y</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#z">z</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"> </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/client/event/RenderLivingEvent.Specials.Post.html#RenderLivingEvent.Specials.Post(net.minecraft.entity.EntityLivingBase,%20net.minecraft.client.renderer.entity.RendererLivingEntity,%20double,%20double,%20double)">RenderLivingEvent.Specials.Post</a></strong>(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderLivingEvent.Specials.Post(net.minecraft.entity.EntityLivingBase, net.minecraft.client.renderer.entity.RendererLivingEntity, double, double, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderLivingEvent.Specials.Post</h4> -<pre>public RenderLivingEvent.Specials.Post(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</pre> -</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/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Specials.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent.Specials">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html deleted file mode 100644 index 548388d..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html +++ /dev/null @@ -1,304 +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:13 EST 2015 --> -<title>RenderLivingEvent.Specials.Pre (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="RenderLivingEvent.Specials.Pre (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/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Specials.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent.Specials">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderLivingEvent.Specials.Pre" class="title">Class RenderLivingEvent.Specials.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent.Specials</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderLivingEvent.Specials.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderLivingEvent.Specials.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</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_net.minecraftforge.client.event.RenderLivingEvent.Specials"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#x">x</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#y">y</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#z">z</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"> </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/client/event/RenderLivingEvent.Specials.Pre.html#RenderLivingEvent.Specials.Pre(net.minecraft.entity.EntityLivingBase,%20net.minecraft.client.renderer.entity.RendererLivingEntity,%20double,%20double,%20double)">RenderLivingEvent.Specials.Pre</a></strong>(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderLivingEvent.Specials.Pre(net.minecraft.entity.EntityLivingBase, net.minecraft.client.renderer.entity.RendererLivingEntity, double, double, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderLivingEvent.Specials.Pre</h4> -<pre>public RenderLivingEvent.Specials.Pre(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</pre> -</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/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Specials.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent.Specials">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html deleted file mode 100644 index 8761e61..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.Specials.html +++ /dev/null @@ -1,311 +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:13 EST 2015 --> -<title>RenderLivingEvent.Specials (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="RenderLivingEvent.Specials (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/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Specials.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Specials.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderLivingEvent.Specials" class="title">Class RenderLivingEvent.Specials</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderLivingEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderLivingEvent.Specials</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Pre</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></dd> -</dl> -<hr> -<br> -<pre>public abstract static class <span class="strong">RenderLivingEvent.Specials</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Post</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Pre</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#entity">entity</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#renderer">renderer</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#x">x</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#y">y</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#z">z</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"> </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/client/event/RenderLivingEvent.Specials.html#RenderLivingEvent.Specials(net.minecraft.entity.EntityLivingBase,%20net.minecraft.client.renderer.entity.RendererLivingEntity,%20double,%20double,%20double)">RenderLivingEvent.Specials</a></strong>(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderLivingEvent.Specials(net.minecraft.entity.EntityLivingBase, net.minecraft.client.renderer.entity.RendererLivingEntity, double, double, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderLivingEvent.Specials</h4> -<pre>public RenderLivingEvent.Specials(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</pre> -</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/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.Specials.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.Specials.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderLivingEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.html b/javadoc/net/minecraftforge/client/event/RenderLivingEvent.html deleted file mode 100644 index f6b27c7..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderLivingEvent.html +++ /dev/null @@ -1,372 +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:13 EST 2015 --> -<title>RenderLivingEvent (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="RenderLivingEvent (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/client/event/RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderLivingEvent" class="title">Class RenderLivingEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderLivingEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></dd> -</dl> -<hr> -<br> -<pre>public abstract class <span class="strong">RenderLivingEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Post</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Pre</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#entity">entity</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#renderer">renderer</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>double</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#x">x</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>double</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#y">y</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>double</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html#z">z</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderLivingEvent.html#RenderLivingEvent(net.minecraft.entity.EntityLivingBase,%20net.minecraft.client.renderer.entity.RendererLivingEntity,%20double,%20double,%20double)">RenderLivingEvent</a></strong>(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="entity"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>entity</h4> -<pre>public final <a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity</pre> -</li> -</ul> -<a name="renderer"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderer</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer</pre> -</li> -</ul> -<a name="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>public final double x</pre> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>public final double y</pre> -</li> -</ul> -<a name="z"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>z</h4> -<pre>public final double z</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderLivingEvent(net.minecraft.entity.EntityLivingBase, net.minecraft.client.renderer.entity.RendererLivingEntity, double, double, double)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderLivingEvent</h4> -<pre>public RenderLivingEvent(<a href="../../../../net/minecraft/entity/EntityLivingBase.html" title="class in net.minecraft.entity">EntityLivingBase</a> entity, - <a href="../../../../net/minecraft/client/renderer/entity/RendererLivingEntity.html" title="class in net.minecraft.client.renderer.entity">RendererLivingEntity</a> renderer, - double x, - double y, - double z)</pre> -</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/client/event/RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderLivingEvent.html" target="_top">Frames</a></li> -<li><a href="RenderLivingEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html deleted file mode 100644 index 294fb8b..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Post.html +++ /dev/null @@ -1,345 +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:13 EST 2015 --> -<title>RenderPlayerEvent.Post (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="RenderPlayerEvent.Post (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/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent.Post" class="title">Class RenderPlayerEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderPlayerEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</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_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.Post.html#RenderPlayerEvent.Post(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20float)">RenderPlayerEvent.Post</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float tick)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent.Post(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent.Post</h4> -<pre>public RenderPlayerEvent.Post(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float tick)</pre> -</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/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html deleted file mode 100644 index c09b8af..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Pre.html +++ /dev/null @@ -1,345 +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:13 EST 2015 --> -<title>RenderPlayerEvent.Pre (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="RenderPlayerEvent.Pre (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/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent.Pre" class="title">Class RenderPlayerEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderPlayerEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</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_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.Pre.html#RenderPlayerEvent.Pre(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20float)">RenderPlayerEvent.Pre</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float tick)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent.Pre(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent.Pre</h4> -<pre>public RenderPlayerEvent.Pre(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float tick)</pre> -</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/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html deleted file mode 100644 index 5d840c3..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html +++ /dev/null @@ -1,408 +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:13 EST 2015 --> -<title>RenderPlayerEvent.SetArmorModel (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="RenderPlayerEvent.SetArmorModel (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/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.SetArmorModel.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent.SetArmorModel" class="title">Class RenderPlayerEvent.SetArmorModel</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent.SetArmorModel</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderPlayerEvent.SetArmorModel</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</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_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html#result">result</a></strong></code> -<div class="block">Setting this to any value besides -1 will result in the function being - Immediately exited with the return value specified.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html#slot">slot</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html#stack">stack</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.SetArmorModel.html#RenderPlayerEvent.SetArmorModel(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20int,%20float,%20net.minecraft.item.ItemStack)">RenderPlayerEvent.SetArmorModel</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - int slot, - float partialTick, - <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> stack)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="result"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>result</h4> -<pre>public int result</pre> -<div class="block">Setting this to any value besides -1 will result in the function being - Immediately exited with the return value specified.</div> -</li> -</ul> -<a name="slot"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>slot</h4> -<pre>public final int slot</pre> -</li> -</ul> -<a name="stack"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>stack</h4> -<pre>public final <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> stack</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent.SetArmorModel(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, int, float, net.minecraft.item.ItemStack)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent.SetArmorModel</h4> -<pre>public RenderPlayerEvent.SetArmorModel(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - int slot, - float partialTick, - <a href="../../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> stack)</pre> -</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/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.SetArmorModel.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html deleted file mode 100644 index 2ee1c06..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html +++ /dev/null @@ -1,357 +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:13 EST 2015 --> -<title>RenderPlayerEvent.Specials.Post (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="RenderPlayerEvent.Specials.Post (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/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Specials.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent.Specials">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent.Specials.Post" class="title">Class RenderPlayerEvent.Specials.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent.Specials</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent.Specials.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderPlayerEvent.Specials.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</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_net.minecraftforge.client.event.RenderPlayerEvent.Specials"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.Specials.Post.html#RenderPlayerEvent.Specials.Post(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20float)">RenderPlayerEvent.Specials.Post</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent.Specials.Post(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent.Specials.Post</h4> -<pre>public RenderPlayerEvent.Specials.Post(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialTicks)</pre> -</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/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Specials.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent.Specials">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html deleted file mode 100644 index 7b3ba05..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html +++ /dev/null @@ -1,411 +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:13 EST 2015 --> -<title>RenderPlayerEvent.Specials.Pre (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="RenderPlayerEvent.Specials.Pre (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/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Specials.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent.Specials">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent.Specials.Pre" class="title">Class RenderPlayerEvent.Specials.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent.Specials</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent.Specials.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderPlayerEvent.Specials.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</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_net.minecraftforge.client.event.RenderPlayerEvent.Specials"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html#renderCape">renderCape</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html#renderHelmet">renderHelmet</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html#renderItem">renderItem</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.Specials.Pre.html#RenderPlayerEvent.Specials.Pre(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20float)">RenderPlayerEvent.Specials.Pre</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="renderHelmet"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderHelmet</h4> -<pre>public boolean renderHelmet</pre> -</li> -</ul> -<a name="renderCape"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderCape</h4> -<pre>public boolean renderCape</pre> -</li> -</ul> -<a name="renderItem"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderItem</h4> -<pre>public boolean renderItem</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent.Specials.Pre(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent.Specials.Pre</h4> -<pre>public RenderPlayerEvent.Specials.Pre(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialTicks)</pre> -</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/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Specials.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent.Specials">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html deleted file mode 100644 index 1f50ec4..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.Specials.html +++ /dev/null @@ -1,364 +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:13 EST 2015 --> -<title>RenderPlayerEvent.Specials (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="RenderPlayerEvent.Specials (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/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Specials.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent.Specials" class="title">Class RenderPlayerEvent.Specials</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderPlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent.Specials</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Pre</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></dd> -</dl> -<hr> -<br> -<pre>public abstract static class <span class="strong">RenderPlayerEvent.Specials</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Post</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Pre</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.Specials.html#RenderPlayerEvent.Specials(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20float)">RenderPlayerEvent.Specials</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent.Specials(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent.Specials</h4> -<pre>public RenderPlayerEvent.Specials(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialTicks)</pre> -</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/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.Specials.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderPlayerEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html b/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html deleted file mode 100644 index ff735bd..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderPlayerEvent.html +++ /dev/null @@ -1,390 +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:13 EST 2015 --> -<title>RenderPlayerEvent (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="RenderPlayerEvent (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/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderPlayerEvent" class="title">Class RenderPlayerEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">net.minecraftforge.event.entity.EntityEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">net.minecraftforge.event.entity.living.LivingEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">net.minecraftforge.event.entity.player.PlayerEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderPlayerEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Pre</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a>, <a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></dd> -</dl> -<hr> -<br> -<pre>public abstract class <span class="strong">RenderPlayerEvent</span> -extends <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Post</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Pre</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.BreakSpeed.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.BreakSpeed</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.Clone.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.Clone</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.HarvestCheck.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.HarvestCheck</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.LoadFromFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.LoadFromFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.NameFormat.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.NameFormat</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.SaveToFile.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.SaveToFile</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StartTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StartTracking</a>, <a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.StopTracking.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent.StopTracking</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingJumpEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingJumpEvent</a>, <a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.LivingUpdateEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent.LivingUpdateEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.CanUpdate.html" title="class in net.minecraftforge.event.entity">EntityEvent.CanUpdate</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EnteringChunk.html" title="class in net.minecraftforge.event.entity">EntityEvent.EnteringChunk</a>, <a href="../../../../net/minecraftforge/event/entity/EntityEvent.EntityConstructing.html" title="class in net.minecraftforge.event.entity">EntityEvent.EntityConstructing</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#partialRenderTick">partialRenderTick</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html#renderer">renderer</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.player.PlayerEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player">PlayerEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html#entityPlayer">entityPlayer</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.living.LivingEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living">LivingEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html#entityLiving">entityLiving</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.event.entity.EntityEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity">EntityEvent</a></h3> -<code><a href="../../../../net/minecraftforge/event/entity/EntityEvent.html#entity">entity</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"> </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/client/event/RenderPlayerEvent.html#RenderPlayerEvent(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.client.renderer.entity.RenderPlayer,%20float)">RenderPlayerEvent</a></strong>(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialRenderTick)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="renderer"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderer</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer</pre> -</li> -</ul> -<a name="partialRenderTick"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>partialRenderTick</h4> -<pre>public final float partialRenderTick</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderPlayerEvent(net.minecraft.entity.player.EntityPlayer, net.minecraft.client.renderer.entity.RenderPlayer, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderPlayerEvent</h4> -<pre>public RenderPlayerEvent(<a href="../../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> player, - <a href="../../../../net/minecraft/client/renderer/entity/RenderPlayer.html" title="class in net.minecraft.client.renderer.entity">RenderPlayer</a> renderer, - float partialRenderTick)</pre> -</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/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderPlayerEvent.html" target="_top">Frames</a></li> -<li><a href="RenderPlayerEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html deleted file mode 100644 index e54f6cb..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Post.html +++ /dev/null @@ -1,291 +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:13 EST 2015 --> -<title>RenderWorldEvent.Post (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="RenderWorldEvent.Post (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/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderWorldEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderWorldEvent.Post" class="title">Class RenderWorldEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderWorldEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderWorldEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderWorldEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></pre> -<div class="block">Fired after the tessellator is stopped, before the display list is ended.</div> -</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_net.minecraftforge.client.event.RenderWorldEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#chunkCache">chunkCache</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#pass">pass</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#renderBlocks">renderBlocks</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#renderer">renderer</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"> </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/client/event/RenderWorldEvent.Post.html#RenderWorldEvent.Post(net.minecraft.client.renderer.WorldRenderer,%20net.minecraft.world.ChunkCache,%20net.minecraft.client.renderer.RenderBlocks,%20int)">RenderWorldEvent.Post</a></strong>(<a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer, - <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache, - <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int pass)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderWorldEvent.Post(net.minecraft.client.renderer.WorldRenderer, net.minecraft.world.ChunkCache, net.minecraft.client.renderer.RenderBlocks, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderWorldEvent.Post</h4> -<pre>public RenderWorldEvent.Post(<a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer, - <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache, - <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int pass)</pre> -</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/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldEvent.Post.html" target="_top">Frames</a></li> -<li><a href="RenderWorldEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html deleted file mode 100644 index 7fe3d76..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.Pre.html +++ /dev/null @@ -1,292 +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:13 EST 2015 --> -<title>RenderWorldEvent.Pre (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="RenderWorldEvent.Pre (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/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderWorldEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderWorldEvent.Pre" class="title">Class RenderWorldEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.RenderWorldEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderWorldEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">RenderWorldEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></pre> -<div class="block">Fired when 16x16x16 chunk area is being redrawn. - Fired after GL state is setup, before tessellator is started.</div> -</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_net.minecraftforge.client.event.RenderWorldEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#chunkCache">chunkCache</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#pass">pass</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#renderBlocks">renderBlocks</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#renderer">renderer</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"> </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/client/event/RenderWorldEvent.Pre.html#RenderWorldEvent.Pre(net.minecraft.client.renderer.WorldRenderer,%20net.minecraft.world.ChunkCache,%20net.minecraft.client.renderer.RenderBlocks,%20int)">RenderWorldEvent.Pre</a></strong>(<a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer, - <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache, - <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int pass)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderWorldEvent.Pre(net.minecraft.client.renderer.WorldRenderer, net.minecraft.world.ChunkCache, net.minecraft.client.renderer.RenderBlocks, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderWorldEvent.Pre</h4> -<pre>public RenderWorldEvent.Pre(<a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer, - <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache, - <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int pass)</pre> -</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/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="RenderWorldEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.RenderWorldEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.html b/javadoc/net/minecraftforge/client/event/RenderWorldEvent.html deleted file mode 100644 index 4a35a7c..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderWorldEvent.html +++ /dev/null @@ -1,357 +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:13 EST 2015 --> -<title>RenderWorldEvent (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="RenderWorldEvent (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/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldEvent.html" target="_top">Frames</a></li> -<li><a href="RenderWorldEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderWorldEvent" class="title">Class RenderWorldEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderWorldEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Pre</a></dd> -</dl> -<hr> -<br> -<pre>public abstract class <span class="strong">RenderWorldEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Post</a></strong></code> -<div class="block">Fired after the tessellator is stopped, before the display list is ended.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Pre</a></strong></code> -<div class="block">Fired when 16x16x16 chunk area is being redrawn.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#chunkCache">chunkCache</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#pass">pass</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#renderBlocks">renderBlocks</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html#renderer">renderer</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderWorldEvent.html#RenderWorldEvent(net.minecraft.client.renderer.WorldRenderer,%20net.minecraft.world.ChunkCache,%20net.minecraft.client.renderer.RenderBlocks,%20int)">RenderWorldEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer, - <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache, - <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int pass)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="renderer"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderer</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer</pre> -</li> -</ul> -<a name="chunkCache"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>chunkCache</h4> -<pre>public final <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache</pre> -</li> -</ul> -<a name="renderBlocks"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderBlocks</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks</pre> -</li> -</ul> -<a name="pass"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>pass</h4> -<pre>public final int pass</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderWorldEvent(net.minecraft.client.renderer.WorldRenderer, net.minecraft.world.ChunkCache, net.minecraft.client.renderer.RenderBlocks, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderWorldEvent</h4> -<pre>public RenderWorldEvent(<a href="../../../../net/minecraft/client/renderer/WorldRenderer.html" title="class in net.minecraft.client.renderer">WorldRenderer</a> renderer, - <a href="../../../../net/minecraft/world/ChunkCache.html" title="class in net.minecraft.world">ChunkCache</a> chunkCache, - <a href="../../../../net/minecraft/client/renderer/RenderBlocks.html" title="class in net.minecraft.client.renderer">RenderBlocks</a> renderBlocks, - int pass)</pre> -</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/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldEvent.html" target="_top">Frames</a></li> -<li><a href="RenderWorldEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html b/javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html deleted file mode 100644 index c333cd0..0000000 --- a/javadoc/net/minecraftforge/client/event/RenderWorldLastEvent.html +++ /dev/null @@ -1,304 +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:13 EST 2015 --> -<title>RenderWorldLastEvent (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="RenderWorldLastEvent (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/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldLastEvent.html" target="_top">Frames</a></li> -<li><a href="RenderWorldLastEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class RenderWorldLastEvent" class="title">Class RenderWorldLastEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.RenderWorldLastEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">RenderWorldLastEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldLastEvent.html#context">context</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/RenderWorldLastEvent.html#partialTicks">partialTicks</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/RenderWorldLastEvent.html#RenderWorldLastEvent(net.minecraft.client.renderer.RenderGlobal,%20float)">RenderWorldLastEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="context"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>context</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context</pre> -</li> -</ul> -<a name="partialTicks"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>partialTicks</h4> -<pre>public final float partialTicks</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="RenderWorldLastEvent(net.minecraft.client.renderer.RenderGlobal, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>RenderWorldLastEvent</h4> -<pre>public RenderWorldLastEvent(<a href="../../../../net/minecraft/client/renderer/RenderGlobal.html" title="class in net.minecraft.client.renderer">RenderGlobal</a> context, - float partialTicks)</pre> -</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/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/RenderWorldLastEvent.html" target="_top">Frames</a></li> -<li><a href="RenderWorldLastEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html deleted file mode 100644 index 541ad64..0000000 --- a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Post.html +++ /dev/null @@ -1,287 +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:13 EST 2015 --> -<title>TextureStitchEvent.Post (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="TextureStitchEvent.Post (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/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/TextureStitchEvent.Post.html" target="_top">Frames</a></li> -<li><a href="TextureStitchEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class TextureStitchEvent.Post" class="title">Class TextureStitchEvent.Post</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.TextureStitchEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.TextureStitchEvent.Post</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">TextureStitchEvent.Post</span> -extends <a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></pre> -<div class="block">This event is fired once the texture map has loaded all textures and - stitched them together. All Icons should have there locations defined - by the time this is fired.</div> -</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_net.minecraftforge.client.event.TextureStitchEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html#map">map</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"> </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/client/event/TextureStitchEvent.Post.html#TextureStitchEvent.Post(net.minecraft.client.renderer.texture.TextureMap)">TextureStitchEvent.Post</a></strong>(<a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="TextureStitchEvent.Post(net.minecraft.client.renderer.texture.TextureMap)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TextureStitchEvent.Post</h4> -<pre>public TextureStitchEvent.Post(<a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</pre> -</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/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/TextureStitchEvent.Post.html" target="_top">Frames</a></li> -<li><a href="TextureStitchEvent.Post.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html deleted file mode 100644 index bc49a5f..0000000 --- a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.Pre.html +++ /dev/null @@ -1,287 +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:13 EST 2015 --> -<title>TextureStitchEvent.Pre (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="TextureStitchEvent.Pre (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/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/TextureStitchEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="TextureStitchEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class TextureStitchEvent.Pre" class="title">Class TextureStitchEvent.Pre</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">net.minecraftforge.client.event.TextureStitchEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.TextureStitchEvent.Pre</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">TextureStitchEvent.Pre</span> -extends <a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></pre> -<div class="block">Fired when the TextureMap is told to refresh it's stitched texture. - Called after the Stitched list is cleared, but before any blocks or items - add themselves to the list.</div> -</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_net.minecraftforge.client.event.TextureStitchEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Pre</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></h3> -<code><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html#map">map</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"> </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/client/event/TextureStitchEvent.Pre.html#TextureStitchEvent.Pre(net.minecraft.client.renderer.texture.TextureMap)">TextureStitchEvent.Pre</a></strong>(<a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="TextureStitchEvent.Pre(net.minecraft.client.renderer.texture.TextureMap)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TextureStitchEvent.Pre</h4> -<pre>public TextureStitchEvent.Pre(<a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</pre> -</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/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/TextureStitchEvent.Pre.html" target="_top">Frames</a></li> -<li><a href="TextureStitchEvent.Pre.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.TextureStitchEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.html b/javadoc/net/minecraftforge/client/event/TextureStitchEvent.html deleted file mode 100644 index 7556608..0000000 --- a/javadoc/net/minecraftforge/client/event/TextureStitchEvent.html +++ /dev/null @@ -1,313 +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:13 EST 2015 --> -<title>TextureStitchEvent (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="TextureStitchEvent (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/client/event/RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/TextureStitchEvent.html" target="_top">Frames</a></li> -<li><a href="TextureStitchEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event</div> -<h2 title="Class TextureStitchEvent" class="title">Class TextureStitchEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.TextureStitchEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Post</a>, <a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Pre</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">TextureStitchEvent</span> -extends <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Post</a></strong></code> -<div class="block">This event is fired once the texture map has loaded all textures and - stitched them together.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Pre</a></strong></code> -<div class="block">Fired when the TextureMap is told to refresh it's stitched texture.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html#map">map</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/TextureStitchEvent.html#TextureStitchEvent(net.minecraft.client.renderer.texture.TextureMap)">TextureStitchEvent</a></strong>(<a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="map"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>map</h4> -<pre>public final <a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="TextureStitchEvent(net.minecraft.client.renderer.texture.TextureMap)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TextureStitchEvent</h4> -<pre>public TextureStitchEvent(<a href="../../../../net/minecraft/client/renderer/texture/TextureMap.html" title="class in net.minecraft.client.renderer.texture">TextureMap</a> map)</pre> -</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/client/event/RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/TextureStitchEvent.html" target="_top">Frames</a></li> -<li><a href="TextureStitchEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/package-frame.html b/javadoc/net/minecraftforge/client/event/package-frame.html deleted file mode 100644 index 0a37eaa..0000000 --- a/javadoc/net/minecraftforge/client/event/package-frame.html +++ /dev/null @@ -1,70 +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:25 EST 2015 --> -<title>net.minecraftforge.client.event (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../net/minecraftforge/client/event/package-summary.html" target="classFrame">net.minecraftforge.client.event</a></h1> -<div class="indexContainer"> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="ClientChatReceivedEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">ClientChatReceivedEvent</a></li> -<li><a href="DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">DrawBlockHighlightEvent</a></li> -<li><a href="EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">EntityViewRenderEvent</a></li> -<li><a href="EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event" target="classFrame">EntityViewRenderEvent.FogColors</a></li> -<li><a href="EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event" target="classFrame">EntityViewRenderEvent.FogDensity</a></li> -<li><a href="EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">EntityViewRenderEvent.RenderFogEvent</a></li> -<li><a href="FOVUpdateEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">FOVUpdateEvent</a></li> -<li><a href="GuiOpenEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiOpenEvent</a></li> -<li><a href="GuiScreenEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.ActionPerformedEvent</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.ActionPerformedEvent.Post</a></li> -<li><a href="GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.ActionPerformedEvent.Pre</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.DrawScreenEvent</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.DrawScreenEvent.Post</a></li> -<li><a href="GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.DrawScreenEvent.Pre</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.InitGuiEvent</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.InitGuiEvent.Post</a></li> -<li><a href="GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">GuiScreenEvent.InitGuiEvent.Pre</a></li> -<li><a href="MouseEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">MouseEvent</a></li> -<li><a href="RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderBlockOverlayEvent</a></li> -<li><a href="RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderGameOverlayEvent</a></li> -<li><a href="RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderGameOverlayEvent.Chat</a></li> -<li><a href="RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderGameOverlayEvent.Post</a></li> -<li><a href="RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderGameOverlayEvent.Pre</a></li> -<li><a href="RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderGameOverlayEvent.Text</a></li> -<li><a href="RenderHandEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderHandEvent</a></li> -<li><a href="RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderItemInFrameEvent</a></li> -<li><a href="RenderLivingEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderLivingEvent</a></li> -<li><a href="RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderLivingEvent.Post</a></li> -<li><a href="RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderLivingEvent.Pre</a></li> -<li><a href="RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderLivingEvent.Specials</a></li> -<li><a href="RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderLivingEvent.Specials.Post</a></li> -<li><a href="RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderLivingEvent.Specials.Pre</a></li> -<li><a href="RenderPlayerEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent</a></li> -<li><a href="RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent.Post</a></li> -<li><a href="RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent.Pre</a></li> -<li><a href="RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent.SetArmorModel</a></li> -<li><a href="RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent.Specials</a></li> -<li><a href="RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent.Specials.Post</a></li> -<li><a href="RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderPlayerEvent.Specials.Pre</a></li> -<li><a href="RenderWorldEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderWorldEvent</a></li> -<li><a href="RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderWorldEvent.Post</a></li> -<li><a href="RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderWorldEvent.Pre</a></li> -<li><a href="RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">RenderWorldLastEvent</a></li> -<li><a href="TextureStitchEvent.html" title="class in net.minecraftforge.client.event" target="classFrame">TextureStitchEvent</a></li> -<li><a href="TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event" target="classFrame">TextureStitchEvent.Post</a></li> -<li><a href="TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event" target="classFrame">TextureStitchEvent.Pre</a></li> -</ul> -<h2 title="Enums">Enums</h2> -<ul title="Enums"> -<li><a href="RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event" target="classFrame">RenderBlockOverlayEvent.OverlayType</a></li> -<li><a href="RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event" target="classFrame">RenderGameOverlayEvent.ElementType</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/package-summary.html b/javadoc/net/minecraftforge/client/event/package-summary.html deleted file mode 100644 index 8d0c666..0000000 --- a/javadoc/net/minecraftforge/client/event/package-summary.html +++ /dev/null @@ -1,381 +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:25 EST 2015 --> -<title>net.minecraftforge.client.event (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="net.minecraftforge.client.event (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 class="navBarCell1Rev">Package</li> -<li>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/client/package-summary.html">Prev Package</a></li> -<li><a href="../../../../net/minecraftforge/client/event/sound/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client.event</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/ClientChatReceivedEvent.html" title="class in net.minecraftforge.client.event">ClientChatReceivedEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event">DrawBlockHighlightEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent</a></td> -<td class="colLast"> -<div class="block">Event that hooks into EntityRenderer, allowing any feature to customize visual attributes of - fog the player sees.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogColors</a></td> -<td class="colLast"> -<div class="block">Event that allows any feature to customize the color of fog the player sees.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.FogDensity</a></td> -<td class="colLast"> -<div class="block">Event that allows any feature to customize the fog density the player sees.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event">EntityViewRenderEvent.RenderFogEvent</a></td> -<td class="colLast"> -<div class="block">Event that allows any feature to customize the rendering of fog.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html" title="class in net.minecraftforge.client.event">FOVUpdateEvent</a></td> -<td class="colLast"> -<div class="block">Author: MachineMuse (Claire Semple) - Created: 6:07 PM, 9/5/13</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiOpenEvent.html" title="class in net.minecraftforge.client.event">GuiOpenEvent</a></td> -<td class="colLast"> -<div class="block">This event is called before any Gui will open.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent</a></td> -<td class="colLast"> -<div class="block">Event classes for GuiScreen events.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Post</a></td> -<td class="colLast"> -<div class="block">This event fires after <code>GuiScreen.actionPerformed()</code> provided that the active - screen has not been changed as a result of <code>GuiScreen.actionPerformed()</code>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.ActionPerformedEvent.Pre</a></td> -<td class="colLast"> -<div class="block">This event fires once it has been determined that a GuiButton object has been clicked.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Post</a></td> -<td class="colLast"> -<div class="block">This event fires just after <code>GuiScreen.drawScreen()</code> is called.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.DrawScreenEvent.Pre</a></td> -<td class="colLast"> -<div class="block">This event fires just before <code>GuiScreen.drawScreen()</code> is called.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Post</a></td> -<td class="colLast"> -<div class="block">This event fires right after <code>GuiScreen.initGui()</code>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event">GuiScreenEvent.InitGuiEvent.Pre</a></td> -<td class="colLast"> -<div class="block">This event fires just after initializing <code>GuiScreen.mc</code>, <code>GuiScreen.fontRendererObj</code>, - <code>GuiScreen.width</code>, and <code>GuiScreen.height</code>, and just before calling <code>GuiScreen.buttonList.clear()</code> - and <code>GuiScreen.initGui()</code>.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/MouseEvent.html" title="class in net.minecraftforge.client.event">MouseEvent</a></td> -<td class="colLast"> -<div class="block">Author: MachineMuse (Claire Semple) - Created: 2:46 PM, 9/4/13</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderBlockOverlayEvent</a></td> -<td class="colLast"> -<div class="block">Called when a block's texture is going to be overlaid on the player's HUD.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Chat</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Post</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Pre</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event">RenderGameOverlayEvent.Text</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html" title="class in net.minecraftforge.client.event">RenderHandEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event">RenderItemInFrameEvent</a></td> -<td class="colLast"> -<div class="block">This event is called when an item is rendered in an item frame.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event">RenderLivingEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Post</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Pre</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Post</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderLivingEvent.Specials.Pre</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Post</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Pre</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.SetArmorModel</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Post</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event">RenderPlayerEvent.Specials.Pre</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event">RenderWorldEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Post</a></td> -<td class="colLast"> -<div class="block">Fired after the tessellator is stopped, before the display list is ended.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event">RenderWorldEvent.Pre</a></td> -<td class="colLast"> -<div class="block">Fired when 16x16x16 chunk area is being redrawn.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event">RenderWorldLastEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event">TextureStitchEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Post</a></td> -<td class="colLast"> -<div class="block">This event is fired once the texture map has loaded all textures and - stitched them together.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event">TextureStitchEvent.Pre</a></td> -<td class="colLast"> -<div class="block">Fired when the TextureMap is told to refresh it's stitched texture.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> -<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Enum</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event">RenderBlockOverlayEvent.OverlayType</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event">RenderGameOverlayEvent.ElementType</a></td> -<td class="colLast"> </td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/client/package-summary.html">Prev Package</a></li> -<li><a href="../../../../net/minecraftforge/client/event/sound/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/package-tree.html b/javadoc/net/minecraftforge/client/event/package-tree.html deleted file mode 100644 index 5297c77..0000000 --- a/javadoc/net/minecraftforge/client/event/package-tree.html +++ /dev/null @@ -1,240 +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:25 EST 2015 --> -<title>net.minecraftforge.client.event Class Hierarchy (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="net.minecraftforge.client.event Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/client/package-tree.html">Prev</a></li> -<li><a href="../../../../net/minecraftforge/client/event/sound/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client.event</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">cpw.mods.fml.common.eventhandler.<a href="../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler"><span class="strong">Event</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/ClientChatReceivedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">ClientChatReceivedEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/DrawBlockHighlightEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">DrawBlockHighlightEvent</span></a></li> -<li type="circle">net.minecraftforge.event.entity.<a href="../../../../net/minecraftforge/event/entity/EntityEvent.html" title="class in net.minecraftforge.event.entity"><span class="strong">EntityEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.event.entity.living.<a href="../../../../net/minecraftforge/event/entity/living/LivingEvent.html" title="class in net.minecraftforge.event.entity.living"><span class="strong">LivingEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.event.entity.player.<a href="../../../../net/minecraftforge/event/entity/player/PlayerEvent.html" title="class in net.minecraftforge.event.entity.player"><span class="strong">PlayerEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent.Pre</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.SetArmorModel.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent.SetArmorModel</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent.Specials</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent.Specials.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderPlayerEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderPlayerEvent.Specials.Pre</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">EntityViewRenderEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogColors.html" title="class in net.minecraftforge.client.event"><span class="strong">EntityViewRenderEvent.FogColors</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.FogDensity.html" title="class in net.minecraftforge.client.event"><span class="strong">EntityViewRenderEvent.FogDensity</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/EntityViewRenderEvent.RenderFogEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">EntityViewRenderEvent.RenderFogEvent</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/FOVUpdateEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">FOVUpdateEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiOpenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiOpenEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.ActionPerformedEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.ActionPerformedEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.ActionPerformedEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.ActionPerformedEvent.Pre</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.DrawScreenEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.DrawScreenEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.DrawScreenEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.DrawScreenEvent.Pre</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.InitGuiEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.InitGuiEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/GuiScreenEvent.InitGuiEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">GuiScreenEvent.InitGuiEvent.Pre</span></a></li> -</ul> -</li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/MouseEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">MouseEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderBlockOverlayEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderGameOverlayEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderGameOverlayEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderGameOverlayEvent.Pre</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Chat.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderGameOverlayEvent.Chat</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.Text.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderGameOverlayEvent.Text</span></a></li> -</ul> -</li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderHandEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderHandEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderItemInFrameEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderItemInFrameEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderLivingEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderLivingEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderLivingEvent.Pre</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderLivingEvent.Specials</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderLivingEvent.Specials.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderLivingEvent.Specials.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderLivingEvent.Specials.Pre</span></a></li> -</ul> -</li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderWorldEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderWorldEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderWorldEvent.Pre</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderWorldLastEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">RenderWorldLastEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.html" title="class in net.minecraftforge.client.event"><span class="strong">TextureStitchEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Post.html" title="class in net.minecraftforge.client.event"><span class="strong">TextureStitchEvent.Post</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/TextureStitchEvent.Pre.html" title="class in net.minecraftforge.client.event"><span class="strong">TextureStitchEvent.Pre</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<h2 title="Enum Hierarchy">Enum Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) -<ul> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderBlockOverlayEvent.OverlayType.html" title="enum in net.minecraftforge.client.event"><span class="strong">RenderBlockOverlayEvent.OverlayType</span></a></li> -<li type="circle">net.minecraftforge.client.event.<a href="../../../../net/minecraftforge/client/event/RenderGameOverlayEvent.ElementType.html" title="enum in net.minecraftforge.client.event"><span class="strong">RenderGameOverlayEvent.ElementType</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/client/package-tree.html">Prev</a></li> -<li><a href="../../../../net/minecraftforge/client/event/sound/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/event/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html deleted file mode 100644 index 7917563..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html +++ /dev/null @@ -1,302 +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:15 EST 2015 --> -<title>PlayBackgroundMusicEvent (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="PlayBackgroundMusicEvent (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>Prev Class</li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html" target="_top">Frames</a></li> -<li><a href="PlayBackgroundMusicEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlayBackgroundMusicEvent" class="title">Class PlayBackgroundMusicEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundResultEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlayBackgroundMusicEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<div class="block"><strong>Deprecated.</strong></div> -<br> -<pre>@Deprecated -public class <span class="strong">PlayBackgroundMusicEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></pre> -<div class="block">Raised when the SoundManager tries to play a Background Music file, - If you return null from this function it will prevent the sound from being played, - you can return a different entry if you want to change the sound being played.</div> -</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#manager">manager</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#name">name</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#pitch">pitch</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#result">result</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#source">source</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#volume">volume</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"> </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/client/event/sound/PlayBackgroundMusicEvent.html#PlayBackgroundMusicEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.SoundPoolEntry)">PlayBackgroundMusicEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> entry)</code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlayBackgroundMusicEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.SoundPoolEntry)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlayBackgroundMusicEvent</h4> -<pre>public PlayBackgroundMusicEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> entry)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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>Prev Class</li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html" target="_top">Frames</a></li> -<li><a href="PlayBackgroundMusicEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html deleted file mode 100644 index 0ea3bf9..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html +++ /dev/null @@ -1,305 +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:15 EST 2015 --> -<title>PlaySoundEffectEvent (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="PlaySoundEffectEvent (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/client/event/sound/PlayBackgroundMusicEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEffectEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlaySoundEffectEvent" class="title">Class PlaySoundEffectEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundResultEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlaySoundEffectEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<div class="block"><strong>Deprecated.</strong></div> -<br> -<pre>@Deprecated -public class <span class="strong">PlaySoundEffectEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#manager">manager</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#name">name</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#pitch">pitch</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#result">result</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#source">source</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#volume">volume</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"> </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/client/event/sound/PlaySoundEffectEvent.html#PlaySoundEffectEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.SoundPoolEntry,%20java.lang.String,%20float,%20float)">PlaySoundEffectEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float volume, - float pitch)</code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlaySoundEffectEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.SoundPoolEntry, java.lang.String, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlaySoundEffectEvent</h4> -<pre>public PlaySoundEffectEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float volume, - float pitch)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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/client/event/sound/PlayBackgroundMusicEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEffectEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html deleted file mode 100644 index 294645a..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html +++ /dev/null @@ -1,334 +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:15 EST 2015 --> -<title>PlaySoundEffectSourceEvent (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="PlaySoundEffectSourceEvent (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/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEffectSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlaySoundEffectSourceEvent" class="title">Class PlaySoundEffectSourceEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlaySoundEffectSourceEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<div class="block"><strong>Deprecated.</strong></div> -<br> -<pre>@Deprecated -public class <span class="strong">PlaySoundEffectSourceEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html#manager">manager</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html#name">name</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</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"> </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/client/event/sound/PlaySoundEffectSourceEvent.html#PlaySoundEffectSourceEvent(net.minecraft.client.audio.SoundManager,%20java.lang.String)">PlaySoundEffectSourceEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - java.lang.String name)</code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>manager</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="name"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>name</h4> -<pre>public final java.lang.String name</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlaySoundEffectSourceEvent(net.minecraft.client.audio.SoundManager, java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlaySoundEffectSourceEvent</h4> -<pre>public PlaySoundEffectSourceEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - java.lang.String name)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEffectSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html deleted file mode 100644 index 463f07b..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent.html +++ /dev/null @@ -1,378 +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:15 EST 2015 --> -<title>PlaySoundEvent (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="PlaySoundEvent (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/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlaySoundEvent" class="title">Class PlaySoundEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundResultEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlaySoundEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<div class="block"><strong>Deprecated.</strong></div> -<br> -<pre>@Deprecated -public class <span class="strong">PlaySoundEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></pre> -<div class="block">Raised when the SoundManager tries to play a normal sound. - - If you return null from this function it will prevent the sound from being played, - you can return a different entry if you want to change the sound being played.</div> -</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html#x">x</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html#y">y</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html#z">z</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#manager">manager</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#name">name</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#pitch">pitch</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#result">result</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#source">source</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#volume">volume</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"> </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/client/event/sound/PlaySoundEvent.html#PlaySoundEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.SoundPoolEntry,%20java.lang.String,%20float,%20float,%20float,%20float,%20float)">PlaySoundEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float x, - float y, - float z, - float volume, - float pitch)</code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>public final float x</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>public final float y</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="z"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>z</h4> -<pre>public final float z</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlaySoundEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.SoundPoolEntry, java.lang.String, float, float, float, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlaySoundEvent</h4> -<pre>public PlaySoundEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float x, - float y, - float z, - float volume, - float pitch)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html deleted file mode 100644 index 91c9cee..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlaySoundEvent17.html +++ /dev/null @@ -1,362 +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:15 EST 2015 --> -<title>PlaySoundEvent17 (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="PlaySoundEvent17 (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/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEvent17.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEvent17.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlaySoundEvent17" class="title">Class PlaySoundEvent17</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlaySoundEvent17</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">PlaySoundEvent17</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></pre> -<div class="block">Raised when the SoundManager tries to play a normal sound. - - If you return null from this function it will prevent the sound from being played, - you can return a different entry if you want to change the sound being played.</div> -</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundCategory.html" title="enum in net.minecraft.client.audio">SoundCategory</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html#category">category</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html#name">name</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html#result">result</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html#sound">sound</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#manager">manager</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"> </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/client/event/sound/PlaySoundEvent17.html#PlaySoundEvent17(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.ISound,%20net.minecraft.client.audio.SoundCategory)">PlaySoundEvent17</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - <a href="../../../../../net/minecraft/client/audio/SoundCategory.html" title="enum in net.minecraft.client.audio">SoundCategory</a> category)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="name"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>public final java.lang.String name</pre> -</li> -</ul> -<a name="sound"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>sound</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound</pre> -</li> -</ul> -<a name="category"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>category</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/SoundCategory.html" title="enum in net.minecraft.client.audio">SoundCategory</a> category</pre> -</li> -</ul> -<a name="result"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>result</h4> -<pre>public <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> result</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlaySoundEvent17(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.ISound, net.minecraft.client.audio.SoundCategory)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlaySoundEvent17</h4> -<pre>public PlaySoundEvent17(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - <a href="../../../../../net/minecraft/client/audio/SoundCategory.html" title="enum in net.minecraft.client.audio">SoundCategory</a> category)</pre> -</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/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundEvent17.html" target="_top">Frames</a></li> -<li><a href="PlaySoundEvent17.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html deleted file mode 100644 index ee94978..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html +++ /dev/null @@ -1,420 +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:15 EST 2015 --> -<title>PlaySoundSourceEvent (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="PlaySoundSourceEvent (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/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlaySoundSourceEvent" class="title">Class PlaySoundSourceEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent.SoundSourceEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlaySoundSourceEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">PlaySoundSourceEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html#manager">manager</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html#name">name</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html#x">x</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html#y">y</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html#z">z</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent.SoundSourceEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#sound">sound</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#uuid">uuid</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"> </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/client/event/sound/PlaySoundSourceEvent.html#PlaySoundSourceEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.ISound,%20java.lang.String)">PlaySoundSourceEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - java.lang.String uuid)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html#PlaySoundSourceEvent(net.minecraft.client.audio.SoundManager,%20java.lang.String,%20float,%20float,%20float)">PlaySoundSourceEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - java.lang.String name, - float x, - float y, - float z)</code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>manager</h4> -<pre>@Deprecated -public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="name"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>@Deprecated -public final java.lang.String name</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>@Deprecated -public final float x</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>@Deprecated -public final float y</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="z"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>z</h4> -<pre>@Deprecated -public final float z</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlaySoundSourceEvent(net.minecraft.client.audio.SoundManager, java.lang.String, float, float, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>PlaySoundSourceEvent</h4> -<pre>@Deprecated -public PlaySoundSourceEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - java.lang.String name, - float x, - float y, - float z)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="PlaySoundSourceEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.ISound, java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlaySoundSourceEvent</h4> -<pre>public PlaySoundSourceEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - java.lang.String uuid)</pre> -</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/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" target="_top">Frames</a></li> -<li><a href="PlaySoundSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html deleted file mode 100644 index f2472b5..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlayStreamingEvent.html +++ /dev/null @@ -1,375 +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:15 EST 2015 --> -<title>PlayStreamingEvent (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="PlayStreamingEvent (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/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlayStreamingEvent.html" target="_top">Frames</a></li> -<li><a href="PlayStreamingEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlayStreamingEvent" class="title">Class PlayStreamingEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundResultEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlayStreamingEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<div class="block"><strong>Deprecated.</strong></div> -<br> -<pre>@Deprecated -public class <span class="strong">PlayStreamingEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></pre> -<div class="block">Raised when the SoundManager tries to play a 'Streaming' file, - in vanilla it is only the Jukebox that uses this function. - - If you return null from this function it will prevent the sound from being played, - you can return a different entry if you want to change the sound being played.</div> -</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html#x">x</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html#y">y</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html#z">z</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundResultEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#manager">manager</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#name">name</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#pitch">pitch</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#result">result</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#source">source</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#volume">volume</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"> </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/client/event/sound/PlayStreamingEvent.html#PlayStreamingEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.SoundPoolEntry,%20java.lang.String,%20float,%20float,%20float)">PlayStreamingEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float x, - float y, - float z)</code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>public final float x</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>public final float y</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="z"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>z</h4> -<pre>public final float z</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlayStreamingEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.SoundPoolEntry, java.lang.String, float, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlayStreamingEvent</h4> -<pre>public PlayStreamingEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float x, - float y, - float z)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlayStreamingEvent.html" target="_top">Frames</a></li> -<li><a href="PlayStreamingEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html deleted file mode 100644 index 06f99a8..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html +++ /dev/null @@ -1,420 +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:15 EST 2015 --> -<title>PlayStreamingSourceEvent (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="PlayStreamingSourceEvent (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/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" target="_top">Frames</a></li> -<li><a href="PlayStreamingSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class PlayStreamingSourceEvent" class="title">Class PlayStreamingSourceEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent.SoundSourceEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.PlayStreamingSourceEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">PlayStreamingSourceEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html#manager">manager</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html#name">name</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html#x">x</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html#y">y</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html#z">z</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent.SoundSourceEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#sound">sound</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#uuid">uuid</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"> </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/client/event/sound/PlayStreamingSourceEvent.html#PlayStreamingSourceEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.ISound,%20java.lang.String)">PlayStreamingSourceEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - java.lang.String uuid)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html#PlayStreamingSourceEvent(net.minecraft.client.audio.SoundManager,%20java.lang.String,%20float,%20float,%20float)">PlayStreamingSourceEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - java.lang.String name, - float x, - float y, - float z)</code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>manager</h4> -<pre>@Deprecated -public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="name"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>@Deprecated -public final java.lang.String name</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>@Deprecated -public final float x</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>@Deprecated -public final float y</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="z"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>z</h4> -<pre>@Deprecated -public final float z</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="PlayStreamingSourceEvent(net.minecraft.client.audio.SoundManager, java.lang.String, float, float, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>PlayStreamingSourceEvent</h4> -<pre>@Deprecated -public PlayStreamingSourceEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - java.lang.String name, - float x, - float y, - float z)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="PlayStreamingSourceEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.ISound, java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>PlayStreamingSourceEvent</h4> -<pre>public PlayStreamingSourceEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - java.lang.String uuid)</pre> -</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/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" target="_top">Frames</a></li> -<li><a href="PlayStreamingSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html deleted file mode 100644 index c68b8f9..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html +++ /dev/null @@ -1,353 +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:15 EST 2015 --> -<title>SoundEvent.SoundSourceEvent (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="SoundEvent.SoundSourceEvent (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/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" target="_top">Frames</a></li> -<li><a href="SoundEvent.SoundSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class SoundEvent.SoundSourceEvent" class="title">Class SoundEvent.SoundSourceEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.SoundEvent.SoundSourceEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundSourceEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound">PlayStreamingSourceEvent</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">SoundEvent.SoundSourceEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#name">name</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#sound">sound</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html#uuid">uuid</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#manager">manager</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"> </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/client/event/sound/SoundEvent.SoundSourceEvent.html#SoundEvent.SoundSourceEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.ISound,%20java.lang.String)">SoundEvent.SoundSourceEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - java.lang.String uuid)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="sound"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>sound</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound</pre> -</li> -</ul> -<a name="uuid"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>uuid</h4> -<pre>public final java.lang.String uuid</pre> -</li> -</ul> -<a name="name"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>name</h4> -<pre>public final java.lang.String name</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="SoundEvent.SoundSourceEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.ISound, java.lang.String)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>SoundEvent.SoundSourceEvent</h4> -<pre>public SoundEvent.SoundSourceEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/ISound.html" title="interface in net.minecraft.client.audio">ISound</a> sound, - java.lang.String uuid)</pre> -</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/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" target="_top">Frames</a></li> -<li><a href="SoundEvent.SoundSourceEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundEvent.html deleted file mode 100644 index 3b9f385..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/SoundEvent.html +++ /dev/null @@ -1,336 +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:15 EST 2015 --> -<title>SoundEvent (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="SoundEvent (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/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundEvent.html" target="_top">Frames</a></li> -<li><a href="SoundEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.event.sound</div> -<h2 title="Class SoundEvent" class="title">Class SoundEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.SoundEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEffectSourceEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEvent17</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound">SoundLoadEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/SoundSetupEvent.html" title="class in net.minecraftforge.client.event.sound">SoundSetupEvent</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">SoundEvent</span> -extends <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#manager">manager</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/event/sound/SoundEvent.html#SoundEvent(net.minecraft.client.audio.SoundManager)">SoundEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager)</code> </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"> </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/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></strong>(<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a> event)</code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>manager</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="SoundEvent(net.minecraft.client.audio.SoundManager)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>SoundEvent</h4> -<pre>public SoundEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getResult(net.minecraftforge.client.event.sound.SoundResultEvent)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getResult</h4> -<pre>@Deprecated -public static <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> getResult(<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a> event)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundEvent.html" target="_top">Frames</a></li> -<li><a href="SoundEvent.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html deleted file mode 100644 index 563e3e2..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/SoundLoadEvent.html +++ /dev/null @@ -1,314 +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:15 EST 2015 --> -<title>SoundLoadEvent (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="SoundLoadEvent (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/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundLoadEvent.html" target="_top">Frames</a></li> -<li><a href="SoundLoadEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class SoundLoadEvent" class="title">Class SoundLoadEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.SoundLoadEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">SoundLoadEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></pre> -<div class="block">Raised by the SoundManager.loadSoundSettings, this would be a good place for - adding your custom sounds to the SoundPool.</div> -</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundLoadEvent.html#manager">manager</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -</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"> </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/client/event/sound/SoundLoadEvent.html#SoundLoadEvent(net.minecraft.client.audio.SoundManager)">SoundLoadEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>manager</h4> -<pre>@Deprecated -public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="SoundLoadEvent(net.minecraft.client.audio.SoundManager)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>SoundLoadEvent</h4> -<pre>public SoundLoadEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager)</pre> -</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/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundLoadEvent.html" target="_top">Frames</a></li> -<li><a href="SoundLoadEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html deleted file mode 100644 index f887d3e..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/SoundResultEvent.html +++ /dev/null @@ -1,408 +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:15 EST 2015 --> -<title>SoundResultEvent (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="SoundResultEvent (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/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundSetupEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundResultEvent.html" target="_top">Frames</a></li> -<li><a href="SoundResultEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class SoundResultEvent" class="title">Class SoundResultEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.SoundResultEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html" title="class in net.minecraftforge.client.event.sound">PlayBackgroundMusicEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEffectEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEvent</a>, <a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound">PlayStreamingEvent</a></dd> -</dl> -<hr> -<div class="block"><strong>Deprecated.</strong></div> -<br> -<pre>@Deprecated -public abstract class <span class="strong">SoundResultEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#manager">manager</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#name">name</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#pitch">pitch</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#result">result</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#source">source</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html#volume">volume</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</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"> </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/client/event/sound/SoundResultEvent.html#SoundResultEvent(net.minecraft.client.audio.SoundManager,%20net.minecraft.client.audio.SoundPoolEntry,%20java.lang.String,%20float,%20float)">SoundResultEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float volume, - float pitch)</code> -<div class="block"><strong>Deprecated.</strong> </div> - </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>manager</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="source"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>source</h4> -<pre>public final <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="name"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>public final java.lang.String name</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="volume"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>volume</h4> -<pre>public final float volume</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="pitch"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>pitch</h4> -<pre>public final float pitch</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -<a name="result"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>result</h4> -<pre>public <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> result</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="SoundResultEvent(net.minecraft.client.audio.SoundManager, net.minecraft.client.audio.SoundPoolEntry, java.lang.String, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>SoundResultEvent</h4> -<pre>public SoundResultEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager, - <a href="../../../../../net/minecraft/client/audio/SoundPoolEntry.html" title="class in net.minecraft.client.audio">SoundPoolEntry</a> source, - java.lang.String name, - float volume, - float pitch)</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</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/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundSetupEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundResultEvent.html" target="_top">Frames</a></li> -<li><a href="SoundResultEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html b/javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html deleted file mode 100644 index 859b480..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/SoundSetupEvent.html +++ /dev/null @@ -1,314 +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:15 EST 2015 --> -<title>SoundSetupEvent (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="SoundSetupEvent (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/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundSetupEvent.html" target="_top">Frames</a></li> -<li><a href="SoundSetupEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.event.sound</div> -<h2 title="Class SoundSetupEvent" class="title">Class SoundSetupEvent</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">cpw.mods.fml.common.eventhandler.Event</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">net.minecraftforge.client.event.sound.SoundEvent</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.event.sound.SoundSetupEvent</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">SoundSetupEvent</span> -extends <a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></pre> -<div class="block">This event is raised by the SoundManager when it does its first setup of the - SoundSystemConfig's codecs, use this function to add your own codecs.</div> -</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_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler">Event.HasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</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"> </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><a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/event/sound/SoundSetupEvent.html#manager">manager</a></strong></code> -<div class="block"><strong>Deprecated.</strong> </div> -</td> -</tr> -</table> -</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"> </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/client/event/sound/SoundSetupEvent.html#SoundSetupEvent(net.minecraft.client.audio.SoundManager)">SoundSetupEvent</a></strong>(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></h3> -<code><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html#getResult(net.minecraftforge.client.event.sound.SoundResultEvent)">getResult</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.common.eventhandler.Event"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></h3> -<code><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getListenerList()">getListenerList</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getPhase()">getPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#getResult()">getResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#hasResult()">hasResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCancelable()">isCancelable</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#isCanceled()">isCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setCanceled(boolean)">setCanceled</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setPhase(cpw.mods.fml.common.eventhandler.EventPriority)">setPhase</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setResult(cpw.mods.fml.common.eventhandler.Event.Result)">setResult</a>, <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html#setup()">setup</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="manager"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>manager</h4> -<pre>@Deprecated -public final <a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager</pre> -<div class="block"><span class="strong">Deprecated.</span> </div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="SoundSetupEvent(net.minecraft.client.audio.SoundManager)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>SoundSetupEvent</h4> -<pre>public SoundSetupEvent(<a href="../../../../../net/minecraft/client/audio/SoundManager.html" title="class in net.minecraft.client.audio">SoundManager</a> manager)</pre> -</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/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/SoundSetupEvent.html" target="_top">Frames</a></li> -<li><a href="SoundSetupEvent.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: </li> -<li><a href="#nested_classes_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Nested</a> | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_net.minecraftforge.client.event.sound.SoundEvent">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/package-frame.html b/javadoc/net/minecraftforge/client/event/sound/package-frame.html deleted file mode 100644 index b9b8442..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/package-frame.html +++ /dev/null @@ -1,31 +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:25 EST 2015 --> -<title>net.minecraftforge.client.event.sound (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../../net/minecraftforge/client/event/sound/package-summary.html" target="classFrame">net.minecraftforge.client.event.sound</a></h1> -<div class="indexContainer"> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="PlayBackgroundMusicEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlayBackgroundMusicEvent</a></li> -<li><a href="PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlaySoundEffectEvent</a></li> -<li><a href="PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlaySoundEffectSourceEvent</a></li> -<li><a href="PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlaySoundEvent</a></li> -<li><a href="PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlaySoundEvent17</a></li> -<li><a href="PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlaySoundSourceEvent</a></li> -<li><a href="PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlayStreamingEvent</a></li> -<li><a href="PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">PlayStreamingSourceEvent</a></li> -<li><a href="SoundEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">SoundEvent</a></li> -<li><a href="SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">SoundEvent.SoundSourceEvent</a></li> -<li><a href="SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">SoundLoadEvent</a></li> -<li><a href="SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">SoundResultEvent</a></li> -<li><a href="SoundSetupEvent.html" title="class in net.minecraftforge.client.event.sound" target="classFrame">SoundSetupEvent</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/package-summary.html b/javadoc/net/minecraftforge/client/event/sound/package-summary.html deleted file mode 100644 index 397e458..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/package-summary.html +++ /dev/null @@ -1,187 +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:25 EST 2015 --> -<title>net.minecraftforge.client.event.sound (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="net.minecraftforge.client.event.sound (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 class="navBarCell1Rev">Package</li> -<li>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/client/event/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../net/minecraftforge/client/gui/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client.event.sound</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html" title="class in net.minecraftforge.client.event.sound">PlayBackgroundMusicEvent</a></td> -<td class="colLast">Deprecated</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEffectEvent</a></td> -<td class="colLast">Deprecated</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEffectSourceEvent</a></td> -<td class="colLast">Deprecated</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEvent</a></td> -<td class="colLast">Deprecated</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound">PlaySoundEvent17</a></td> -<td class="colLast"> -<div class="block">Raised when the SoundManager tries to play a normal sound.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">PlaySoundSourceEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound">PlayStreamingEvent</a></td> -<td class="colLast">Deprecated</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound">PlayStreamingSourceEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound">SoundEvent.SoundSourceEvent</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound">SoundLoadEvent</a></td> -<td class="colLast"> -<div class="block">Raised by the SoundManager.loadSoundSettings, this would be a good place for - adding your custom sounds to the SoundPool.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound">SoundResultEvent</a></td> -<td class="colLast">Deprecated</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/event/sound/SoundSetupEvent.html" title="class in net.minecraftforge.client.event.sound">SoundSetupEvent</a></td> -<td class="colLast"> -<div class="block">This event is raised by the SoundManager when it does its first setup of the - SoundSystemConfig's codecs, use this function to add your own codecs.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/client/event/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../net/minecraftforge/client/gui/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/event/sound/package-tree.html b/javadoc/net/minecraftforge/client/event/sound/package-tree.html deleted file mode 100644 index 893d309..0000000 --- a/javadoc/net/minecraftforge/client/event/sound/package-tree.html +++ /dev/null @@ -1,151 +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:25 EST 2015 --> -<title>net.minecraftforge.client.event.sound Class Hierarchy (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="net.minecraftforge.client.event.sound Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/client/event/package-tree.html">Prev</a></li> -<li><a href="../../../../../net/minecraftforge/client/gui/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client.event.sound</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">cpw.mods.fml.common.eventhandler.<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler"><span class="strong">Event</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">SoundEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlaySoundEffectSourceEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent17.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlaySoundEvent17</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundEvent.SoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">SoundEvent.SoundSourceEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlaySoundSourceEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingSourceEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlayStreamingSourceEvent</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundLoadEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">SoundLoadEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundResultEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">SoundResultEvent</span></a> -<ul> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlayBackgroundMusicEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlayBackgroundMusicEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEffectEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlaySoundEffectEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlaySoundEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlaySoundEvent</span></a></li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/PlayStreamingEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">PlayStreamingEvent</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.event.sound.<a href="../../../../../net/minecraftforge/client/event/sound/SoundSetupEvent.html" title="class in net.minecraftforge.client.event.sound"><span class="strong">SoundSetupEvent</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/client/event/package-tree.html">Prev</a></li> -<li><a href="../../../../../net/minecraftforge/client/gui/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/event/sound/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html deleted file mode 100644 index 586f8ad..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html +++ /dev/null @@ -1,344 +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>ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry (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="ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry (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/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.gui</div> -<h2 title="Class ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry" class="title">Class ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</li> -</ul> -</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/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a>, <a href="../../../../net/minecraft/client/gui/GuiListExtended.IGuiListEntry.html" title="interface in net.minecraft.client.gui">GuiListExtended.IGuiListEntry</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</span> -extends <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></pre> -<div class="block">This custom list entry provides a button that will open to a screen that will allow a user to define a new mod override.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#btnSelectCategory">btnSelectCategory</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#childScreen">childScreen</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnDefault">btnDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnUndoChanges">btnUndoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#configElement">configElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultHoverChecker">defaultHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultToolTip">defaultToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#drawLabel">drawLabel</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#isValidValue">isValidValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#mc">mc</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#name">name</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningEntryList">owningEntryList</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningScreen">owningScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#toolTip">toolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#tooltipHoverChecker">tooltipHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoHoverChecker">undoHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoToolTip">undoToolTip</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"> </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/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html#ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry(cpw.mods.fml.client.config.GuiConfig,%20cpw.mods.fml.client.config.GuiConfigEntries,%20cpw.mods.fml.client.config.IConfigElement)">ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</a></strong>(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</code> </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"> </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>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html#buildChildScreen()">buildChildScreen</a></strong>()</code> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html#isChanged()">isChanged</a></strong>()</code> -<div class="block">Has the value of this entry changed?</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawEntry(int,%20int,%20int,%20int,%20int,%20net.minecraft.client.renderer.Tessellator,%20int,%20int,%20boolean)">drawEntry</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawToolTip(int,%20int)">drawToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#enabled()">enabled</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValue()">getCurrentValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValues()">getCurrentValues</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getEntryRightBound()">getEntryRightBound</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getLabelWidth()">getLabelWidth</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isDefault()">isDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#keyTyped(char,%20int)">keyTyped</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseClicked(int,%20int,%20int)">mouseClicked</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mousePressed(int,%20int,%20int,%20int,%20int,%20int)">mousePressed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseReleased(int,%20int,%20int,%20int,%20int,%20int)">mouseReleased</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#saveConfigElement()">saveConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#setToDefault()">setToDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#undoChanges()">undoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#updateCursorCounter()">updateCursorCounter</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getConfigElement()">getConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getName()">getName</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#onGuiClosed()">onGuiClosed</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry(cpw.mods.fml.client.config.GuiConfig, cpw.mods.fml.client.config.GuiConfigEntries, cpw.mods.fml.client.config.IConfigElement)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</h4> -<pre>public ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="buildChildScreen()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>buildChildScreen</h4> -<pre>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> buildChildScreen()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">GuiConfigEntries.CategoryEntry</a></code></strong></div> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">buildChildScreen</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></code></dd> -</dl> -</li> -</ul> -<a name="isChanged()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>isChanged</h4> -<pre>public boolean isChanged()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html#isChanged()">GuiConfigEntries.IConfigEntry</a></code></strong></div> -<div class="block">Has the value of this entry changed?</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html#isChanged()">isChanged</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a></code></dd> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isChanged()">isChanged</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>true if changes have been made to this entry's value, false otherwise.</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/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html deleted file mode 100644 index c0dda24..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html +++ /dev/null @@ -1,322 +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>ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry (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="ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry (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/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.gui</div> -<h2 title="Class ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry" class="title">Class ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</li> -</ul> -</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/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a>, <a href="../../../../net/minecraft/client/gui/GuiListExtended.IGuiListEntry.html" title="interface in net.minecraft.client.gui">GuiListExtended.IGuiListEntry</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</span> -extends <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></pre> -<div class="block">This custom list entry provides the Forge Chunk Manager Config entry on the Minecraft Forge Configuration screen. - It extends the base Category entry class and defines the IConfigElement objects that will be used to build the child screen.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#btnSelectCategory">btnSelectCategory</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#childScreen">childScreen</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnDefault">btnDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnUndoChanges">btnUndoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#configElement">configElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultHoverChecker">defaultHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultToolTip">defaultToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#drawLabel">drawLabel</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#isValidValue">isValidValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#mc">mc</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#name">name</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningEntryList">owningEntryList</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningScreen">owningScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#toolTip">toolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#tooltipHoverChecker">tooltipHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoHoverChecker">undoHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoToolTip">undoToolTip</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"> </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/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html#ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry(cpw.mods.fml.client.config.GuiConfig,%20cpw.mods.fml.client.config.GuiConfigEntries,%20cpw.mods.fml.client.config.IConfigElement)">ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</a></strong>(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</code> </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"> </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>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html#buildChildScreen()">buildChildScreen</a></strong>()</code> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawEntry(int,%20int,%20int,%20int,%20int,%20net.minecraft.client.renderer.Tessellator,%20int,%20int,%20boolean)">drawEntry</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawToolTip(int,%20int)">drawToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#enabled()">enabled</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValue()">getCurrentValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValues()">getCurrentValues</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getEntryRightBound()">getEntryRightBound</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getLabelWidth()">getLabelWidth</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isChanged()">isChanged</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isDefault()">isDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#keyTyped(char,%20int)">keyTyped</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseClicked(int,%20int,%20int)">mouseClicked</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mousePressed(int,%20int,%20int,%20int,%20int,%20int)">mousePressed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseReleased(int,%20int,%20int,%20int,%20int,%20int)">mouseReleased</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#saveConfigElement()">saveConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#setToDefault()">setToDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#undoChanges()">undoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#updateCursorCounter()">updateCursorCounter</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getConfigElement()">getConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getName()">getName</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#onGuiClosed()">onGuiClosed</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry(cpw.mods.fml.client.config.GuiConfig, cpw.mods.fml.client.config.GuiConfigEntries, cpw.mods.fml.client.config.IConfigElement)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</h4> -<pre>public ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="buildChildScreen()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>buildChildScreen</h4> -<pre>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> buildChildScreen()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">GuiConfigEntries.CategoryEntry</a></code></strong></div> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">buildChildScreen</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</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/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html deleted file mode 100644 index d5ffe5c..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html +++ /dev/null @@ -1,322 +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>ForgeGuiFactory.ForgeConfigGui.GeneralEntry (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="ForgeGuiFactory.ForgeConfigGui.GeneralEntry (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/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.GeneralEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.gui</div> -<h2 title="Class ForgeGuiFactory.ForgeConfigGui.GeneralEntry" class="title">Class ForgeGuiFactory.ForgeConfigGui.GeneralEntry</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory.ForgeConfigGui.GeneralEntry</li> -</ul> -</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/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a>, <a href="../../../../net/minecraft/client/gui/GuiListExtended.IGuiListEntry.html" title="interface in net.minecraft.client.gui">GuiListExtended.IGuiListEntry</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">ForgeGuiFactory.ForgeConfigGui.GeneralEntry</span> -extends <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></pre> -<div class="block">This custom list entry provides the General Settings entry on the Minecraft Forge Configuration screen. - It extends the base Category entry class and defines the IConfigElement objects that will be used to build the child screen.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#btnSelectCategory">btnSelectCategory</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#childScreen">childScreen</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnDefault">btnDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnUndoChanges">btnUndoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#configElement">configElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultHoverChecker">defaultHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultToolTip">defaultToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#drawLabel">drawLabel</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#isValidValue">isValidValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#mc">mc</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#name">name</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningEntryList">owningEntryList</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningScreen">owningScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#toolTip">toolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#tooltipHoverChecker">tooltipHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoHoverChecker">undoHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoToolTip">undoToolTip</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"> </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/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html#ForgeGuiFactory.ForgeConfigGui.GeneralEntry(cpw.mods.fml.client.config.GuiConfig,%20cpw.mods.fml.client.config.GuiConfigEntries,%20cpw.mods.fml.client.config.IConfigElement)">ForgeGuiFactory.ForgeConfigGui.GeneralEntry</a></strong>(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</code> </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"> </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>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html#buildChildScreen()">buildChildScreen</a></strong>()</code> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawEntry(int,%20int,%20int,%20int,%20int,%20net.minecraft.client.renderer.Tessellator,%20int,%20int,%20boolean)">drawEntry</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawToolTip(int,%20int)">drawToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#enabled()">enabled</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValue()">getCurrentValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValues()">getCurrentValues</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getEntryRightBound()">getEntryRightBound</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getLabelWidth()">getLabelWidth</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isChanged()">isChanged</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isDefault()">isDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#keyTyped(char,%20int)">keyTyped</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseClicked(int,%20int,%20int)">mouseClicked</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mousePressed(int,%20int,%20int,%20int,%20int,%20int)">mousePressed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseReleased(int,%20int,%20int,%20int,%20int,%20int)">mouseReleased</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#saveConfigElement()">saveConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#setToDefault()">setToDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#undoChanges()">undoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#updateCursorCounter()">updateCursorCounter</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getConfigElement()">getConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getName()">getName</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#onGuiClosed()">onGuiClosed</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory.ForgeConfigGui.GeneralEntry(cpw.mods.fml.client.config.GuiConfig, cpw.mods.fml.client.config.GuiConfigEntries, cpw.mods.fml.client.config.IConfigElement)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory.ForgeConfigGui.GeneralEntry</h4> -<pre>public ForgeGuiFactory.ForgeConfigGui.GeneralEntry(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="buildChildScreen()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>buildChildScreen</h4> -<pre>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> buildChildScreen()</pre> -<div class="block"><strong>Description copied from class: <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">GuiConfigEntries.CategoryEntry</a></code></strong></div> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">buildChildScreen</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</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/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.GeneralEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html deleted file mode 100644 index d5f99b0..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html +++ /dev/null @@ -1,344 +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>ForgeGuiFactory.ForgeConfigGui.ModIDEntry (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="ForgeGuiFactory.ForgeConfigGui.ModIDEntry (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/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ModIDEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.SelectValueEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.gui</div> -<h2 title="Class ForgeGuiFactory.ForgeConfigGui.ModIDEntry" class="title">Class ForgeGuiFactory.ForgeConfigGui.ModIDEntry</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.ButtonEntry</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.SelectValueEntry</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory.ForgeConfigGui.ModIDEntry</li> -</ul> -</li> -</ul> -</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/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a>, <a href="../../../../net/minecraft/client/gui/GuiListExtended.IGuiListEntry.html" title="interface in net.minecraft.client.gui">GuiListExtended.IGuiListEntry</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">ForgeGuiFactory.ForgeConfigGui.ModIDEntry</span> -extends <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.SelectValueEntry</a></pre> -<div class="block">This custom list entry provides a Mod ID selector. The control is a button that opens a list of values to select from. - This entry also overrides onGuiClosed() to run code to save the data to a new ConfigCategory when the user is done.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.SelectValueEntry"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.SelectValueEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#beforeValue">beforeValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#currentValue">currentValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#selectableValues">selectableValues</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ButtonEntry"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ButtonEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#btnValue">btnValue</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnDefault">btnDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnUndoChanges">btnUndoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#configElement">configElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultHoverChecker">defaultHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultToolTip">defaultToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#drawLabel">drawLabel</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#isValidValue">isValidValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#mc">mc</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#name">name</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningEntryList">owningEntryList</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningScreen">owningScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#toolTip">toolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#tooltipHoverChecker">tooltipHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoHoverChecker">undoHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoToolTip">undoToolTip</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"> </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/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html#ForgeGuiFactory.ForgeConfigGui.ModIDEntry(cpw.mods.fml.client.config.GuiConfig,%20cpw.mods.fml.client.config.GuiConfigEntries,%20cpw.mods.fml.client.config.IConfigElement)">ForgeGuiFactory.ForgeConfigGui.ModIDEntry</a></strong>(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</code> </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"> </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>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html#onGuiClosed()">onGuiClosed</a></strong>()</code> -<div class="block">By overriding onGuiClosed() for this entry we can perform additional actions when the user is done such as saving - a new ConfigCategory object to the Configuration object.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.SelectValueEntry"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.SelectValueEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#getCurrentValue()">getCurrentValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#getCurrentValues()">getCurrentValues</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#isChanged()">isChanged</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#isDefault()">isDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#saveConfigElement()">saveConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#setToDefault()">setToDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#setValueFromChildScreen(java.lang.Object)">setValueFromChildScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#undoChanges()">undoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#updateValueButtonText()">updateValueButtonText</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html#valueButtonPressed(int)">valueButtonPressed</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ButtonEntry"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ButtonEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#drawEntry(int,%20int,%20int,%20int,%20int,%20net.minecraft.client.renderer.Tessellator,%20int,%20int,%20boolean)">drawEntry</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#keyTyped(char,%20int)">keyTyped</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#mouseClicked(int,%20int,%20int)">mouseClicked</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#mousePressed(int,%20int,%20int,%20int,%20int,%20int)">mousePressed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#mouseReleased(int,%20int,%20int,%20int,%20int,%20int)">mouseReleased</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html#updateCursorCounter()">updateCursorCounter</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#drawToolTip(int,%20int)">drawToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#enabled()">enabled</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getConfigElement()">getConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getEntryRightBound()">getEntryRightBound</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getLabelWidth()">getLabelWidth</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getName()">getName</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory.ForgeConfigGui.ModIDEntry(cpw.mods.fml.client.config.GuiConfig, cpw.mods.fml.client.config.GuiConfigEntries, cpw.mods.fml.client.config.IConfigElement)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory.ForgeConfigGui.ModIDEntry</h4> -<pre>public ForgeGuiFactory.ForgeConfigGui.ModIDEntry(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="onGuiClosed()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>onGuiClosed</h4> -<pre>public void onGuiClosed()</pre> -<div class="block">By overriding onGuiClosed() for this entry we can perform additional actions when the user is done such as saving - a new ConfigCategory object to the Configuration object.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html#onGuiClosed()">onGuiClosed</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a></code></dd> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#onGuiClosed()">onGuiClosed</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</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/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ModIDEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.SelectValueEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html deleted file mode 100644 index 702aa2e..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html +++ /dev/null @@ -1,392 +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>ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry (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="ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry (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/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.gui</div> -<h2 title="Class ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry" class="title">Class ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</li> -</ul> -</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/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a>, <a href="../../../../net/minecraft/client/gui/GuiListExtended.IGuiListEntry.html" title="interface in net.minecraft.client.gui">GuiListExtended.IGuiListEntry</a></dd> -</dl> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</span> -extends <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></pre> -<div class="block">This custom list entry provides the Mod Overrides entry on the Forge Chunk Loading config screen. - It extends the base Category entry class and defines the IConfigElement objects that will be used to build the child screen. - In this case it adds the custom entry for adding a new mod override and lists the existing mod overrides.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#btnSelectCategory">btnSelectCategory</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#childScreen">childScreen</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnDefault">btnDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#btnUndoChanges">btnUndoChanges</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#configElement">configElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultHoverChecker">defaultHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#defaultToolTip">defaultToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#drawLabel">drawLabel</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#isValidValue">isValidValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#mc">mc</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#name">name</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningEntryList">owningEntryList</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#owningScreen">owningScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#toolTip">toolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#tooltipHoverChecker">tooltipHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoHoverChecker">undoHoverChecker</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#undoToolTip">undoToolTip</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"> </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/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html#ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry(cpw.mods.fml.client.config.GuiConfig,%20cpw.mods.fml.client.config.GuiConfigEntries,%20cpw.mods.fml.client.config.IConfigElement)">ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</a></strong>(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</code> </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"> </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>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html#buildChildScreen()">buildChildScreen</a></strong>()</code> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html#enabled()">enabled</a></strong>()</code> -<div class="block">By overriding the enabled() method and checking the value of the "enabled" entry this entry is enabled/disabled based on the value of - the other entry.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html#isChanged()">isChanged</a></strong>()</code> -<div class="block">Check to see if the child screen's entry list has changed.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html#undoChanges()">undoChanges</a></strong>()</code> -<div class="block">Since adding a new entry to the child screen is what constitutes a change here, reset the child - screen listEntries to the saved list.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawEntry(int,%20int,%20int,%20int,%20int,%20net.minecraft.client.renderer.Tessellator,%20int,%20int,%20boolean)">drawEntry</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#drawToolTip(int,%20int)">drawToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValue()">getCurrentValue</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getCurrentValues()">getCurrentValues</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getEntryRightBound()">getEntryRightBound</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#getLabelWidth()">getLabelWidth</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isDefault()">isDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#keyTyped(char,%20int)">keyTyped</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseClicked(int,%20int,%20int)">mouseClicked</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mousePressed(int,%20int,%20int,%20int,%20int,%20int)">mousePressed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#mouseReleased(int,%20int,%20int,%20int,%20int,%20int)">mouseReleased</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#saveConfigElement()">saveConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#setToDefault()">setToDefault</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#updateCursorCounter()">updateCursorCounter</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.ListEntryBase"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.ListEntryBase</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getConfigElement()">getConfigElement</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#getName()">getName</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html#onGuiClosed()">onGuiClosed</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry(cpw.mods.fml.client.config.GuiConfig, cpw.mods.fml.client.config.GuiConfigEntries, cpw.mods.fml.client.config.IConfigElement)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</h4> -<pre>public ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry(<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a> owningScreen, - <a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries</a> owningEntryList, - <a href="../../../../cpw/mods/fml/client/config/IConfigElement.html" title="interface in cpw.mods.fml.client.config">IConfigElement</a> prop)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="buildChildScreen()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>buildChildScreen</h4> -<pre>protected <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> buildChildScreen()</pre> -<div class="block">This method is called in the constructor and is used to set the childScreen field.</div> -<dl> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#buildChildScreen()">buildChildScreen</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></code></dd> -</dl> -</li> -</ul> -<a name="enabled()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>enabled</h4> -<pre>public boolean enabled()</pre> -<div class="block">By overriding the enabled() method and checking the value of the "enabled" entry this entry is enabled/disabled based on the value of - the other entry.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html#enabled()">enabled</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a></code></dd> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#enabled()">enabled</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>true if this entry's controls should be enabled, false otherwise.</dd></dl> -</li> -</ul> -<a name="isChanged()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isChanged</h4> -<pre>public boolean isChanged()</pre> -<div class="block">Check to see if the child screen's entry list has changed.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html#isChanged()">isChanged</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a></code></dd> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#isChanged()">isChanged</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>true if changes have been made to this entry's value, false otherwise.</dd></dl> -</li> -</ul> -<a name="undoChanges()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>undoChanges</h4> -<pre>public void undoChanges()</pre> -<div class="block">Since adding a new entry to the child screen is what constitutes a change here, reset the child - screen listEntries to the saved list.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html#undoChanges()">undoChanges</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a></code></dd> -<dt><strong>Overrides:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html#undoChanges()">undoChanges</a></code> in class <code><a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config">GuiConfigEntries.CategoryEntry</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/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.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: </li> -<li>Nested | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfigEntries.CategoryEntry">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html deleted file mode 100644 index fa8ce26..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html +++ /dev/null @@ -1,340 +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>ForgeGuiFactory.ForgeConfigGui (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="ForgeGuiFactory.ForgeConfigGui (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/client/gui/ForgeGuiFactory.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfig">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfig">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.gui</div> -<h2 title="Class ForgeGuiFactory.ForgeConfigGui" class="title">Class ForgeGuiFactory.ForgeConfigGui</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">net.minecraft.client.gui.Gui</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">net.minecraft.client.gui.GuiScreen</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">cpw.mods.fml.client.config.GuiConfig</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory.ForgeConfigGui</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Enclosing class:</dt> -<dd><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory</a></dd> -</dl> -<hr> -<br> -<pre>public static class <span class="strong">ForgeGuiFactory.ForgeConfigGui</span> -extends <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</a></strong></code> -<div class="block">This custom list entry provides a button that will open to a screen that will allow a user to define a new mod override.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</a></strong></code> -<div class="block">This custom list entry provides the Forge Chunk Manager Config entry on the Minecraft Forge Configuration screen.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.GeneralEntry</a></strong></code> -<div class="block">This custom list entry provides the General Settings entry on the Minecraft Forge Configuration screen.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.ModIDEntry</a></strong></code> -<div class="block">This custom list entry provides a Mod ID selector.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</a></strong></code> -<div class="block">This custom list entry provides the Mod Overrides entry on the Forge Chunk Loading config screen.</div> -</td> -</tr> -</table> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field_summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfig"> -<!-- --> -</a> -<h3>Fields inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#allRequireMcRestart">allRequireMcRestart</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#allRequireWorldRestart">allRequireWorldRestart</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#configElements">configElements</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#configID">configID</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#entryList">entryList</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#initEntries">initEntries</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#isWorldRunning">isWorldRunning</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#modID">modID</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#needsRefresh">needsRefresh</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#parentScreen">parentScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#title">title</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#titleLine2">titleLine2</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.client.gui.GuiScreen"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraft.client.gui.<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></h3> -<code><a href="../../../../net/minecraft/client/gui/GuiScreen.html#allowUserInput">allowUserInput</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#buttonList">buttonList</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#fontRendererObj">fontRendererObj</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#height">height</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#itemRender">itemRender</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#labelList">labelList</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#mc">mc</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#width">width</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.client.gui.Gui"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraft.client.gui.<a href="../../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">Gui</a></h3> -<code><a href="../../../../net/minecraft/client/gui/Gui.html#icons">icons</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#optionsBackground">optionsBackground</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#statIcons">statIcons</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#zLevel">zLevel</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"> </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/client/gui/ForgeGuiFactory.ForgeConfigGui.html#ForgeGuiFactory.ForgeConfigGui(net.minecraft.client.gui.GuiScreen)">ForgeGuiFactory.ForgeConfigGui</a></strong>(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> parentScreen)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfig"> -<!-- --> -</a> -<h3>Methods inherited from class cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config">GuiConfig</a></h3> -<code><a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#actionPerformed(net.minecraft.client.gui.GuiButton)">actionPerformed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#drawScreen(int,%20int,%20float)">drawScreen</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#drawToolTip(java.util.List,%20int,%20int)">drawToolTip</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#getAbridgedConfigPath(java.lang.String)">getAbridgedConfigPath</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#initGui()">initGui</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#keyTyped(char,%20int)">keyTyped</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#mouseClicked(int,%20int,%20int)">mouseClicked</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#mouseMovedOrUp(int,%20int,%20int)">mouseMovedOrUp</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#onGuiClosed()">onGuiClosed</a>, <a href="../../../../cpw/mods/fml/client/config/GuiConfig.html#updateScreen()">updateScreen</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.client.gui.GuiScreen"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraft.client.gui.<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a></h3> -<code><a href="../../../../net/minecraft/client/gui/GuiScreen.html#confirmClicked(boolean,%20int)">confirmClicked</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#doesGuiPauseGame()">doesGuiPauseGame</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#drawBackground(int)">drawBackground</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#drawCreativeTabHoveringText(java.lang.String,%20int,%20int)">drawCreativeTabHoveringText</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#drawDefaultBackground()">drawDefaultBackground</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#drawHoveringText(java.util.List,%20int,%20int,%20net.minecraft.client.gui.FontRenderer)">drawHoveringText</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#drawWorldBackground(int)">drawWorldBackground</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#func_146283_a(java.util.List,%20int,%20int)">func_146283_a</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#getClipboardString()">getClipboardString</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#handleInput()">handleInput</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#handleKeyboardInput()">handleKeyboardInput</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#handleMouseInput()">handleMouseInput</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#isCtrlKeyDown()">isCtrlKeyDown</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#isShiftKeyDown()">isShiftKeyDown</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#mouseClickMove(int,%20int,%20int,%20long)">mouseClickMove</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#renderToolTip(net.minecraft.item.ItemStack,%20int,%20int)">renderToolTip</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#setClipboardString(java.lang.String)">setClipboardString</a>, <a href="../../../../net/minecraft/client/gui/GuiScreen.html#setWorldAndResolution(net.minecraft.client.Minecraft,%20int,%20int)">setWorldAndResolution</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.client.gui.Gui"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraft.client.gui.<a href="../../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">Gui</a></h3> -<code><a href="../../../../net/minecraft/client/gui/Gui.html#drawCenteredString(net.minecraft.client.gui.FontRenderer,%20java.lang.String,%20int,%20int,%20int)">drawCenteredString</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawGradientRect(int,%20int,%20int,%20int,%20int,%20int)">drawGradientRect</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawHorizontalLine(int,%20int,%20int,%20int)">drawHorizontalLine</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawRect(int,%20int,%20int,%20int,%20int)">drawRect</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawString(net.minecraft.client.gui.FontRenderer,%20java.lang.String,%20int,%20int,%20int)">drawString</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawTexturedModalRect(int,%20int,%20int,%20int,%20int,%20int)">drawTexturedModalRect</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawTexturedModelRectFromIcon(int,%20int,%20net.minecraft.util.IIcon,%20int,%20int)">drawTexturedModelRectFromIcon</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#drawVerticalLine(int,%20int,%20int,%20int)">drawVerticalLine</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#func_146110_a(int,%20int,%20float,%20float,%20int,%20int,%20float,%20float)">func_146110_a</a>, <a href="../../../../net/minecraft/client/gui/Gui.html#func_152125_a(int,%20int,%20float,%20float,%20int,%20int,%20int,%20int,%20float,%20float)">func_152125_a</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory.ForgeConfigGui(net.minecraft.client.gui.GuiScreen)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory.ForgeConfigGui</h4> -<pre>public ForgeGuiFactory.ForgeConfigGui(<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a> parentScreen)</pre> -</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/client/gui/ForgeGuiFactory.html" title="class in net.minecraftforge.client.gui"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li><a href="#fields_inherited_from_class_cpw.mods.fml.client.config.GuiConfig">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_cpw.mods.fml.client.config.GuiConfig">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html b/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html deleted file mode 100644 index 81054bf..0000000 --- a/javadoc/net/minecraftforge/client/gui/ForgeGuiFactory.html +++ /dev/null @@ -1,429 +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>ForgeGuiFactory (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="ForgeGuiFactory (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>Prev Class</li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.gui</div> -<h2 title="Class ForgeGuiFactory" class="title">Class ForgeGuiFactory</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.gui.ForgeGuiFactory</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/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">ForgeGuiFactory</span> -extends java.lang.Object -implements <a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></pre> -<div class="block">This is the base GuiConfig screen class that all the other Forge-specific config screens will be called from. - Since Forge has multiple config files I thought I would use that opportunity to show some of the ways - that the config GUI system can be extended to create custom config GUIs that have additional features - over the base functionality of just displaying Properties and ConfigCategories. - - The concepts implemented here are: - - using custom IConfigEntry objects to define child-screens that have specific Properties listed - - using custom IConfigEntry objects to define a dummy property that can be used to generate new ConfigCategory objects - - defining the configID string for a GuiConfig object so that the config changed events will be posted when that GuiConfig screen is closed - (the configID string is optional; if it is not defined the config changed events will be posted when the top-most GuiConfig screen - is closed, eg when the parent is null or is not an instance of GuiConfig) - - overriding the IConfigEntry.enabled() method to control the enabled state of one list entry based on the value of another entry - - overriding the IConfigEntry.onGuiClosed() method to perform custom actions when the screen that owns the entry is closed (in this - case a new ConfigCategory is added to the Configuration object) - - The config file structure looks like this: - forge.cfg (general settings all in one category) - forgeChunkLoading.cfg - - Forge (category) - - defaults (category) - - [optional mod override categories]... - - The GUI structure is this: - Base Screen - - General Settings (from forge.cfg) - - Chunk Loader Settings (from forgeChunkLoading.cfg) - - Defaults (these elements are listed directly on this screen) - - Mod Overrides - - Add New Mod Override - - Mod1 - - Mod2 - - etc. - - Other things to check out: - ForgeModContainer.syncConfig() - ForgeModContainer.onConfigChanged() - ForgeChunkManager.syncConfigDefaults() - ForgeChunkManager.loadConfiguration()</div> -</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> -<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> -<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="nested_classes_inherited_from_class_cpw.mods.fml.client.IModGuiFactory"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from interface cpw.mods.fml.client.<a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></h3> -<code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionCategoryElement</a>, <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" title="interface in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionGuiHandler</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"> </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/client/gui/ForgeGuiFactory.html#ForgeGuiFactory()">ForgeGuiFactory</a></strong>()</code> </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"> </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><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" title="interface in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionGuiHandler</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html#getHandlerFor(cpw.mods.fml.client.IModGuiFactory.RuntimeOptionCategoryElement)">getHandlerFor</a></strong>(<a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionCategoryElement</a> element)</code> -<div class="block">Return an instance of a <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" title="interface in cpw.mods.fml.client"><code>IModGuiFactory.RuntimeOptionGuiHandler</code></a> that handles painting the - right hand side option screen for the specified <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client"><code>IModGuiFactory.RuntimeOptionCategoryElement</code></a>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html#initialize(net.minecraft.client.Minecraft)">initialize</a></strong>(<a href="../../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> minecraftInstance)</code> -<div class="block">Called when instantiated to initialize with the active minecraft instance.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>java.lang.Class<? extends <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html#mainConfigGuiClass()">mainConfigGuiClass</a></strong>()</code> -<div class="block">Return the name of a class extending <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui"><code>GuiScreen</code></a>.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.Set<<a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionCategoryElement</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html#runtimeGuiCategories()">runtimeGuiCategories</a></strong>()</code> -<div class="block">Return a list of the "runtime" categories this mod wishes to populate with - GUI elements.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ForgeGuiFactory()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ForgeGuiFactory</h4> -<pre>public ForgeGuiFactory()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="initialize(net.minecraft.client.Minecraft)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>initialize</h4> -<pre>public void initialize(<a href="../../../../net/minecraft/client/Minecraft.html" title="class in net.minecraft.client">Minecraft</a> minecraftInstance)</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#initialize(net.minecraft.client.Minecraft)">IModGuiFactory</a></code></strong></div> -<div class="block">Called when instantiated to initialize with the active minecraft instance.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#initialize(net.minecraft.client.Minecraft)">initialize</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>minecraftInstance</code> - the instance</dd></dl> -</li> -</ul> -<a name="mainConfigGuiClass()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>mainConfigGuiClass</h4> -<pre>public java.lang.Class<? extends <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui">GuiScreen</a>> mainConfigGuiClass()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#mainConfigGuiClass()">IModGuiFactory</a></code></strong></div> -<div class="block">Return the name of a class extending <a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui"><code>GuiScreen</code></a>. This class will - be instantiated when the "config" button is pressed in the mod list. It will - have a single argument constructor - the "parent" screen, the same as all - Minecraft GUIs. The expected behaviour is that this screen will replace the - "mod list" screen completely, and will return to the mod list screen through - the parent link, once the appropriate action is taken from the config screen. - - A null from this method indicates that the mod does not provide a "config" - button GUI screen, and the config button will be hidden/disabled. - - This config GUI is anticipated to provide configuration to the mod in a friendly - visual way. It should not be abused to set internals such as IDs (they're gonna - keep disappearing anyway), but rather, interesting behaviours. This config GUI - is never run when a server game is running, and should be used to configure - desired behaviours that affect server state. Costs, mod game modes, stuff like that - can be changed here.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#mainConfigGuiClass()">mainConfigGuiClass</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>A class that will be instantiated on clicks on the config button - or null if no GUI is desired.</dd></dl> -</li> -</ul> -<a name="runtimeGuiCategories()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>runtimeGuiCategories</h4> -<pre>public java.util.Set<<a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionCategoryElement</a>> runtimeGuiCategories()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#runtimeGuiCategories()">IModGuiFactory</a></code></strong></div> -<div class="block">Return a list of the "runtime" categories this mod wishes to populate with - GUI elements. - - Runtime categories are created on demand and organized in a 'lite' tree format. - The parent represents the parent node in the tree. There is one special parent - 'Help' that will always list first, and is generally meant to provide Help type - content for mods. The remaining parents will sort alphabetically, though - this may change if there is a lot of alphabetic abuse. "AAA" is probably never a valid - category parent. - - Runtime configuration itself falls into two flavours: in-game help, which is - generally non interactive except for the text it wishes to show, and client-only - affecting behaviours. This would include things like toggling minimaps, or cheat modes - or anything NOT affecting the behaviour of the server. Please don't abuse this to - change the state of the server in any way, this is intended to behave identically - when the server is local or remote.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#runtimeGuiCategories()">runtimeGuiCategories</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>the set of options this mod wishes to have available, or empty if none</dd></dl> -</li> -</ul> -<a name="getHandlerFor(cpw.mods.fml.client.IModGuiFactory.RuntimeOptionCategoryElement)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getHandlerFor</h4> -<pre>public <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" title="interface in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionGuiHandler</a> getHandlerFor(<a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client">IModGuiFactory.RuntimeOptionCategoryElement</a> element)</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#getHandlerFor(cpw.mods.fml.client.IModGuiFactory.RuntimeOptionCategoryElement)">IModGuiFactory</a></code></strong></div> -<div class="block">Return an instance of a <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" title="interface in cpw.mods.fml.client"><code>IModGuiFactory.RuntimeOptionGuiHandler</code></a> that handles painting the - right hand side option screen for the specified <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client"><code>IModGuiFactory.RuntimeOptionCategoryElement</code></a>.</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html#getHandlerFor(cpw.mods.fml.client.IModGuiFactory.RuntimeOptionCategoryElement)">getHandlerFor</a></code> in interface <code><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>element</code> - The element we wish to paint for</dd> -<dt><span class="strong">Returns:</span></dt><dd>The Handler for painting it</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>Prev Class</li> -<li><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/ForgeGuiFactory.html" target="_top">Frames</a></li> -<li><a href="ForgeGuiFactory.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: </li> -<li><a href="#nested_class_summary">Nested</a> | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/package-frame.html b/javadoc/net/minecraftforge/client/gui/package-frame.html deleted file mode 100644 index 46ad226..0000000 --- a/javadoc/net/minecraftforge/client/gui/package-frame.html +++ /dev/null @@ -1,25 +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:25 EST 2015 --> -<title>net.minecraftforge.client.gui (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../net/minecraftforge/client/gui/package-summary.html" target="classFrame">net.minecraftforge.client.gui</a></h1> -<div class="indexContainer"> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="ForgeGuiFactory.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory.ForgeConfigGui</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory.ForgeConfigGui.GeneralEntry</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory.ForgeConfigGui.ModIDEntry</a></li> -<li><a href="ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" title="class in net.minecraftforge.client.gui" target="classFrame">ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/package-summary.html b/javadoc/net/minecraftforge/client/gui/package-summary.html deleted file mode 100644 index 049b62f..0000000 --- a/javadoc/net/minecraftforge/client/gui/package-summary.html +++ /dev/null @@ -1,167 +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:25 EST 2015 --> -<title>net.minecraftforge.client.gui (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="net.minecraftforge.client.gui (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 class="navBarCell1Rev">Package</li> -<li>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/client/event/sound/package-summary.html">Prev Package</a></li> -<li><a href="../../../../net/minecraftforge/client/model/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client.gui</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory</a></td> -<td class="colLast"> -<div class="block">This is the base GuiConfig screen class that all the other Forge-specific config screens will be called from.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</a></td> -<td class="colLast"> -<div class="block">This custom list entry provides a button that will open to a screen that will allow a user to define a new mod override.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</a></td> -<td class="colLast"> -<div class="block">This custom list entry provides the Forge Chunk Manager Config entry on the Minecraft Forge Configuration screen.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.GeneralEntry</a></td> -<td class="colLast"> -<div class="block">This custom list entry provides the General Settings entry on the Minecraft Forge Configuration screen.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.ModIDEntry</a></td> -<td class="colLast"> -<div class="block">This custom list entry provides a Mod ID selector.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" title="class in net.minecraftforge.client.gui">ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</a></td> -<td class="colLast"> -<div class="block">This custom list entry provides the Mod Overrides entry on the Forge Chunk Loading config screen.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/client/event/sound/package-summary.html">Prev Package</a></li> -<li><a href="../../../../net/minecraftforge/client/model/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/gui/package-tree.html b/javadoc/net/minecraftforge/client/gui/package-tree.html deleted file mode 100644 index a5e7078..0000000 --- a/javadoc/net/minecraftforge/client/gui/package-tree.html +++ /dev/null @@ -1,160 +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:25 EST 2015 --> -<title>net.minecraftforge.client.gui Class Hierarchy (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="net.minecraftforge.client.gui Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/client/event/sound/package-tree.html">Prev</a></li> -<li><a href="../../../../net/minecraftforge/client/model/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client.gui</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory</span></a> (implements cpw.mods.fml.client.<a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a>)</li> -<li type="circle">net.minecraft.client.gui.<a href="../../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui"><span class="strong">Gui</span></a> -<ul> -<li type="circle">net.minecraft.client.gui.<a href="../../../../net/minecraft/client/gui/GuiScreen.html" title="class in net.minecraft.client.gui"><span class="strong">GuiScreen</span></a> -<ul> -<li type="circle">cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfig.html" title="class in cpw.mods.fml.client.config"><span class="strong">GuiConfig</span></a> -<ul> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory.ForgeConfigGui</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -<li type="circle">cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ListEntryBase.html" title="class in cpw.mods.fml.client.config"><span class="strong">GuiConfigEntries.ListEntryBase</span></a> (implements cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.IConfigEntry.html" title="interface in cpw.mods.fml.client.config">GuiConfigEntries.IConfigEntry</a><T>) -<ul> -<li type="circle">cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.ButtonEntry.html" title="class in cpw.mods.fml.client.config"><span class="strong">GuiConfigEntries.ButtonEntry</span></a> -<ul> -<li type="circle">cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.SelectValueEntry.html" title="class in cpw.mods.fml.client.config"><span class="strong">GuiConfigEntries.SelectValueEntry</span></a> -<ul> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModIDEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory.ForgeConfigGui.ModIDEntry</span></a></li> -</ul> -</li> -</ul> -</li> -<li type="circle">cpw.mods.fml.client.config.<a href="../../../../cpw/mods/fml/client/config/GuiConfigEntries.CategoryEntry.html" title="class in cpw.mods.fml.client.config"><span class="strong">GuiConfigEntries.CategoryEntry</span></a> -<ul> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory.ForgeConfigGui.AddModOverrideEntry</span></a></li> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory.ForgeConfigGui.ChunkLoaderEntry</span></a></li> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.GeneralEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory.ForgeConfigGui.GeneralEntry</span></a></li> -<li type="circle">net.minecraftforge.client.gui.<a href="../../../../net/minecraftforge/client/gui/ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry.html" title="class in net.minecraftforge.client.gui"><span class="strong">ForgeGuiFactory.ForgeConfigGui.ModOverridesEntry</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/client/event/sound/package-tree.html">Prev</a></li> -<li><a href="../../../../net/minecraftforge/client/model/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/gui/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html b/javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html deleted file mode 100644 index f971c6c..0000000 --- a/javadoc/net/minecraftforge/client/model/AdvancedModelLoader.html +++ /dev/null @@ -1,297 +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:16 EST 2015 --> -<title>AdvancedModelLoader (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="AdvancedModelLoader (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>Prev Class</li> -<li><a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/AdvancedModelLoader.html" target="_top">Frames</a></li> -<li><a href="AdvancedModelLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model</div> -<h2 title="Class AdvancedModelLoader" class="title">Class AdvancedModelLoader</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.AdvancedModelLoader</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">AdvancedModelLoader</span> -extends java.lang.Object</pre> -<div class="block">Common interface for advanced model loading from files, based on file suffix - Model support can be queried through the <a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html#getSupportedSuffixes()"><code>getSupportedSuffixes()</code></a> method. - Instances can be created by calling <code>#loadModel(String)</code> with a class-loadable-path</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/model/AdvancedModelLoader.html#AdvancedModelLoader()">AdvancedModelLoader</a></strong>()</code> </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"> </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 java.util.Collection<java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html#getSupportedSuffixes()">getSupportedSuffixes</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html#loadModel(net.minecraft.util.ResourceLocation)">loadModel</a></strong>(<a href="../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource)</code> -<div class="block">Load the model from the supplied classpath resolvable resource name</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html#registerModelHandler(net.minecraftforge.client.model.IModelCustomLoader)">registerModelHandler</a></strong>(<a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a> modelHandler)</code> -<div class="block">Register a new model handler</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="AdvancedModelLoader()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>AdvancedModelLoader</h4> -<pre>public AdvancedModelLoader()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="registerModelHandler(net.minecraftforge.client.model.IModelCustomLoader)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>registerModelHandler</h4> -<pre>public static void registerModelHandler(<a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a> modelHandler)</pre> -<div class="block">Register a new model handler</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>modelHandler</code> - The model handler to register</dd></dl> -</li> -</ul> -<a name="loadModel(net.minecraft.util.ResourceLocation)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>loadModel</h4> -<pre>public static <a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a> loadModel(<a href="../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource) - throws java.lang.IllegalArgumentException, - <a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<div class="block">Load the model from the supplied classpath resolvable resource name</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resource</code> - The resource name</dd> -<dt><span class="strong">Returns:</span></dt><dd>A model</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if the resource name cannot be understood</dd> -<dd><code><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code> - if the underlying model handler cannot parse the model format</dd></dl> -</li> -</ul> -<a name="getSupportedSuffixes()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getSupportedSuffixes</h4> -<pre>public static java.util.Collection<java.lang.String> getSupportedSuffixes()</pre> -</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>Prev Class</li> -<li><a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/AdvancedModelLoader.html" target="_top">Frames</a></li> -<li><a href="AdvancedModelLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/IModelCustom.html b/javadoc/net/minecraftforge/client/model/IModelCustom.html deleted file mode 100644 index 17d6bf6..0000000 --- a/javadoc/net/minecraftforge/client/model/IModelCustom.html +++ /dev/null @@ -1,260 +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:16 EST 2015 --> -<title>IModelCustom (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="IModelCustom (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/client/model/AdvancedModelLoader.html" title="class in net.minecraftforge.client.model"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/IModelCustom.html" target="_top">Frames</a></li> -<li><a href="IModelCustom.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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.client.model</div> -<h2 title="Interface IModelCustom" class="title">Interface IModelCustom</h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../net/minecraftforge/client/model/techne/TechneModel.html" title="class in net.minecraftforge.client.model.techne">TechneModel</a>, <a href="../../../../net/minecraftforge/client/model/obj/WavefrontObject.html" title="class in net.minecraftforge.client.model.obj">WavefrontObject</a></dd> -</dl> -<hr> -<br> -<pre>public interface <span class="strong">IModelCustom</span></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========== 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"> </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>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustom.html#getType()">getType</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustom.html#renderAll()">renderAll</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustom.html#renderAllExcept(java.lang.String...)">renderAllExcept</a></strong>(java.lang.String... excludedGroupNames)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustom.html#renderOnly(java.lang.String...)">renderOnly</a></strong>(java.lang.String... groupNames)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustom.html#renderPart(java.lang.String)">renderPart</a></strong>(java.lang.String partName)</code> </td> -</tr> -</table> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getType()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getType</h4> -<pre>java.lang.String getType()</pre> -</li> -</ul> -<a name="renderAll()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderAll</h4> -<pre>void renderAll()</pre> -</li> -</ul> -<a name="renderOnly(java.lang.String...)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderOnly</h4> -<pre>void renderOnly(java.lang.String... groupNames)</pre> -</li> -</ul> -<a name="renderPart(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPart</h4> -<pre>void renderPart(java.lang.String partName)</pre> -</li> -</ul> -<a name="renderAllExcept(java.lang.String...)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderAllExcept</h4> -<pre>void renderAllExcept(java.lang.String... excludedGroupNames)</pre> -</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/client/model/AdvancedModelLoader.html" title="class in net.minecraftforge.client.model"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/IModelCustom.html" target="_top">Frames</a></li> -<li><a href="IModelCustom.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html b/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html deleted file mode 100644 index efe3ab1..0000000 --- a/javadoc/net/minecraftforge/client/model/IModelCustomLoader.html +++ /dev/null @@ -1,251 +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:16 EST 2015 --> -<title>IModelCustomLoader (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="IModelCustomLoader (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/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/IModelCustomLoader.html" target="_top">Frames</a></li> -<li><a href="IModelCustomLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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.client.model</div> -<h2 title="Interface IModelCustomLoader" class="title">Interface IModelCustomLoader</h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Known Implementing Classes:</dt> -<dd><a href="../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj">ObjModelLoader</a>, <a href="../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html" title="class in net.minecraftforge.client.model.techne">TechneModelLoader</a></dd> -</dl> -<hr> -<br> -<pre>public interface <span class="strong">IModelCustomLoader</span></pre> -<div class="block">Instances of this class act as factories for their model type</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========== 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"> </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>java.lang.String[]</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getSuffixes()">getSuffixes</a></strong>()</code> -<div class="block">Get resource suffixes this model loader recognizes</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getType()">getType</a></strong>()</code> -<div class="block">Get the main type name for this loader</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></td> -<td class="colLast"><code><strong><a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">loadInstance</a></strong>(<a href="../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource)</code> -<div class="block">Load a model instance from the supplied path</div> -</td> -</tr> -</table> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getType()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getType</h4> -<pre>java.lang.String getType()</pre> -<div class="block">Get the main type name for this loader</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>the type name</dd></dl> -</li> -</ul> -<a name="getSuffixes()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getSuffixes</h4> -<pre>java.lang.String[] getSuffixes()</pre> -<div class="block">Get resource suffixes this model loader recognizes</div> -<dl><dt><span class="strong">Returns:</span></dt><dd>a list of suffixes</dd></dl> -</li> -</ul> -<a name="loadInstance(net.minecraft.util.ResourceLocation)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>loadInstance</h4> -<pre><a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a> loadInstance(<a href="../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource) - throws <a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<div class="block">Load a model instance from the supplied path</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resource</code> - The ResourceLocation of the model</dd> -<dt><span class="strong">Returns:</span></dt><dd>A model instance</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code> - if the model format is not correct</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/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/IModelCustomLoader.html" target="_top">Frames</a></li> -<li><a href="IModelCustomLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/ModelFormatException.html b/javadoc/net/minecraftforge/client/model/ModelFormatException.html deleted file mode 100644 index a13a4bc..0000000 --- a/javadoc/net/minecraftforge/client/model/ModelFormatException.html +++ /dev/null @@ -1,292 +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:16 EST 2015 --> -<title>ModelFormatException (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="ModelFormatException (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/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/ModelFormatException.html" target="_top">Frames</a></li> -<li><a href="ModelFormatException.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.model</div> -<h2 title="Class ModelFormatException" class="title">Class ModelFormatException</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>java.lang.Throwable</li> -<li> -<ul class="inheritance"> -<li>java.lang.Exception</li> -<li> -<ul class="inheritance"> -<li>java.lang.RuntimeException</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.ModelFormatException</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable</dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">ModelFormatException</span> -extends java.lang.RuntimeException</pre> -<div class="block">Thrown if there is a problem parsing the model</div> -<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#net.minecraftforge.client.model.ModelFormatException">Serialized Form</a></dd></dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/model/ModelFormatException.html#ModelFormatException()">ModelFormatException</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html#ModelFormatException(java.lang.String)">ModelFormatException</a></strong>(java.lang.String message)</code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html#ModelFormatException(java.lang.String,%20java.lang.Throwable)">ModelFormatException</a></strong>(java.lang.String message, - java.lang.Throwable cause)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html#ModelFormatException(java.lang.Throwable)">ModelFormatException</a></strong>(java.lang.Throwable cause)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Throwable</h3> -<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class 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"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ModelFormatException()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ModelFormatException</h4> -<pre>public ModelFormatException()</pre> -</li> -</ul> -<a name="ModelFormatException(java.lang.String, java.lang.Throwable)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ModelFormatException</h4> -<pre>public ModelFormatException(java.lang.String message, - java.lang.Throwable cause)</pre> -</li> -</ul> -<a name="ModelFormatException(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ModelFormatException</h4> -<pre>public ModelFormatException(java.lang.String message)</pre> -</li> -</ul> -<a name="ModelFormatException(java.lang.Throwable)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ModelFormatException</h4> -<pre>public ModelFormatException(java.lang.Throwable cause)</pre> -</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/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/ModelFormatException.html" target="_top">Frames</a></li> -<li><a href="ModelFormatException.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/Face.html b/javadoc/net/minecraftforge/client/model/obj/Face.html deleted file mode 100644 index 047c87d..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/Face.html +++ /dev/null @@ -1,357 +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:11 EST 2015 --> -<title>Face (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="Face (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>Prev Class</li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/Face.html" target="_top">Frames</a></li> -<li><a href="Face.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model.obj</div> -<h2 title="Class Face" class="title">Class Face</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.obj.Face</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">Face</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#faceNormal">faceNormal</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj">TextureCoordinate</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#textureCoordinates">textureCoordinates</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#vertexNormals">vertexNormals</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#vertices">vertices</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/model/obj/Face.html#Face()">Face</a></strong>()</code> </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"> </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>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#addFaceForRender(net.minecraft.client.renderer.Tessellator)">addFaceForRender</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#addFaceForRender(net.minecraft.client.renderer.Tessellator,%20float)">addFaceForRender</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - float textureOffset)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Face.html#calculateFaceNormal()">calculateFaceNormal</a></strong>()</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="vertices"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>vertices</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>[] vertices</pre> -</li> -</ul> -<a name="vertexNormals"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>vertexNormals</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>[] vertexNormals</pre> -</li> -</ul> -<a name="faceNormal"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>faceNormal</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a> faceNormal</pre> -</li> -</ul> -<a name="textureCoordinates"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>textureCoordinates</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj">TextureCoordinate</a>[] textureCoordinates</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="Face()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>Face</h4> -<pre>public Face()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="addFaceForRender(net.minecraft.client.renderer.Tessellator)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>addFaceForRender</h4> -<pre>public void addFaceForRender(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator)</pre> -</li> -</ul> -<a name="addFaceForRender(net.minecraft.client.renderer.Tessellator, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>addFaceForRender</h4> -<pre>public void addFaceForRender(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - float textureOffset)</pre> -</li> -</ul> -<a name="calculateFaceNormal()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>calculateFaceNormal</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a> calculateFaceNormal()</pre> -</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>Prev Class</li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/Face.html" target="_top">Frames</a></li> -<li><a href="Face.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/GroupObject.html b/javadoc/net/minecraftforge/client/model/obj/GroupObject.html deleted file mode 100644 index c6c4563..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/GroupObject.html +++ /dev/null @@ -1,355 +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:11 EST 2015 --> -<title>GroupObject (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="GroupObject (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/client/model/obj/Face.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/GroupObject.html" target="_top">Frames</a></li> -<li><a href="GroupObject.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model.obj</div> -<h2 title="Class GroupObject" class="title">Class GroupObject</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.obj.GroupObject</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">GroupObject</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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>java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/Face.html" title="class in net.minecraftforge.client.model.obj">Face</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#faces">faces</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#glDrawingMode">glDrawingMode</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#name">name</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/model/obj/GroupObject.html#GroupObject()">GroupObject</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#GroupObject(java.lang.String)">GroupObject</a></strong>(java.lang.String name)</code> </td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#GroupObject(java.lang.String,%20int)">GroupObject</a></strong>(java.lang.String name, - int glDrawingMode)</code> </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"> </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>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#render()">render</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html#render(net.minecraft.client.renderer.Tessellator)">render</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="name"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>name</h4> -<pre>public java.lang.String name</pre> -</li> -</ul> -<a name="faces"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>faces</h4> -<pre>public java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/Face.html" title="class in net.minecraftforge.client.model.obj">Face</a>> faces</pre> -</li> -</ul> -<a name="glDrawingMode"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>glDrawingMode</h4> -<pre>public int glDrawingMode</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="GroupObject()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>GroupObject</h4> -<pre>public GroupObject()</pre> -</li> -</ul> -<a name="GroupObject(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>GroupObject</h4> -<pre>public GroupObject(java.lang.String name)</pre> -</li> -</ul> -<a name="GroupObject(java.lang.String, int)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>GroupObject</h4> -<pre>public GroupObject(java.lang.String name, - int glDrawingMode)</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="render()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>render</h4> -<pre>public void render()</pre> -</li> -</ul> -<a name="render(net.minecraft.client.renderer.Tessellator)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>render</h4> -<pre>public void render(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator)</pre> -</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/client/model/obj/Face.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/GroupObject.html" target="_top">Frames</a></li> -<li><a href="GroupObject.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html b/javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html deleted file mode 100644 index abf3007..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/ObjModelLoader.html +++ /dev/null @@ -1,313 +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:11 EST 2015 --> -<title>ObjModelLoader (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="ObjModelLoader (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/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/ObjModelLoader.html" target="_top">Frames</a></li> -<li><a href="ObjModelLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model.obj</div> -<h2 title="Class ObjModelLoader" class="title">Class ObjModelLoader</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.obj.ObjModelLoader</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">ObjModelLoader</span> -extends java.lang.Object -implements <a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/model/obj/ObjModelLoader.html#ObjModelLoader()">ObjModelLoader</a></strong>()</code> </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"> </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>java.lang.String[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html#getSuffixes()">getSuffixes</a></strong>()</code> -<div class="block">Get resource suffixes this model loader recognizes</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html#getType()">getType</a></strong>()</code> -<div class="block">Get the main type name for this loader</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">loadInstance</a></strong>(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource)</code> -<div class="block">Load a model instance from the supplied path</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ObjModelLoader()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ObjModelLoader</h4> -<pre>public ObjModelLoader()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getType()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getType</h4> -<pre>public java.lang.String getType()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getType()">IModelCustomLoader</a></code></strong></div> -<div class="block">Get the main type name for this loader</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getType()">getType</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>the type name</dd></dl> -</li> -</ul> -<a name="getSuffixes()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getSuffixes</h4> -<pre>public java.lang.String[] getSuffixes()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getSuffixes()">IModelCustomLoader</a></code></strong></div> -<div class="block">Get resource suffixes this model loader recognizes</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getSuffixes()">getSuffixes</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>a list of suffixes</dd></dl> -</li> -</ul> -<a name="loadInstance(net.minecraft.util.ResourceLocation)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>loadInstance</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a> loadInstance(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource) - throws <a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">IModelCustomLoader</a></code></strong></div> -<div class="block">Load a model instance from the supplied path</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">loadInstance</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>resource</code> - The ResourceLocation of the model</dd> -<dt><span class="strong">Returns:</span></dt><dd>A model instance</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code> - if the model format is not correct</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/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/ObjModelLoader.html" target="_top">Frames</a></li> -<li><a href="ObjModelLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html b/javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html deleted file mode 100644 index 426c0eb..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/TextureCoordinate.html +++ /dev/null @@ -1,306 +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:11 EST 2015 --> -<title>TextureCoordinate (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="TextureCoordinate (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/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/TextureCoordinate.html" target="_top">Frames</a></li> -<li><a href="TextureCoordinate.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.model.obj</div> -<h2 title="Class TextureCoordinate" class="title">Class TextureCoordinate</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.obj.TextureCoordinate</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">TextureCoordinate</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html#u">u</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html#v">v</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html#w">w</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/model/obj/TextureCoordinate.html#TextureCoordinate(float,%20float)">TextureCoordinate</a></strong>(float u, - float v)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html#TextureCoordinate(float,%20float,%20float)">TextureCoordinate</a></strong>(float u, - float v, - float w)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="u"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>u</h4> -<pre>public float u</pre> -</li> -</ul> -<a name="v"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>v</h4> -<pre>public float v</pre> -</li> -</ul> -<a name="w"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>w</h4> -<pre>public float w</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="TextureCoordinate(float, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>TextureCoordinate</h4> -<pre>public TextureCoordinate(float u, - float v)</pre> -</li> -</ul> -<a name="TextureCoordinate(float, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TextureCoordinate</h4> -<pre>public TextureCoordinate(float u, - float v, - float w)</pre> -</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/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/TextureCoordinate.html" target="_top">Frames</a></li> -<li><a href="TextureCoordinate.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/Vertex.html b/javadoc/net/minecraftforge/client/model/obj/Vertex.html deleted file mode 100644 index 1538ca5..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/Vertex.html +++ /dev/null @@ -1,306 +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:11 EST 2015 --> -<title>Vertex (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="Vertex (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/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/Vertex.html" target="_top">Frames</a></li> -<li><a href="Vertex.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</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.client.model.obj</div> -<h2 title="Class Vertex" class="title">Class Vertex</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.obj.Vertex</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public class <span class="strong">Vertex</span> -extends java.lang.Object</pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html#x">x</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html#y">y</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>float</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html#z">z</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/model/obj/Vertex.html#Vertex(float,%20float)">Vertex</a></strong>(float x, - float y)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html#Vertex(float,%20float,%20float)">Vertex</a></strong>(float x, - float y, - float z)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="x"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>x</h4> -<pre>public float x</pre> -</li> -</ul> -<a name="y"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>y</h4> -<pre>public float y</pre> -</li> -</ul> -<a name="z"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>z</h4> -<pre>public float z</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="Vertex(float, float)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>Vertex</h4> -<pre>public Vertex(float x, - float y)</pre> -</li> -</ul> -<a name="Vertex(float, float, float)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>Vertex</h4> -<pre>public Vertex(float x, - float y, - float z)</pre> -</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/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/Vertex.html" target="_top">Frames</a></li> -<li><a href="Vertex.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html b/javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html deleted file mode 100644 index 009ba05..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/WavefrontObject.html +++ /dev/null @@ -1,486 +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:11 EST 2015 --> -<title>WavefrontObject (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="WavefrontObject (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/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/WavefrontObject.html" target="_top">Frames</a></li> -<li><a href="WavefrontObject.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model.obj</div> -<h2 title="Class WavefrontObject" class="title">Class WavefrontObject</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.obj.WavefrontObject</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">WavefrontObject</span> -extends java.lang.Object -implements <a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></pre> -<div class="block">Wavefront Object importer - Based heavily off of the specifications found at http://en.wikipedia.org/wiki/Wavefront_.obj_file</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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>java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj">GroupObject</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#groupObjects">groupObjects</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj">TextureCoordinate</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#textureCoordinates">textureCoordinates</a></strong></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#vertexNormals">vertexNormals</a></strong></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#vertices">vertices</a></strong></code> </td> -</tr> -</table> -</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"> </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/client/model/obj/WavefrontObject.html#WavefrontObject(net.minecraft.util.ResourceLocation)">WavefrontObject</a></strong>(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#WavefrontObject(java.lang.String,%20java.io.InputStream)">WavefrontObject</a></strong>(java.lang.String filename, - java.io.InputStream inputStream)</code> </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"> </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>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#getType()">getType</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#renderAll()">renderAll</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#renderAllExcept(java.lang.String...)">renderAllExcept</a></strong>(java.lang.String... excludedGroupNames)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#renderOnly(java.lang.String...)">renderOnly</a></strong>(java.lang.String... groupNames)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#renderPart(java.lang.String)">renderPart</a></strong>(java.lang.String partName)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#tessellateAll(net.minecraft.client.renderer.Tessellator)">tessellateAll</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#tessellateAllExcept(net.minecraft.client.renderer.Tessellator,%20java.lang.String...)">tessellateAllExcept</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - java.lang.String... excludedGroupNames)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#tessellateOnly(net.minecraft.client.renderer.Tessellator,%20java.lang.String...)">tessellateOnly</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - java.lang.String... groupNames)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html#tessellatePart(net.minecraft.client.renderer.Tessellator,%20java.lang.String)">tessellatePart</a></strong>(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - java.lang.String partName)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="vertices"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>vertices</h4> -<pre>public java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>> vertices</pre> -</li> -</ul> -<a name="vertexNormals"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>vertexNormals</h4> -<pre>public java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a>> vertexNormals</pre> -</li> -</ul> -<a name="textureCoordinates"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>textureCoordinates</h4> -<pre>public java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj">TextureCoordinate</a>> textureCoordinates</pre> -</li> -</ul> -<a name="groupObjects"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>groupObjects</h4> -<pre>public java.util.ArrayList<<a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj">GroupObject</a>> groupObjects</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="WavefrontObject(net.minecraft.util.ResourceLocation)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>WavefrontObject</h4> -<pre>public WavefrontObject(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource) - throws <a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code></dd></dl> -</li> -</ul> -<a name="WavefrontObject(java.lang.String, java.io.InputStream)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>WavefrontObject</h4> -<pre>public WavefrontObject(java.lang.String filename, - java.io.InputStream inputStream) - throws <a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code></dd></dl> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="renderAll()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderAll</h4> -<pre>public void renderAll()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderAll()">renderAll</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="tessellateAll(net.minecraft.client.renderer.Tessellator)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>tessellateAll</h4> -<pre>public void tessellateAll(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator)</pre> -</li> -</ul> -<a name="renderOnly(java.lang.String...)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderOnly</h4> -<pre>public void renderOnly(java.lang.String... groupNames)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderOnly(java.lang.String...)">renderOnly</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="tessellateOnly(net.minecraft.client.renderer.Tessellator, java.lang.String...)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>tessellateOnly</h4> -<pre>public void tessellateOnly(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - java.lang.String... groupNames)</pre> -</li> -</ul> -<a name="renderPart(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPart</h4> -<pre>public void renderPart(java.lang.String partName)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderPart(java.lang.String)">renderPart</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="tessellatePart(net.minecraft.client.renderer.Tessellator, java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>tessellatePart</h4> -<pre>public void tessellatePart(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - java.lang.String partName)</pre> -</li> -</ul> -<a name="renderAllExcept(java.lang.String...)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderAllExcept</h4> -<pre>public void renderAllExcept(java.lang.String... excludedGroupNames)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderAllExcept(java.lang.String...)">renderAllExcept</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="tessellateAllExcept(net.minecraft.client.renderer.Tessellator, java.lang.String...)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>tessellateAllExcept</h4> -<pre>public void tessellateAllExcept(<a href="../../../../../net/minecraft/client/renderer/Tessellator.html" title="class in net.minecraft.client.renderer">Tessellator</a> tessellator, - java.lang.String... excludedGroupNames)</pre> -</li> -</ul> -<a name="getType()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getType</h4> -<pre>public java.lang.String getType()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#getType()">getType</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</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/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/WavefrontObject.html" target="_top">Frames</a></li> -<li><a href="WavefrontObject.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/package-frame.html b/javadoc/net/minecraftforge/client/model/obj/package-frame.html deleted file mode 100644 index b075018..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/package-frame.html +++ /dev/null @@ -1,24 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model.obj (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../../net/minecraftforge/client/model/obj/package-summary.html" target="classFrame">net.minecraftforge.client.model.obj</a></h1> -<div class="indexContainer"> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="Face.html" title="class in net.minecraftforge.client.model.obj" target="classFrame">Face</a></li> -<li><a href="GroupObject.html" title="class in net.minecraftforge.client.model.obj" target="classFrame">GroupObject</a></li> -<li><a href="ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj" target="classFrame">ObjModelLoader</a></li> -<li><a href="TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj" target="classFrame">TextureCoordinate</a></li> -<li><a href="Vertex.html" title="class in net.minecraftforge.client.model.obj" target="classFrame">Vertex</a></li> -<li><a href="WavefrontObject.html" title="class in net.minecraftforge.client.model.obj" target="classFrame">WavefrontObject</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/package-summary.html b/javadoc/net/minecraftforge/client/model/obj/package-summary.html deleted file mode 100644 index 752bea6..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/package-summary.html +++ /dev/null @@ -1,154 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model.obj (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="net.minecraftforge.client.model.obj (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 class="navBarCell1Rev">Package</li> -<li>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/client/model/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../net/minecraftforge/client/model/techne/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client.model.obj</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/obj/Face.html" title="class in net.minecraftforge.client.model.obj">Face</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj">GroupObject</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj">ObjModelLoader</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj">TextureCoordinate</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj">Vertex</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html" title="class in net.minecraftforge.client.model.obj">WavefrontObject</a></td> -<td class="colLast"> -<div class="block">Wavefront Object importer - Based heavily off of the specifications found at http://en.wikipedia.org/wiki/Wavefront_.obj_file</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/client/model/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../net/minecraftforge/client/model/techne/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/obj/package-tree.html b/javadoc/net/minecraftforge/client/model/obj/package-tree.html deleted file mode 100644 index 7ed9279..0000000 --- a/javadoc/net/minecraftforge/client/model/obj/package-tree.html +++ /dev/null @@ -1,131 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model.obj Class Hierarchy (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="net.minecraftforge.client.model.obj Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/client/model/package-tree.html">Prev</a></li> -<li><a href="../../../../../net/minecraftforge/client/model/techne/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client.model.obj</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">net.minecraftforge.client.model.obj.<a href="../../../../../net/minecraftforge/client/model/obj/Face.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Face</span></a></li> -<li type="circle">net.minecraftforge.client.model.obj.<a href="../../../../../net/minecraftforge/client/model/obj/GroupObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">GroupObject</span></a></li> -<li type="circle">net.minecraftforge.client.model.obj.<a href="../../../../../net/minecraftforge/client/model/obj/ObjModelLoader.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">ObjModelLoader</span></a> (implements net.minecraftforge.client.model.<a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a>)</li> -<li type="circle">net.minecraftforge.client.model.obj.<a href="../../../../../net/minecraftforge/client/model/obj/TextureCoordinate.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">TextureCoordinate</span></a></li> -<li type="circle">net.minecraftforge.client.model.obj.<a href="../../../../../net/minecraftforge/client/model/obj/Vertex.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">Vertex</span></a></li> -<li type="circle">net.minecraftforge.client.model.obj.<a href="../../../../../net/minecraftforge/client/model/obj/WavefrontObject.html" title="class in net.minecraftforge.client.model.obj"><span class="strong">WavefrontObject</span></a> (implements net.minecraftforge.client.model.<a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a>)</li> -</ul> -</li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/client/model/package-tree.html">Prev</a></li> -<li><a href="../../../../../net/minecraftforge/client/model/techne/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/obj/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/package-frame.html b/javadoc/net/minecraftforge/client/model/package-frame.html deleted file mode 100644 index 48384b4..0000000 --- a/javadoc/net/minecraftforge/client/model/package-frame.html +++ /dev/null @@ -1,28 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../net/minecraftforge/client/model/package-summary.html" target="classFrame">net.minecraftforge.client.model</a></h1> -<div class="indexContainer"> -<h2 title="Interfaces">Interfaces</h2> -<ul title="Interfaces"> -<li><a href="IModelCustom.html" title="interface in net.minecraftforge.client.model" target="classFrame"><i>IModelCustom</i></a></li> -<li><a href="IModelCustomLoader.html" title="interface in net.minecraftforge.client.model" target="classFrame"><i>IModelCustomLoader</i></a></li> -</ul> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="AdvancedModelLoader.html" title="class in net.minecraftforge.client.model" target="classFrame">AdvancedModelLoader</a></li> -</ul> -<h2 title="Exceptions">Exceptions</h2> -<ul title="Exceptions"> -<li><a href="ModelFormatException.html" title="class in net.minecraftforge.client.model" target="classFrame">ModelFormatException</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/package-summary.html b/javadoc/net/minecraftforge/client/model/package-summary.html deleted file mode 100644 index 7f2e614..0000000 --- a/javadoc/net/minecraftforge/client/model/package-summary.html +++ /dev/null @@ -1,172 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model (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="net.minecraftforge.client.model (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 class="navBarCell1Rev">Package</li> -<li>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/client/gui/package-summary.html">Prev Package</a></li> -<li><a href="../../../../net/minecraftforge/client/model/obj/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client.model</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> -<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Interface</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></td> -<td class="colLast"> -<div class="block">Instances of this class act as factories for their model type</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html" title="class in net.minecraftforge.client.model">AdvancedModelLoader</a></td> -<td class="colLast"> -<div class="block">Common interface for advanced model loading from files, based on file suffix - Model support can be queried through the <a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html#getSupportedSuffixes()"><code>AdvancedModelLoader.getSupportedSuffixes()</code></a> method.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> -<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Exception</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></td> -<td class="colLast"> -<div class="block">Thrown if there is a problem parsing the model</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/client/gui/package-summary.html">Prev Package</a></li> -<li><a href="../../../../net/minecraftforge/client/model/obj/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/package-tree.html b/javadoc/net/minecraftforge/client/model/package-tree.html deleted file mode 100644 index 9fee2f5..0000000 --- a/javadoc/net/minecraftforge/client/model/package-tree.html +++ /dev/null @@ -1,144 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model Class Hierarchy (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="net.minecraftforge.client.model Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/client/gui/package-tree.html">Prev</a></li> -<li><a href="../../../../net/minecraftforge/client/model/obj/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client.model</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">net.minecraftforge.client.model.<a href="../../../../net/minecraftforge/client/model/AdvancedModelLoader.html" title="class in net.minecraftforge.client.model"><span class="strong">AdvancedModelLoader</span></a></li> -<li type="circle">java.lang.Throwable (implements java.io.Serializable) -<ul> -<li type="circle">java.lang.Exception -<ul> -<li type="circle">java.lang.RuntimeException -<ul> -<li type="circle">net.minecraftforge.client.model.<a href="../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model"><span class="strong">ModelFormatException</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<h2 title="Interface Hierarchy">Interface Hierarchy</h2> -<ul> -<li type="circle">net.minecraftforge.client.model.<a href="../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model"><span class="strong">IModelCustom</span></a></li> -<li type="circle">net.minecraftforge.client.model.<a href="../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model"><span class="strong">IModelCustomLoader</span></a></li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/client/gui/package-tree.html">Prev</a></li> -<li><a href="../../../../net/minecraftforge/client/model/obj/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?net/minecraftforge/client/model/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/techne/TechneModel.html b/javadoc/net/minecraftforge/client/model/techne/TechneModel.html deleted file mode 100644 index c9b3013..0000000 --- a/javadoc/net/minecraftforge/client/model/techne/TechneModel.html +++ /dev/null @@ -1,390 +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:10 EST 2015 --> -<title>TechneModel (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="TechneModel (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>Prev Class</li> -<li><a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html" title="class in net.minecraftforge.client.model.techne"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/TechneModel.html" target="_top">Frames</a></li> -<li><a href="TechneModel.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model.techne</div> -<h2 title="Class TechneModel" class="title">Class TechneModel</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../../net/minecraft/client/model/ModelBase.html" title="class in net.minecraft.client.model">net.minecraft.client.model.ModelBase</a></li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.techne.TechneModel</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">TechneModel</span> -extends <a href="../../../../../net/minecraft/client/model/ModelBase.html" title="class in net.minecraft.client.model">ModelBase</a> -implements <a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></pre> -<div class="block">Techne model importer, based on iChun's Hats importer</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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 java.util.List<java.lang.String></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html#cubeTypes">cubeTypes</a></strong></code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.client.model.ModelBase"> -<!-- --> -</a> -<h3>Fields inherited from class net.minecraft.client.model.<a href="../../../../../net/minecraft/client/model/ModelBase.html" title="class in net.minecraft.client.model">ModelBase</a></h3> -<code><a href="../../../../../net/minecraft/client/model/ModelBase.html#boxList">boxList</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#isChild">isChild</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#isRiding">isRiding</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#onGround">onGround</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#textureHeight">textureHeight</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#textureWidth">textureWidth</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"> </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/client/model/techne/TechneModel.html#TechneModel(net.minecraft.util.ResourceLocation)">TechneModel</a></strong>(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource)</code> </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"> </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>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html#getType()">getType</a></strong>()</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html#renderAll()">renderAll</a></strong>()</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html#renderAllExcept(java.lang.String...)">renderAllExcept</a></strong>(java.lang.String... excludedGroupNames)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html#renderOnly(java.lang.String...)">renderOnly</a></strong>(java.lang.String... groupNames)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html#renderPart(java.lang.String)">renderPart</a></strong>(java.lang.String partName)</code> </td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.client.model.ModelBase"> -<!-- --> -</a> -<h3>Methods inherited from class net.minecraft.client.model.<a href="../../../../../net/minecraft/client/model/ModelBase.html" title="class in net.minecraft.client.model">ModelBase</a></h3> -<code><a href="../../../../../net/minecraft/client/model/ModelBase.html#getRandomModelBox(java.util.Random)">getRandomModelBox</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#getTextureOffset(java.lang.String)">getTextureOffset</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#render(net.minecraft.entity.Entity,%20float,%20float,%20float,%20float,%20float,%20float)">render</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#setLivingAnimations(net.minecraft.entity.EntityLivingBase,%20float,%20float,%20float)">setLivingAnimations</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#setRotationAngles(float,%20float,%20float,%20float,%20float,%20float,%20net.minecraft.entity.Entity)">setRotationAngles</a>, <a href="../../../../../net/minecraft/client/model/ModelBase.html#setTextureOffset(java.lang.String,%20int,%20int)">setTextureOffset</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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="cubeTypes"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>cubeTypes</h4> -<pre>public static final java.util.List<java.lang.String> cubeTypes</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="TechneModel(net.minecraft.util.ResourceLocation)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TechneModel</h4> -<pre>public TechneModel(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource) - throws <a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<dl><dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code></dd></dl> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getType()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getType</h4> -<pre>public java.lang.String getType()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#getType()">getType</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="renderAll()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderAll</h4> -<pre>public void renderAll()</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderAll()">renderAll</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="renderPart(java.lang.String)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderPart</h4> -<pre>public void renderPart(java.lang.String partName)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderPart(java.lang.String)">renderPart</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="renderOnly(java.lang.String...)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>renderOnly</h4> -<pre>public void renderOnly(java.lang.String... groupNames)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderOnly(java.lang.String...)">renderOnly</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></dd> -</dl> -</li> -</ul> -<a name="renderAllExcept(java.lang.String...)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>renderAllExcept</h4> -<pre>public void renderAllExcept(java.lang.String... excludedGroupNames)</pre> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html#renderAllExcept(java.lang.String...)">renderAllExcept</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</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>Prev Class</li> -<li><a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html" title="class in net.minecraftforge.client.model.techne"><span class="strong">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/TechneModel.html" target="_top">Frames</a></li> -<li><a href="TechneModel.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: </li> -<li>Nested | </li> -<li><a href="#field_summary">Field</a> | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field_detail">Field</a> | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html b/javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html deleted file mode 100644 index 01a28f4..0000000 --- a/javadoc/net/minecraftforge/client/model/techne/TechneModelLoader.html +++ /dev/null @@ -1,313 +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:10 EST 2015 --> -<title>TechneModelLoader (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="TechneModelLoader (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/client/model/techne/TechneModel.html" title="class in net.minecraftforge.client.model.techne"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/TechneModelLoader.html" target="_top">Frames</a></li> -<li><a href="TechneModelLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </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.client.model.techne</div> -<h2 title="Class TechneModelLoader" class="title">Class TechneModelLoader</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>net.minecraftforge.client.model.techne.TechneModelLoader</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></dd> -</dl> -<hr> -<br> -<pre>public class <span class="strong">TechneModelLoader</span> -extends java.lang.Object -implements <a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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/client/model/techne/TechneModelLoader.html#TechneModelLoader()">TechneModelLoader</a></strong>()</code> </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"> </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>java.lang.String[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html#getSuffixes()">getSuffixes</a></strong>()</code> -<div class="block">Get resource suffixes this model loader recognizes</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html#getType()">getType</a></strong>()</code> -<div class="block">Get the main type name for this loader</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">loadInstance</a></strong>(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource)</code> -<div class="block">Load a model instance from the supplied path</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor_detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="TechneModelLoader()"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>TechneModelLoader</h4> -<pre>public TechneModelLoader()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method_detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getType()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getType</h4> -<pre>public java.lang.String getType()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getType()">IModelCustomLoader</a></code></strong></div> -<div class="block">Get the main type name for this loader</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getType()">getType</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>the type name</dd></dl> -</li> -</ul> -<a name="getSuffixes()"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getSuffixes</h4> -<pre>public java.lang.String[] getSuffixes()</pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getSuffixes()">IModelCustomLoader</a></code></strong></div> -<div class="block">Get resource suffixes this model loader recognizes</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#getSuffixes()">getSuffixes</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></code></dd> -<dt><span class="strong">Returns:</span></dt><dd>a list of suffixes</dd></dl> -</li> -</ul> -<a name="loadInstance(net.minecraft.util.ResourceLocation)"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>loadInstance</h4> -<pre>public <a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a> loadInstance(<a href="../../../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> resource) - throws <a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></pre> -<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">IModelCustomLoader</a></code></strong></div> -<div class="block">Load a model instance from the supplied path</div> -<dl> -<dt><strong>Specified by:</strong></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html#loadInstance(net.minecraft.util.ResourceLocation)">loadInstance</a></code> in interface <code><a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a></code></dd> -<dt><span class="strong">Parameters:</span></dt><dd><code>resource</code> - The ResourceLocation of the model</dd> -<dt><span class="strong">Returns:</span></dt><dd>A model instance</dd> -<dt><span class="strong">Throws:</span></dt> -<dd><code><a href="../../../../../net/minecraftforge/client/model/ModelFormatException.html" title="class in net.minecraftforge.client.model">ModelFormatException</a></code> - if the model format is not correct</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/client/model/techne/TechneModel.html" title="class in net.minecraftforge.client.model.techne"><span class="strong">Prev Class</span></a></li> -<li>Next Class</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/TechneModelLoader.html" target="_top">Frames</a></li> -<li><a href="TechneModelLoader.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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor_summary">Constr</a> | </li> -<li><a href="#method_summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor_detail">Constr</a> | </li> -<li><a href="#method_detail">Method</a></li> -</ul> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/techne/package-frame.html b/javadoc/net/minecraftforge/client/model/techne/package-frame.html deleted file mode 100644 index bbe30f1..0000000 --- a/javadoc/net/minecraftforge/client/model/techne/package-frame.html +++ /dev/null @@ -1,20 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model.techne (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../../../net/minecraftforge/client/model/techne/package-summary.html" target="classFrame">net.minecraftforge.client.model.techne</a></h1> -<div class="indexContainer"> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="TechneModel.html" title="class in net.minecraftforge.client.model.techne" target="classFrame">TechneModel</a></li> -<li><a href="TechneModelLoader.html" title="class in net.minecraftforge.client.model.techne" target="classFrame">TechneModelLoader</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/techne/package-summary.html b/javadoc/net/minecraftforge/client/model/techne/package-summary.html deleted file mode 100644 index c508829..0000000 --- a/javadoc/net/minecraftforge/client/model/techne/package-summary.html +++ /dev/null @@ -1,137 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model.techne (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="net.minecraftforge.client.model.techne (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 class="navBarCell1Rev">Package</li> -<li>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/client/model/obj/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../net/minecraftforge/common/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client.model.techne</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html" title="class in net.minecraftforge.client.model.techne">TechneModel</a></td> -<td class="colLast"> -<div class="block">Techne model importer, based on iChun's Hats importer</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html" title="class in net.minecraftforge.client.model.techne">TechneModelLoader</a></td> -<td class="colLast"> </td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/client/model/obj/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../net/minecraftforge/common/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/model/techne/package-tree.html b/javadoc/net/minecraftforge/client/model/techne/package-tree.html deleted file mode 100644 index 057a51d..0000000 --- a/javadoc/net/minecraftforge/client/model/techne/package-tree.html +++ /dev/null @@ -1,131 +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:25 EST 2015 --> -<title>net.minecraftforge.client.model.techne Class Hierarchy (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="net.minecraftforge.client.model.techne Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/client/model/obj/package-tree.html">Prev</a></li> -<li><a href="../../../../../net/minecraftforge/common/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client.model.techne</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">net.minecraft.client.model.<a href="../../../../../net/minecraft/client/model/ModelBase.html" title="class in net.minecraft.client.model"><span class="strong">ModelBase</span></a> -<ul> -<li type="circle">net.minecraftforge.client.model.techne.<a href="../../../../../net/minecraftforge/client/model/techne/TechneModel.html" title="class in net.minecraftforge.client.model.techne"><span class="strong">TechneModel</span></a> (implements net.minecraftforge.client.model.<a href="../../../../../net/minecraftforge/client/model/IModelCustom.html" title="interface in net.minecraftforge.client.model">IModelCustom</a>)</li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.model.techne.<a href="../../../../../net/minecraftforge/client/model/techne/TechneModelLoader.html" title="class in net.minecraftforge.client.model.techne"><span class="strong">TechneModelLoader</span></a> (implements net.minecraftforge.client.model.<a href="../../../../../net/minecraftforge/client/model/IModelCustomLoader.html" title="interface in net.minecraftforge.client.model">IModelCustomLoader</a>)</li> -</ul> -</li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/client/model/obj/package-tree.html">Prev</a></li> -<li><a href="../../../../../net/minecraftforge/common/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?net/minecraftforge/client/model/techne/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/package-frame.html b/javadoc/net/minecraftforge/client/package-frame.html deleted file mode 100644 index 263c7ef..0000000 --- a/javadoc/net/minecraftforge/client/package-frame.html +++ /dev/null @@ -1,34 +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:25 EST 2015 --> -<title>net.minecraftforge.client (Forge API)</title> -<meta name="date" content="2015-02-05"> -<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> -</head> -<body> -<h1 class="bar"><a href="../../../net/minecraftforge/client/package-summary.html" target="classFrame">net.minecraftforge.client</a></h1> -<div class="indexContainer"> -<h2 title="Interfaces">Interfaces</h2> -<ul title="Interfaces"> -<li><a href="IItemRenderer.html" title="interface in net.minecraftforge.client" target="classFrame"><i>IItemRenderer</i></a></li> -<li><a href="IRenderContextHandler.html" title="interface in net.minecraftforge.client" target="classFrame"><i>IRenderContextHandler</i></a></li> -</ul> -<h2 title="Classes">Classes</h2> -<ul title="Classes"> -<li><a href="ClientCommandHandler.html" title="class in net.minecraftforge.client" target="classFrame">ClientCommandHandler</a></li> -<li><a href="EnumHelperClient.html" title="class in net.minecraftforge.client" target="classFrame">EnumHelperClient</a></li> -<li><a href="ForgeHooksClient.html" title="class in net.minecraftforge.client" target="classFrame">ForgeHooksClient</a></li> -<li><a href="GuiIngameForge.html" title="class in net.minecraftforge.client" target="classFrame">GuiIngameForge</a></li> -<li><a href="IRenderHandler.html" title="class in net.minecraftforge.client" target="classFrame">IRenderHandler</a></li> -<li><a href="MinecraftForgeClient.html" title="class in net.minecraftforge.client" target="classFrame">MinecraftForgeClient</a></li> -</ul> -<h2 title="Enums">Enums</h2> -<ul title="Enums"> -<li><a href="IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client" target="classFrame">IItemRenderer.ItemRendererHelper</a></li> -<li><a href="IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client" target="classFrame">IItemRenderer.ItemRenderType</a></li> -</ul> -</div> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/package-summary.html b/javadoc/net/minecraftforge/client/package-summary.html deleted file mode 100644 index c2fb024..0000000 --- a/javadoc/net/minecraftforge/client/package-summary.html +++ /dev/null @@ -1,191 +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:25 EST 2015 --> -<title>net.minecraftforge.client (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="net.minecraftforge.client (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 class="navBarCell1Rev">Package</li> -<li>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/classloading/package-summary.html">Prev Package</a></li> -<li><a href="../../../net/minecraftforge/client/event/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Package" class="title">Package net.minecraftforge.client</h1> -</div> -<div class="contentContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> -<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Interface</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client">IItemRenderer</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/IRenderContextHandler.html" title="interface in net.minecraftforge.client">IRenderContextHandler</a></td> -<td class="colLast"> </td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> -<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Class</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/ClientCommandHandler.html" title="class in net.minecraftforge.client">ClientCommandHandler</a></td> -<td class="colLast"> -<div class="block">The class that handles client-side chat commands.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/EnumHelperClient.html" title="class in net.minecraftforge.client">EnumHelperClient</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/ForgeHooksClient.html" title="class in net.minecraftforge.client">ForgeHooksClient</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/GuiIngameForge.html" title="class in net.minecraftforge.client">GuiIngameForge</a></td> -<td class="colLast"> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/IRenderHandler.html" title="class in net.minecraftforge.client">IRenderHandler</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/MinecraftForgeClient.html" title="class in net.minecraftforge.client">MinecraftForgeClient</a></td> -<td class="colLast"> </td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> -<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Enum</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRendererHelper</a></td> -<td class="colLast"> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client">IItemRenderer.ItemRenderType</a></td> -<td class="colLast"> </td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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 class="navBarCell1Rev">Package</li> -<li>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/classloading/package-summary.html">Prev Package</a></li> -<li><a href="../../../net/minecraftforge/client/event/package-summary.html">Next Package</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/package-summary.html" target="_top">Frames</a></li> -<li><a href="package-summary.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> diff --git a/javadoc/net/minecraftforge/client/package-tree.html b/javadoc/net/minecraftforge/client/package-tree.html deleted file mode 100644 index 7ca7fb8..0000000 --- a/javadoc/net/minecraftforge/client/package-tree.html +++ /dev/null @@ -1,165 +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:25 EST 2015 --> -<title>net.minecraftforge.client Class Hierarchy (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="net.minecraftforge.client Class Hierarchy (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</li> -<li class="navBarCell1Rev">Tree</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/classloading/package-tree.html">Prev</a></li> -<li><a href="../../../net/minecraftforge/client/event/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package net.minecraftforge.client</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">net.minecraft.command.<a href="../../../net/minecraft/command/CommandHandler.html" title="class in net.minecraft.command"><span class="strong">CommandHandler</span></a> (implements net.minecraft.command.<a href="../../../net/minecraft/command/ICommandManager.html" title="interface in net.minecraft.command">ICommandManager</a>) -<ul> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/ClientCommandHandler.html" title="class in net.minecraftforge.client"><span class="strong">ClientCommandHandler</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.common.util.<a href="../../../net/minecraftforge/common/util/EnumHelper.html" title="class in net.minecraftforge.common.util"><span class="strong">EnumHelper</span></a> -<ul> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/EnumHelperClient.html" title="class in net.minecraftforge.client"><span class="strong">EnumHelperClient</span></a></li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/ForgeHooksClient.html" title="class in net.minecraftforge.client"><span class="strong">ForgeHooksClient</span></a></li> -<li type="circle">net.minecraft.client.gui.<a href="../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui"><span class="strong">Gui</span></a> -<ul> -<li type="circle">net.minecraft.client.gui.<a href="../../../net/minecraft/client/gui/GuiIngame.html" title="class in net.minecraft.client.gui"><span class="strong">GuiIngame</span></a> -<ul> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/GuiIngameForge.html" title="class in net.minecraftforge.client"><span class="strong">GuiIngameForge</span></a></li> -</ul> -</li> -</ul> -</li> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/IRenderHandler.html" title="class in net.minecraftforge.client"><span class="strong">IRenderHandler</span></a></li> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/MinecraftForgeClient.html" title="class in net.minecraftforge.client"><span class="strong">MinecraftForgeClient</span></a></li> -</ul> -</li> -</ul> -<h2 title="Interface Hierarchy">Interface Hierarchy</h2> -<ul> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/IItemRenderer.html" title="interface in net.minecraftforge.client"><span class="strong">IItemRenderer</span></a></li> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/IRenderContextHandler.html" title="interface in net.minecraftforge.client"><span class="strong">IRenderContextHandler</span></a></li> -</ul> -<h2 title="Enum Hierarchy">Enum Hierarchy</h2> -<ul> -<li type="circle">java.lang.Object -<ul> -<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) -<ul> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRendererHelper.html" title="enum in net.minecraftforge.client"><span class="strong">IItemRenderer.ItemRendererHelper</span></a></li> -<li type="circle">net.minecraftforge.client.<a href="../../../net/minecraftforge/client/IItemRenderer.ItemRenderType.html" title="enum in net.minecraftforge.client"><span class="strong">IItemRenderer.ItemRenderType</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= 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</li> -<li class="navBarCell1Rev">Tree</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/classloading/package-tree.html">Prev</a></li> -<li><a href="../../../net/minecraftforge/client/event/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?net/minecraftforge/client/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> |
