diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
| commit | dc3df3edd5843bde0c1335d6a8e460b2c832aa48 (patch) | |
| tree | af13bfeee567f2351e35e1ef176d168fe37c8aac /javadoc/net/minecraft/inventory | |
| parent | 1da8dcd58647e34c9af94ceeecaeaf3b0d08c48c (diff) | |
full project files
Diffstat (limited to 'javadoc/net/minecraft/inventory')
31 files changed, 11674 insertions, 0 deletions
diff --git a/javadoc/net/minecraft/inventory/AnimalChest.html b/javadoc/net/minecraft/inventory/AnimalChest.html new file mode 100644 index 0000000..5d7e3e3 --- /dev/null +++ b/javadoc/net/minecraft/inventory/AnimalChest.html @@ -0,0 +1,260 @@ +<!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>AnimalChest (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="AnimalChest (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/minecraft/inventory/Container.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/AnimalChest.html" target="_top">Frames</a></li> +<li><a href="AnimalChest.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_net.minecraft.inventory.InventoryBasic">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.minecraft.inventory</div> +<h2 title="Class AnimalChest" class="title">Class AnimalChest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">net.minecraft.inventory.InventoryBasic</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.AnimalChest</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/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">AnimalChest</span> +extends <a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</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/minecraft/inventory/AnimalChest.html#AnimalChest(java.lang.String,%20boolean,%20int)">AnimalChest</a></strong>(java.lang.String p_i1797_1_, + boolean p_i1797_2_, + int p_i1797_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../net/minecraft/inventory/AnimalChest.html#AnimalChest(java.lang.String,%20int)">AnimalChest</a></strong>(java.lang.String p_i1796_1_, + int p_i1796_2_)</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.minecraft.inventory.InventoryBasic"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a></h3> +<code><a href="../../../net/minecraft/inventory/InventoryBasic.html#closeInventory()">closeInventory</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#decrStackSize(int,%20int)">decrStackSize</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110132_b(net.minecraft.inventory.IInvBasic)">func_110132_b</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110133_a(java.lang.String)">func_110133_a</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110134_a(net.minecraft.inventory.IInvBasic)">func_110134_a</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getInventoryName()">getInventoryName</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getInventoryStackLimit()">getInventoryStackLimit</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getSizeInventory()">getSizeInventory</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getStackInSlot(int)">getStackInSlot</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#hasCustomInventoryName()">hasCustomInventoryName</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#markDirty()">markDirty</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#openInventory()">openInventory</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</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="AnimalChest(java.lang.String, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>AnimalChest</h4> +<pre>public AnimalChest(java.lang.String p_i1796_1_, + int p_i1796_2_)</pre> +</li> +</ul> +<a name="AnimalChest(java.lang.String, boolean, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>AnimalChest</h4> +<pre>public AnimalChest(java.lang.String p_i1797_1_, + boolean p_i1797_2_, + int p_i1797_3_)</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/minecraft/inventory/Container.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/AnimalChest.html" target="_top">Frames</a></li> +<li><a href="AnimalChest.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_net.minecraft.inventory.InventoryBasic">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/minecraft/inventory/Container.html b/javadoc/net/minecraft/inventory/Container.html new file mode 100644 index 0000000..97f9941 --- /dev/null +++ b/javadoc/net/minecraft/inventory/Container.html @@ -0,0 +1,767 @@ +<!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>Container (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="Container (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/minecraft/inventory/AnimalChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/Container.html" target="_top">Frames</a></li> +<li><a href="Container.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.minecraft.inventory</div> +<h2 title="Class Container" class="title">Class Container</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.Container</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../net/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory">ContainerBeacon</a>, <a href="../../../net/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory">ContainerBrewingStand</a>, <a href="../../../net/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory">ContainerChest</a>, <a href="../../../net/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory">ContainerDispenser</a>, <a href="../../../net/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory">ContainerEnchantment</a>, <a href="../../../net/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory">ContainerFurnace</a>, <a href="../../../net/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory">ContainerHopper</a>, <a href="../../../net/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory">ContainerHorseInventory</a>, <a href="../../../net/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory">ContainerMerchant</a>, <a href="../../../net/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory">ContainerPlayer</a>, <a href="../../../net/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory">ContainerRepair</a>, <a href="../../../net/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory">ContainerWorkbench</a></dd> +</dl> +<hr> +<br> +<pre>public abstract class <span class="strong">Container</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>protected java.util.List</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.List</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.util.List</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/Container.html#Container()">Container</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/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a></strong>(<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_75146_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_94526_0_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a></strong>(<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94531_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>abstract boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75140_1_, + int p_75140_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a></strong>(java.util.Set p_94525_0_, + int p_94525_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94525_2_, + int p_94525_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a></strong>(<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94527_0_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94527_1_, + boolean p_94527_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a></strong>(int p_94528_0_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a></strong>(int p_94529_0_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94530_1_, + <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94530_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a></strong>(int p_94532_0_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a></strong>(int p_94534_0_, + int p_94534_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.List</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>short</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_75136_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a></strong>(int p_75139_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75147_1_, + int p_75147_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75129_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75135_1_, + int p_75135_2_, + int p_75135_3_, + boolean p_75135_4_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a></strong>(int p_75141_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75141_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a>[] p_75131_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_82847_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a></strong>(int p_75133_1_, + int p_75133_2_, + boolean p_75133_3_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75133_4_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75128_1_, + boolean p_75128_2_)</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/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a></strong>(int p_75144_1_, + int p_75144_2_, + int p_75144_3_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75144_4_)</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/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</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="inventoryItemStacks"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>inventoryItemStacks</h4> +<pre>public java.util.List inventoryItemStacks</pre> +</li> +</ul> +<a name="inventorySlots"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>inventorySlots</h4> +<pre>public java.util.List inventorySlots</pre> +</li> +</ul> +<a name="windowId"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>windowId</h4> +<pre>public int windowId</pre> +</li> +</ul> +<a name="crafters"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>crafters</h4> +<pre>protected java.util.List crafters</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Container()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Container</h4> +<pre>public Container()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addSlotToContainer(net.minecraft.inventory.Slot)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addSlotToContainer</h4> +<pre>protected <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> addSlotToContainer(<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_75146_1_)</pre> +</li> +</ul> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +</li> +</ul> +<a name="getInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventory</h4> +<pre>public java.util.List getInventory()</pre> +</li> +</ul> +<a name="removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>removeCraftingFromCrafters</h4> +<pre>public void removeCraftingFromCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_82847_1_)</pre> +</li> +</ul> +<a name="detectAndSendChanges()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>detectAndSendChanges</h4> +<pre>public void detectAndSendChanges()</pre> +</li> +</ul> +<a name="enchantItem(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>enchantItem</h4> +<pre>public boolean enchantItem(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75140_1_, + int p_75140_2_)</pre> +</li> +</ul> +<a name="getSlotFromInventory(net.minecraft.inventory.IInventory, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSlotFromInventory</h4> +<pre>public <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> getSlotFromInventory(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75147_1_, + int p_75147_2_)</pre> +</li> +</ul> +<a name="getSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSlot</h4> +<pre>public <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> getSlot(int p_75139_1_)</pre> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +</li> +</ul> +<a name="slotClick(int, int, int, net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>slotClick</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> slotClick(int p_75144_1_, + int p_75144_2_, + int p_75144_3_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75144_4_)</pre> +</li> +</ul> +<a name="func_94530_a(net.minecraft.item.ItemStack, net.minecraft.inventory.Slot)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94530_a</h4> +<pre>public boolean func_94530_a(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94530_1_, + <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94530_2_)</pre> +</li> +</ul> +<a name="retrySlotClick(int, int, boolean, net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>retrySlotClick</h4> +<pre>protected void retrySlotClick(int p_75133_1_, + int p_75133_2_, + boolean p_75133_3_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75133_4_)</pre> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +</li> +</ul> +<a name="onCraftMatrixChanged(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCraftMatrixChanged</h4> +<pre>public void onCraftMatrixChanged(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</pre> +</li> +</ul> +<a name="putStackInSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>putStackInSlot</h4> +<pre>public void putStackInSlot(int p_75141_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75141_2_)</pre> +</li> +</ul> +<a name="putStacksInSlots(net.minecraft.item.ItemStack[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>putStacksInSlots</h4> +<pre>public void putStacksInSlots(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a>[] p_75131_1_)</pre> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +</li> +</ul> +<a name="getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getNextTransactionID</h4> +<pre>public short getNextTransactionID(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_75136_1_)</pre> +</li> +</ul> +<a name="isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isPlayerNotUsingContainer</h4> +<pre>public boolean isPlayerNotUsingContainer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75129_1_)</pre> +</li> +</ul> +<a name="setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setPlayerIsPresent</h4> +<pre>public void setPlayerIsPresent(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75128_1_, + boolean p_75128_2_)</pre> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public abstract boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +</li> +</ul> +<a name="mergeItemStack(net.minecraft.item.ItemStack, int, int, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>mergeItemStack</h4> +<pre>protected boolean mergeItemStack(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75135_1_, + int p_75135_2_, + int p_75135_3_, + boolean p_75135_4_)</pre> +</li> +</ul> +<a name="func_94529_b(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94529_b</h4> +<pre>public static int func_94529_b(int p_94529_0_)</pre> +</li> +</ul> +<a name="func_94532_c(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94532_c</h4> +<pre>public static int func_94532_c(int p_94532_0_)</pre> +</li> +</ul> +<a name="func_94534_d(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94534_d</h4> +<pre>public static int func_94534_d(int p_94534_0_, + int p_94534_1_)</pre> +</li> +</ul> +<a name="func_94528_d(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94528_d</h4> +<pre>public static boolean func_94528_d(int p_94528_0_)</pre> +</li> +</ul> +<a name="func_94533_d()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94533_d</h4> +<pre>protected void func_94533_d()</pre> +</li> +</ul> +<a name="func_94527_a(net.minecraft.inventory.Slot, net.minecraft.item.ItemStack, boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94527_a</h4> +<pre>public static boolean func_94527_a(<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94527_0_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94527_1_, + boolean p_94527_2_)</pre> +</li> +</ul> +<a name="func_94525_a(java.util.Set, int, net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_94525_a</h4> +<pre>public static void func_94525_a(java.util.Set p_94525_0_, + int p_94525_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94525_2_, + int p_94525_3_)</pre> +</li> +</ul> +<a name="canDragIntoSlot(net.minecraft.inventory.Slot)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canDragIntoSlot</h4> +<pre>public boolean canDragIntoSlot(<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94531_1_)</pre> +</li> +</ul> +<a name="calcRedstoneFromInventory(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>calcRedstoneFromInventory</h4> +<pre>public static int calcRedstoneFromInventory(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_94526_0_)</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/minecraft/inventory/AnimalChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/Container.html" target="_top">Frames</a></li> +<li><a href="Container.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/minecraft/inventory/ContainerBeacon.html b/javadoc/net/minecraft/inventory/ContainerBeacon.html new file mode 100644 index 0000000..bc67559 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerBeacon.html @@ -0,0 +1,355 @@ +<!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>ContainerBeacon (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="ContainerBeacon (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/minecraft/inventory/Container.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerBeacon.html" target="_top">Frames</a></li> +<li><a href="ContainerBeacon.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerBeacon" class="title">Class ContainerBeacon</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerBeacon</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerBeacon</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerBeacon.html#ContainerBeacon(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.tileentity.TileEntityBeacon)">ContainerBeacon</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1802_1_, + <a href="../../../net/minecraft/tileentity/TileEntityBeacon.html" title="class in net.minecraft.tileentity">TileEntityBeacon</a> p_i1802_2_)</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/minecraft/inventory/ContainerBeacon.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerBeacon.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/tileentity/TileEntityBeacon.html" title="class in net.minecraft.tileentity">TileEntityBeacon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerBeacon.html#func_148327_e()">func_148327_e</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/minecraft/inventory/ContainerBeacon.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerBeacon.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</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="ContainerBeacon(net.minecraft.entity.player.InventoryPlayer, net.minecraft.tileentity.TileEntityBeacon)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerBeacon</h4> +<pre>public ContainerBeacon(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1802_1_, + <a href="../../../net/minecraft/tileentity/TileEntityBeacon.html" title="class in net.minecraft.tileentity">TileEntityBeacon</a> p_i1802_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="func_148327_e()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_148327_e</h4> +<pre>public <a href="../../../net/minecraft/tileentity/TileEntityBeacon.html" title="class in net.minecraft.tileentity">TileEntityBeacon</a> func_148327_e()</pre> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/Container.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerBeacon.html" target="_top">Frames</a></li> +<li><a href="ContainerBeacon.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerBrewingStand.html b/javadoc/net/minecraft/inventory/ContainerBrewingStand.html new file mode 100644 index 0000000..9d433d0 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerBrewingStand.html @@ -0,0 +1,359 @@ +<!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>ContainerBrewingStand (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="ContainerBrewingStand (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/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerBrewingStand.html" target="_top">Frames</a></li> +<li><a href="ContainerBrewingStand.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerBrewingStand" class="title">Class ContainerBrewingStand</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerBrewingStand</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerBrewingStand</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerBrewingStand.html#ContainerBrewingStand(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.tileentity.TileEntityBrewingStand)">ContainerBrewingStand</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1805_1_, + <a href="../../../net/minecraft/tileentity/TileEntityBrewingStand.html" title="class in net.minecraft.tileentity">TileEntityBrewingStand</a> p_i1805_2_)</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/minecraft/inventory/ContainerBrewingStand.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerBrewingStand.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerBrewingStand.html#detectAndSendChanges()">detectAndSendChanges</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/minecraft/inventory/ContainerBrewingStand.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerBrewingStand.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</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="ContainerBrewingStand(net.minecraft.entity.player.InventoryPlayer, net.minecraft.tileentity.TileEntityBrewingStand)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerBrewingStand</h4> +<pre>public ContainerBrewingStand(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1805_1_, + <a href="../../../net/minecraft/tileentity/TileEntityBrewingStand.html" title="class in net.minecraft.tileentity">TileEntityBrewingStand</a> p_i1805_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="detectAndSendChanges()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>detectAndSendChanges</h4> +<pre>public void detectAndSendChanges()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerBrewingStand.html" target="_top">Frames</a></li> +<li><a href="ContainerBrewingStand.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerChest.html b/javadoc/net/minecraft/inventory/ContainerChest.html new file mode 100644 index 0000000..a46e454 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerChest.html @@ -0,0 +1,336 @@ +<!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>ContainerChest (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="ContainerChest (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/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerChest.html" target="_top">Frames</a></li> +<li><a href="ContainerChest.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerChest" class="title">Class ContainerChest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerChest</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerChest</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerChest.html#ContainerChest(net.minecraft.inventory.IInventory,%20net.minecraft.inventory.IInventory)">ContainerChest</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1806_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1806_2_)</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/minecraft/inventory/ContainerChest.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerChest.html#getLowerChestInventory()">getLowerChestInventory</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerChest.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</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/minecraft/inventory/ContainerChest.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</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="ContainerChest(net.minecraft.inventory.IInventory, net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerChest</h4> +<pre>public ContainerChest(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1806_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1806_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="getLowerChestInventory()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getLowerChestInventory</h4> +<pre>public <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> getLowerChestInventory()</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/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerChest.html" target="_top">Frames</a></li> +<li><a href="ContainerChest.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerDispenser.html b/javadoc/net/minecraft/inventory/ContainerDispenser.html new file mode 100644 index 0000000..7821519 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerDispenser.html @@ -0,0 +1,306 @@ +<!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>ContainerDispenser (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="ContainerDispenser (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/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerDispenser.html" target="_top">Frames</a></li> +<li><a href="ContainerDispenser.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerDispenser" class="title">Class ContainerDispenser</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerDispenser</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerDispenser</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerDispenser.html#ContainerDispenser(net.minecraft.inventory.IInventory,%20net.minecraft.tileentity.TileEntityDispenser)">ContainerDispenser</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1825_1_, + <a href="../../../net/minecraft/tileentity/TileEntityDispenser.html" title="class in net.minecraft.tileentity">TileEntityDispenser</a> p_i1825_2_)</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/minecraft/inventory/ContainerDispenser.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</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/minecraft/inventory/ContainerDispenser.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</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="ContainerDispenser(net.minecraft.inventory.IInventory, net.minecraft.tileentity.TileEntityDispenser)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerDispenser</h4> +<pre>public ContainerDispenser(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1825_1_, + <a href="../../../net/minecraft/tileentity/TileEntityDispenser.html" title="class in net.minecraft.tileentity">TileEntityDispenser</a> p_i1825_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerDispenser.html" target="_top">Frames</a></li> +<li><a href="ContainerDispenser.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerEnchantment.html b/javadoc/net/minecraft/inventory/ContainerEnchantment.html new file mode 100644 index 0000000..366722f --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerEnchantment.html @@ -0,0 +1,472 @@ +<!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>ContainerEnchantment (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="ContainerEnchantment (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/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerEnchantment.html" target="_top">Frames</a></li> +<li><a href="ContainerEnchantment.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.minecraft.inventory</div> +<h2 title="Class ContainerEnchantment" class="title">Class ContainerEnchantment</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerEnchantment</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerEnchantment</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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>int[]</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#enchantLevels">enchantLevels</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>long</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#nameSeed">nameSeed</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#tableInventory">tableInventory</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerEnchantment.html#ContainerEnchantment(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.world.World,%20int,%20int,%20int)">ContainerEnchantment</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1811_1_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1811_2_, + int p_i1811_3_, + int p_i1811_4_, + int p_i1811_5_)</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/minecraft/inventory/ContainerEnchantment.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#detectAndSendChanges()">detectAndSendChanges</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75140_1_, + int p_75140_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</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/minecraft/inventory/ContainerEnchantment.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerEnchantment.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</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="tableInventory"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>tableInventory</h4> +<pre>public <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> tableInventory</pre> +</li> +</ul> +<a name="nameSeed"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nameSeed</h4> +<pre>public long nameSeed</pre> +</li> +</ul> +<a name="enchantLevels"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>enchantLevels</h4> +<pre>public int[] enchantLevels</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ContainerEnchantment(net.minecraft.entity.player.InventoryPlayer, net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerEnchantment</h4> +<pre>public ContainerEnchantment(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1811_1_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1811_2_, + int p_i1811_3_, + int p_i1811_4_, + int p_i1811_5_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="detectAndSendChanges()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>detectAndSendChanges</h4> +<pre>public void detectAndSendChanges()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onCraftMatrixChanged(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCraftMatrixChanged</h4> +<pre>public void onCraftMatrixChanged(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="enchantItem(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>enchantItem</h4> +<pre>public boolean enchantItem(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75140_1_, + int p_75140_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerEnchantment.html" target="_top">Frames</a></li> +<li><a href="ContainerEnchantment.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/minecraft/inventory/ContainerFurnace.html b/javadoc/net/minecraft/inventory/ContainerFurnace.html new file mode 100644 index 0000000..9259889 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerFurnace.html @@ -0,0 +1,359 @@ +<!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>ContainerFurnace (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="ContainerFurnace (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/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerFurnace.html" target="_top">Frames</a></li> +<li><a href="ContainerFurnace.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerFurnace" class="title">Class ContainerFurnace</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerFurnace</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerFurnace</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerFurnace.html#ContainerFurnace(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.tileentity.TileEntityFurnace)">ContainerFurnace</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1812_1_, + <a href="../../../net/minecraft/tileentity/TileEntityFurnace.html" title="class in net.minecraft.tileentity">TileEntityFurnace</a> p_i1812_2_)</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/minecraft/inventory/ContainerFurnace.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerFurnace.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerFurnace.html#detectAndSendChanges()">detectAndSendChanges</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/minecraft/inventory/ContainerFurnace.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerFurnace.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</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="ContainerFurnace(net.minecraft.entity.player.InventoryPlayer, net.minecraft.tileentity.TileEntityFurnace)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerFurnace</h4> +<pre>public ContainerFurnace(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1812_1_, + <a href="../../../net/minecraft/tileentity/TileEntityFurnace.html" title="class in net.minecraft.tileentity">TileEntityFurnace</a> p_i1812_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="detectAndSendChanges()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>detectAndSendChanges</h4> +<pre>public void detectAndSendChanges()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerFurnace.html" target="_top">Frames</a></li> +<li><a href="ContainerFurnace.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerHopper.html b/javadoc/net/minecraft/inventory/ContainerHopper.html new file mode 100644 index 0000000..4627dba --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerHopper.html @@ -0,0 +1,323 @@ +<!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>ContainerHopper (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="ContainerHopper (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/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerHopper.html" target="_top">Frames</a></li> +<li><a href="ContainerHopper.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerHopper" class="title">Class ContainerHopper</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerHopper</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerHopper</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerHopper.html#ContainerHopper(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.inventory.IInventory)">ContainerHopper</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1814_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1814_2_)</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/minecraft/inventory/ContainerHopper.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerHopper.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</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/minecraft/inventory/ContainerHopper.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</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="ContainerHopper(net.minecraft.entity.player.InventoryPlayer, net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerHopper</h4> +<pre>public ContainerHopper(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1814_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1814_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerHopper.html" target="_top">Frames</a></li> +<li><a href="ContainerHopper.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerHorseInventory.html b/javadoc/net/minecraft/inventory/ContainerHorseInventory.html new file mode 100644 index 0000000..e6bb926 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerHorseInventory.html @@ -0,0 +1,325 @@ +<!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>ContainerHorseInventory (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="ContainerHorseInventory (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/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerHorseInventory.html" target="_top">Frames</a></li> +<li><a href="ContainerHorseInventory.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerHorseInventory" class="title">Class ContainerHorseInventory</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerHorseInventory</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerHorseInventory</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerHorseInventory.html#ContainerHorseInventory(net.minecraft.inventory.IInventory,%20net.minecraft.inventory.IInventory,%20net.minecraft.entity.passive.EntityHorse)">ContainerHorseInventory</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1817_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1817_2_, + <a href="../../../net/minecraft/entity/passive/EntityHorse.html" title="class in net.minecraft.entity.passive">EntityHorse</a> p_i1817_3_)</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/minecraft/inventory/ContainerHorseInventory.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerHorseInventory.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</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/minecraft/inventory/ContainerHorseInventory.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</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="ContainerHorseInventory(net.minecraft.inventory.IInventory, net.minecraft.inventory.IInventory, net.minecraft.entity.passive.EntityHorse)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerHorseInventory</h4> +<pre>public ContainerHorseInventory(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1817_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1817_2_, + <a href="../../../net/minecraft/entity/passive/EntityHorse.html" title="class in net.minecraft.entity.passive">EntityHorse</a> p_i1817_3_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerHorseInventory.html" target="_top">Frames</a></li> +<li><a href="ContainerHorseInventory.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerMerchant.html b/javadoc/net/minecraft/inventory/ContainerMerchant.html new file mode 100644 index 0000000..9016074 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerMerchant.html @@ -0,0 +1,421 @@ +<!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>ContainerMerchant (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="ContainerMerchant (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/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerMerchant.html" target="_top">Frames</a></li> +<li><a href="ContainerMerchant.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_net.minecraft.inventory.Container">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.minecraft.inventory</div> +<h2 title="Class ContainerMerchant" class="title">Class ContainerMerchant</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerMerchant</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerMerchant</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerMerchant.html#ContainerMerchant(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.entity.IMerchant,%20net.minecraft.world.World)">ContainerMerchant</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1821_1_, + <a href="../../../net/minecraft/entity/IMerchant.html" title="interface in net.minecraft.entity">IMerchant</a> p_i1821_2_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1821_3_)</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/minecraft/inventory/ContainerMerchant.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#detectAndSendChanges()">detectAndSendChanges</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory">InventoryMerchant</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#getMerchantInventory()">getMerchantInventory</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#setCurrentRecipeIndex(int)">setCurrentRecipeIndex</a></strong>(int p_75175_1_)</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/minecraft/inventory/ContainerMerchant.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerMerchant.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</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="ContainerMerchant(net.minecraft.entity.player.InventoryPlayer, net.minecraft.entity.IMerchant, net.minecraft.world.World)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerMerchant</h4> +<pre>public ContainerMerchant(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1821_1_, + <a href="../../../net/minecraft/entity/IMerchant.html" title="interface in net.minecraft.entity">IMerchant</a> p_i1821_2_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1821_3_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getMerchantInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMerchantInventory</h4> +<pre>public <a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory">InventoryMerchant</a> getMerchantInventory()</pre> +</li> +</ul> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="detectAndSendChanges()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>detectAndSendChanges</h4> +<pre>public void detectAndSendChanges()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onCraftMatrixChanged(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCraftMatrixChanged</h4> +<pre>public void onCraftMatrixChanged(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="setCurrentRecipeIndex(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setCurrentRecipeIndex</h4> +<pre>public void setCurrentRecipeIndex(int p_75175_1_)</pre> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerMerchant.html" target="_top">Frames</a></li> +<li><a href="ContainerMerchant.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_net.minecraft.inventory.Container">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/minecraft/inventory/ContainerPlayer.html b/javadoc/net/minecraft/inventory/ContainerPlayer.html new file mode 100644 index 0000000..4ad1dbf --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerPlayer.html @@ -0,0 +1,415 @@ +<!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>ContainerPlayer (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="ContainerPlayer (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/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerPlayer.html" target="_top">Frames</a></li> +<li><a href="ContainerPlayer.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.minecraft.inventory</div> +<h2 title="Class ContainerPlayer" class="title">Class ContainerPlayer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerPlayer</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerPlayer</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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><a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory">InventoryCrafting</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerPlayer.html#craftMatrix">craftMatrix</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerPlayer.html#craftResult">craftResult</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerPlayer.html#isLocalWorld">isLocalWorld</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerPlayer.html#ContainerPlayer(net.minecraft.entity.player.InventoryPlayer,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">ContainerPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1819_1_, + boolean p_i1819_2_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1819_3_)</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/minecraft/inventory/ContainerPlayer.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerPlayer.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94530_1_, + <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94530_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerPlayer.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerPlayer.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</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/minecraft/inventory/ContainerPlayer.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</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="craftMatrix"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>craftMatrix</h4> +<pre>public <a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory">InventoryCrafting</a> craftMatrix</pre> +</li> +</ul> +<a name="craftResult"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>craftResult</h4> +<pre>public <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> craftResult</pre> +</li> +</ul> +<a name="isLocalWorld"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isLocalWorld</h4> +<pre>public boolean isLocalWorld</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ContainerPlayer(net.minecraft.entity.player.InventoryPlayer, boolean, net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerPlayer</h4> +<pre>public ContainerPlayer(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1819_1_, + boolean p_i1819_2_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1819_3_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="onCraftMatrixChanged(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCraftMatrixChanged</h4> +<pre>public void onCraftMatrixChanged(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="func_94530_a(net.minecraft.item.ItemStack, net.minecraft.inventory.Slot)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>func_94530_a</h4> +<pre>public boolean func_94530_a(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94530_1_, + <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94530_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerPlayer.html" target="_top">Frames</a></li> +<li><a href="ContainerPlayer.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/minecraft/inventory/ContainerRepair.html b/javadoc/net/minecraft/inventory/ContainerRepair.html new file mode 100644 index 0000000..6f8f551 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerRepair.html @@ -0,0 +1,451 @@ +<!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>ContainerRepair (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="ContainerRepair (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/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerRepair.html" target="_top">Frames</a></li> +<li><a href="ContainerRepair.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.minecraft.inventory</div> +<h2 title="Class ContainerRepair" class="title">Class ContainerRepair</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerRepair</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerRepair</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#maximumCost">maximumCost</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#stackSizeToBeUsedInRepair">stackSizeToBeUsedInRepair</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerRepair.html#ContainerRepair(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.world.World,%20int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">ContainerRepair</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1800_1_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1800_2_, + int p_i1800_3_, + int p_i1800_4_, + int p_i1800_5_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1800_6_)</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/minecraft/inventory/ContainerRepair.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></strong>(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</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/minecraft/inventory/ContainerRepair.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#updateItemName(java.lang.String)">updateItemName</a></strong>(java.lang.String p_82850_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#updateProgressBar(int,%20int)">updateProgressBar</a></strong>(int p_75137_1_, + int p_75137_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerRepair.html#updateRepairOutput()">updateRepairOutput</a></strong>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</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="maximumCost"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>maximumCost</h4> +<pre>public int maximumCost</pre> +</li> +</ul> +<a name="stackSizeToBeUsedInRepair"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>stackSizeToBeUsedInRepair</h4> +<pre>public int stackSizeToBeUsedInRepair</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ContainerRepair(net.minecraft.entity.player.InventoryPlayer, net.minecraft.world.World, int, int, int, net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerRepair</h4> +<pre>public ContainerRepair(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1800_1_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1800_2_, + int p_i1800_3_, + int p_i1800_4_, + int p_i1800_5_, + <a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1800_6_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="onCraftMatrixChanged(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCraftMatrixChanged</h4> +<pre>public void onCraftMatrixChanged(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateRepairOutput()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateRepairOutput</h4> +<pre>public void updateRepairOutput()</pre> +</li> +</ul> +<a name="addCraftingToCrafters(net.minecraft.inventory.ICrafting)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addCraftingToCrafters</h4> +<pre>public void addCraftingToCrafters(<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a> p_75132_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateProgressBar(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>updateProgressBar</h4> +<pre>public void updateProgressBar(int p_75137_1_, + int p_75137_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="updateItemName(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>updateItemName</h4> +<pre>public void updateItemName(java.lang.String p_82850_1_)</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/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerRepair.html" target="_top">Frames</a></li> +<li><a href="ContainerRepair.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/minecraft/inventory/ContainerWorkbench.html b/javadoc/net/minecraft/inventory/ContainerWorkbench.html new file mode 100644 index 0000000..d7ca761 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerWorkbench.html @@ -0,0 +1,406 @@ +<!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>ContainerWorkbench (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="ContainerWorkbench (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/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerWorkbench.html" target="_top">Frames</a></li> +<li><a href="ContainerWorkbench.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.minecraft.inventory</div> +<h2 title="Class ContainerWorkbench" class="title">Class ContainerWorkbench</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Container</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.ContainerWorkbench</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">ContainerWorkbench</span> +extends <a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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><a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory">InventoryCrafting</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerWorkbench.html#craftMatrix">craftMatrix</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerWorkbench.html#craftResult">craftResult</a></strong></code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#crafters">crafters</a>, <a href="../../../net/minecraft/inventory/Container.html#inventoryItemStacks">inventoryItemStacks</a>, <a href="../../../net/minecraft/inventory/Container.html#inventorySlots">inventorySlots</a>, <a href="../../../net/minecraft/inventory/Container.html#windowId">windowId</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/minecraft/inventory/ContainerWorkbench.html#ContainerWorkbench(net.minecraft.entity.player.InventoryPlayer,%20net.minecraft.world.World,%20int,%20int,%20int)">ContainerWorkbench</a></strong>(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1808_1_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1808_2_, + int p_i1808_3_, + int p_i1808_4_, + int p_i1808_5_)</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/minecraft/inventory/ContainerWorkbench.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerWorkbench.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94530_1_, + <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94530_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerWorkbench.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ContainerWorkbench.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</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/minecraft/inventory/ContainerWorkbench.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Container"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></h3> +<code><a href="../../../net/minecraft/inventory/Container.html#addCraftingToCrafters(net.minecraft.inventory.ICrafting)">addCraftingToCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#addSlotToContainer(net.minecraft.inventory.Slot)">addSlotToContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#calcRedstoneFromInventory(net.minecraft.inventory.IInventory)">calcRedstoneFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#canDragIntoSlot(net.minecraft.inventory.Slot)">canDragIntoSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#detectAndSendChanges()">detectAndSendChanges</a>, <a href="../../../net/minecraft/inventory/Container.html#enchantItem(net.minecraft.entity.player.EntityPlayer,%20int)">enchantItem</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94525_a(java.util.Set,%20int,%20net.minecraft.item.ItemStack,%20int)">func_94525_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94527_a(net.minecraft.inventory.Slot,%20net.minecraft.item.ItemStack,%20boolean)">func_94527_a</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94528_d(int)">func_94528_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94529_b(int)">func_94529_b</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94532_c(int)">func_94532_c</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94533_d()">func_94533_d</a>, <a href="../../../net/minecraft/inventory/Container.html#func_94534_d(int,%20int)">func_94534_d</a>, <a href="../../../net/minecraft/inventory/Container.html#getInventory()">getInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#getNextTransactionID(net.minecraft.entity.player.InventoryPlayer)">getNextTransactionID</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlot(int)">getSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#getSlotFromInventory(net.minecraft.inventory.IInventory,%20int)">getSlotFromInventory</a>, <a href="../../../net/minecraft/inventory/Container.html#isPlayerNotUsingContainer(net.minecraft.entity.player.EntityPlayer)">isPlayerNotUsingContainer</a>, <a href="../../../net/minecraft/inventory/Container.html#mergeItemStack(net.minecraft.item.ItemStack,%20int,%20int,%20boolean)">mergeItemStack</a>, <a href="../../../net/minecraft/inventory/Container.html#putStackInSlot(int,%20net.minecraft.item.ItemStack)">putStackInSlot</a>, <a href="../../../net/minecraft/inventory/Container.html#putStacksInSlots(net.minecraft.item.ItemStack[])">putStacksInSlots</a>, <a href="../../../net/minecraft/inventory/Container.html#removeCraftingFromCrafters(net.minecraft.inventory.ICrafting)">removeCraftingFromCrafters</a>, <a href="../../../net/minecraft/inventory/Container.html#retrySlotClick(int,%20int,%20boolean,%20net.minecraft.entity.player.EntityPlayer)">retrySlotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#setPlayerIsPresent(net.minecraft.entity.player.EntityPlayer,%20boolean)">setPlayerIsPresent</a>, <a href="../../../net/minecraft/inventory/Container.html#slotClick(int,%20int,%20int,%20net.minecraft.entity.player.EntityPlayer)">slotClick</a>, <a href="../../../net/minecraft/inventory/Container.html#updateProgressBar(int,%20int)">updateProgressBar</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="craftMatrix"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>craftMatrix</h4> +<pre>public <a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory">InventoryCrafting</a> craftMatrix</pre> +</li> +</ul> +<a name="craftResult"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>craftResult</h4> +<pre>public <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> craftResult</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ContainerWorkbench(net.minecraft.entity.player.InventoryPlayer, net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ContainerWorkbench</h4> +<pre>public ContainerWorkbench(<a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a> p_i1808_1_, + <a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> p_i1808_2_, + int p_i1808_3_, + int p_i1808_4_, + int p_i1808_5_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="onCraftMatrixChanged(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCraftMatrixChanged</h4> +<pre>public void onCraftMatrixChanged(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75130_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onCraftMatrixChanged(net.minecraft.inventory.IInventory)">onCraftMatrixChanged</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="onContainerClosed(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onContainerClosed</h4> +<pre>public void onContainerClosed(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75134_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#onContainerClosed(net.minecraft.entity.player.EntityPlayer)">onContainerClosed</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="canInteractWith(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInteractWith</h4> +<pre>public boolean canInteractWith(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_75145_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#canInteractWith(net.minecraft.entity.player.EntityPlayer)">canInteractWith</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="transferStackInSlot(net.minecraft.entity.player.EntityPlayer, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>transferStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> transferStackInSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82846_1_, + int p_82846_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#transferStackInSlot(net.minecraft.entity.player.EntityPlayer,%20int)">transferStackInSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></code></dd> +</dl> +</li> +</ul> +<a name="func_94530_a(net.minecraft.item.ItemStack, net.minecraft.inventory.Slot)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>func_94530_a</h4> +<pre>public boolean func_94530_a(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94530_1_, + <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a> p_94530_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Container.html#func_94530_a(net.minecraft.item.ItemStack,%20net.minecraft.inventory.Slot)">func_94530_a</a></code> in class <code><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</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/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ContainerWorkbench.html" target="_top">Frames</a></li> +<li><a href="ContainerWorkbench.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/minecraft/inventory/ICrafting.html b/javadoc/net/minecraft/inventory/ICrafting.html new file mode 100644 index 0000000..05fbc05 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ICrafting.html @@ -0,0 +1,244 @@ +<!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>ICrafting (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="ICrafting (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/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ICrafting.html" target="_top">Frames</a></li> +<li><a href="ICrafting.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.minecraft.inventory</div> +<h2 title="Interface ICrafting" class="title">Interface ICrafting</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/minecraft/client/gui/inventory/CreativeCrafting.html" title="class in net.minecraft.client.gui.inventory">CreativeCrafting</a>, <a href="../../../net/minecraft/entity/player/EntityPlayerMP.html" title="class in net.minecraft.entity.player">EntityPlayerMP</a>, <a href="../../../net/minecraftforge/common/util/FakePlayer.html" title="class in net.minecraftforge.common.util">FakePlayer</a>, <a href="../../../net/minecraft/client/gui/GuiRepair.html" title="class in net.minecraft.client.gui">GuiRepair</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">ICrafting</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/minecraft/inventory/ICrafting.html#sendContainerAndContentsToPlayer(net.minecraft.inventory.Container,%20java.util.List)">sendContainerAndContentsToPlayer</a></strong>(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_71110_1_, + java.util.List p_71110_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ICrafting.html#sendProgressBarUpdate(net.minecraft.inventory.Container,%20int,%20int)">sendProgressBarUpdate</a></strong>(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_71112_1_, + int p_71112_2_, + int p_71112_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ICrafting.html#sendSlotContents(net.minecraft.inventory.Container,%20int,%20net.minecraft.item.ItemStack)">sendSlotContents</a></strong>(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_71111_1_, + int p_71111_2_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_71111_3_)</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="sendContainerAndContentsToPlayer(net.minecraft.inventory.Container, java.util.List)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>sendContainerAndContentsToPlayer</h4> +<pre>void sendContainerAndContentsToPlayer(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_71110_1_, + java.util.List p_71110_2_)</pre> +</li> +</ul> +<a name="sendSlotContents(net.minecraft.inventory.Container, int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>sendSlotContents</h4> +<pre>void sendSlotContents(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_71111_1_, + int p_71111_2_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_71111_3_)</pre> +</li> +</ul> +<a name="sendProgressBarUpdate(net.minecraft.inventory.Container, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>sendProgressBarUpdate</h4> +<pre>void sendProgressBarUpdate(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_71112_1_, + int p_71112_2_, + int p_71112_3_)</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/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ICrafting.html" target="_top">Frames</a></li> +<li><a href="ICrafting.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/minecraft/inventory/IInvBasic.html b/javadoc/net/minecraft/inventory/IInvBasic.html new file mode 100644 index 0000000..d4e112d --- /dev/null +++ b/javadoc/net/minecraft/inventory/IInvBasic.html @@ -0,0 +1,208 @@ +<!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>IInvBasic (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="IInvBasic (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/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/IInvBasic.html" target="_top">Frames</a></li> +<li><a href="IInvBasic.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.minecraft.inventory</div> +<h2 title="Interface IInvBasic" class="title">Interface IInvBasic</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/minecraft/entity/passive/EntityHorse.html" title="class in net.minecraft.entity.passive">EntityHorse</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">IInvBasic</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/minecraft/inventory/IInvBasic.html#onInventoryChanged(net.minecraft.inventory.InventoryBasic)">onInventoryChanged</a></strong>(<a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a> p_76316_1_)</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="onInventoryChanged(net.minecraft.inventory.InventoryBasic)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onInventoryChanged</h4> +<pre>void onInventoryChanged(<a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a> p_76316_1_)</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/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/IInvBasic.html" target="_top">Frames</a></li> +<li><a href="IInvBasic.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/minecraft/inventory/IInventory.html b/javadoc/net/minecraft/inventory/IInventory.html new file mode 100644 index 0000000..3494b2a --- /dev/null +++ b/javadoc/net/minecraft/inventory/IInventory.html @@ -0,0 +1,374 @@ +<!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>IInventory (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="IInventory (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/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/IInventory.html" target="_top">Frames</a></li> +<li><a href="IInventory.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.minecraft.inventory</div> +<h2 title="Interface IInventory" class="title">Interface IInventory</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Subinterfaces:</dt> +<dd><a href="../../../net/minecraft/tileentity/IHopper.html" title="interface in net.minecraft.tileentity">IHopper</a>, <a href="../../../net/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory">ISidedInventory</a></dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../net/minecraft/inventory/AnimalChest.html" title="class in net.minecraft.inventory">AnimalChest</a>, <a href="../../../net/minecraft/entity/item/EntityMinecartChest.html" title="class in net.minecraft.entity.item">EntityMinecartChest</a>, <a href="../../../net/minecraft/entity/item/EntityMinecartContainer.html" title="class in net.minecraft.entity.item">EntityMinecartContainer</a>, <a href="../../../net/minecraft/entity/item/EntityMinecartHopper.html" title="class in net.minecraft.entity.item">EntityMinecartHopper</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a>, <a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory">InventoryCrafting</a>, <a href="../../../net/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory">InventoryCraftResult</a>, <a href="../../../net/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory">InventoryEnderChest</a>, <a href="../../../net/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory">InventoryLargeChest</a>, <a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory">InventoryMerchant</a>, <a href="../../../net/minecraft/entity/player/InventoryPlayer.html" title="class in net.minecraft.entity.player">InventoryPlayer</a>, <a href="../../../net/minecraft/tileentity/TileEntityBeacon.html" title="class in net.minecraft.tileentity">TileEntityBeacon</a>, <a href="../../../net/minecraft/tileentity/TileEntityBrewingStand.html" title="class in net.minecraft.tileentity">TileEntityBrewingStand</a>, <a href="../../../net/minecraft/tileentity/TileEntityChest.html" title="class in net.minecraft.tileentity">TileEntityChest</a>, <a href="../../../net/minecraft/tileentity/TileEntityDispenser.html" title="class in net.minecraft.tileentity">TileEntityDispenser</a>, <a href="../../../net/minecraft/tileentity/TileEntityDropper.html" title="class in net.minecraft.tileentity">TileEntityDropper</a>, <a href="../../../net/minecraft/tileentity/TileEntityFurnace.html" title="class in net.minecraft.tileentity">TileEntityFurnace</a>, <a href="../../../net/minecraft/tileentity/TileEntityHopper.html" title="class in net.minecraft.tileentity">TileEntityHopper</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">IInventory</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/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</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/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a></strong>(int p_70298_1_, + int p_70298_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</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/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a></strong>(int p_70301_1_)</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/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></strong>(int p_70304_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></strong>(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></strong>(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</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="getSizeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSizeInventory</h4> +<pre>int getSizeInventory()</pre> +</li> +</ul> +<a name="getStackInSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlot</h4> +<pre><a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlot(int p_70301_1_)</pre> +</li> +</ul> +<a name="decrStackSize(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre><a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_70298_1_, + int p_70298_2_)</pre> +</li> +</ul> +<a name="getStackInSlotOnClosing(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlotOnClosing</h4> +<pre><a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlotOnClosing(int p_70304_1_)</pre> +</li> +</ul> +<a name="setInventorySlotContents(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInventorySlotContents</h4> +<pre>void setInventorySlotContents(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</pre> +</li> +</ul> +<a name="getInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryName</h4> +<pre>java.lang.String getInventoryName()</pre> +</li> +</ul> +<a name="hasCustomInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasCustomInventoryName</h4> +<pre>boolean hasCustomInventoryName()</pre> +</li> +</ul> +<a name="getInventoryStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryStackLimit</h4> +<pre>int getInventoryStackLimit()</pre> +</li> +</ul> +<a name="markDirty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markDirty</h4> +<pre>void markDirty()</pre> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>void openInventory()</pre> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>void closeInventory()</pre> +</li> +</ul> +<a name="isItemValidForSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isItemValidForSlot</h4> +<pre>boolean isItemValidForSlot(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</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/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/IInventory.html" target="_top">Frames</a></li> +<li><a href="IInventory.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/minecraft/inventory/ISidedInventory.html b/javadoc/net/minecraft/inventory/ISidedInventory.html new file mode 100644 index 0000000..cb10208 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ISidedInventory.html @@ -0,0 +1,254 @@ +<!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>ISidedInventory (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="ISidedInventory (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/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ISidedInventory.html" target="_top">Frames</a></li> +<li><a href="ISidedInventory.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.minecraft.inventory</div> +<h2 title="Interface ISidedInventory" class="title">Interface ISidedInventory</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../net/minecraft/tileentity/TileEntityBrewingStand.html" title="class in net.minecraft.tileentity">TileEntityBrewingStand</a>, <a href="../../../net/minecraft/tileentity/TileEntityFurnace.html" title="class in net.minecraft.tileentity">TileEntityFurnace</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">ISidedInventory</span> +extends <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></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>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ISidedInventory.html#canExtractItem(int,%20net.minecraft.item.ItemStack,%20int)">canExtractItem</a></strong>(int p_102008_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_102008_2_, + int p_102008_3_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ISidedInventory.html#canInsertItem(int,%20net.minecraft.item.ItemStack,%20int)">canInsertItem</a></strong>(int p_102007_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_102007_2_, + int p_102007_3_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int[]</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/ISidedInventory.html#getAccessibleSlotsFromSide(int)">getAccessibleSlotsFromSide</a></strong>(int p_94128_1_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.IInventory"> +<!-- --> +</a> +<h3>Methods inherited from interface net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></h3> +<code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a>, <a href="../../../net/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a>, <a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a>, <a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a>, <a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</a>, <a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a>, <a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a>, <a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a>, <a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a>, <a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a>, <a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a>, <a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a>, <a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></code></li> +</ul> +</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="getAccessibleSlotsFromSide(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAccessibleSlotsFromSide</h4> +<pre>int[] getAccessibleSlotsFromSide(int p_94128_1_)</pre> +</li> +</ul> +<a name="canInsertItem(int, net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canInsertItem</h4> +<pre>boolean canInsertItem(int p_102007_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_102007_2_, + int p_102007_3_)</pre> +</li> +</ul> +<a name="canExtractItem(int, net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>canExtractItem</h4> +<pre>boolean canExtractItem(int p_102008_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_102008_2_, + int p_102008_3_)</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/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/ISidedInventory.html" target="_top">Frames</a></li> +<li><a href="ISidedInventory.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/minecraft/inventory/InventoryBasic.html b/javadoc/net/minecraft/inventory/InventoryBasic.html new file mode 100644 index 0000000..34104c2 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryBasic.html @@ -0,0 +1,520 @@ +<!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>InventoryBasic (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="InventoryBasic (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/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryBasic.html" target="_top">Frames</a></li> +<li><a href="InventoryBasic.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.minecraft.inventory</div> +<h2 title="Class InventoryBasic" class="title">Class InventoryBasic</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.InventoryBasic</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../net/minecraft/inventory/AnimalChest.html" title="class in net.minecraft.inventory">AnimalChest</a>, <a href="../../../net/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory">InventoryEnderChest</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">InventoryBasic</span> +extends java.lang.Object +implements <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryBasic.html#InventoryBasic(java.lang.String,%20boolean,%20int)">InventoryBasic</a></strong>(java.lang.String p_i1561_1_, + boolean p_i1561_2_, + int p_i1561_3_)</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/minecraft/inventory/InventoryBasic.html#closeInventory()">closeInventory</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/minecraft/inventory/InventoryBasic.html#decrStackSize(int,%20int)">decrStackSize</a></strong>(int p_70298_1_, + int p_70298_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110132_b(net.minecraft.inventory.IInvBasic)">func_110132_b</a></strong>(<a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory">IInvBasic</a> p_110132_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110133_a(java.lang.String)">func_110133_a</a></strong>(java.lang.String p_110133_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110134_a(net.minecraft.inventory.IInvBasic)">func_110134_a</a></strong>(<a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory">IInvBasic</a> p_110134_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#getInventoryName()">getInventoryName</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#getInventoryStackLimit()">getInventoryStackLimit</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#getSizeInventory()">getSizeInventory</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/minecraft/inventory/InventoryBasic.html#getStackInSlot(int)">getStackInSlot</a></strong>(int p_70301_1_)</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/minecraft/inventory/InventoryBasic.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></strong>(int p_70304_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#hasCustomInventoryName()">hasCustomInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></strong>(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#markDirty()">markDirty</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryBasic.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></strong>(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</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="InventoryBasic(java.lang.String, boolean, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>InventoryBasic</h4> +<pre>public InventoryBasic(java.lang.String p_i1561_1_, + boolean p_i1561_2_, + int p_i1561_3_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="func_110134_a(net.minecraft.inventory.IInvBasic)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_110134_a</h4> +<pre>public void func_110134_a(<a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory">IInvBasic</a> p_110134_1_)</pre> +</li> +</ul> +<a name="func_110132_b(net.minecraft.inventory.IInvBasic)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_110132_b</h4> +<pre>public void func_110132_b(<a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory">IInvBasic</a> p_110132_1_)</pre> +</li> +</ul> +<a name="getStackInSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlot(int p_70301_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_70298_1_, + int p_70298_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlotOnClosing(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlotOnClosing</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlotOnClosing(int p_70304_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="setInventorySlotContents(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInventorySlotContents</h4> +<pre>public void setInventorySlotContents(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getSizeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSizeInventory</h4> +<pre>public int getSizeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryName</h4> +<pre>public java.lang.String getInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="hasCustomInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasCustomInventoryName</h4> +<pre>public boolean hasCustomInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="func_110133_a(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_110133_a</h4> +<pre>public void func_110133_a(java.lang.String p_110133_1_)</pre> +</li> +</ul> +<a name="getInventoryStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryStackLimit</h4> +<pre>public int getInventoryStackLimit()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="markDirty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markDirty</h4> +<pre>public void markDirty()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>public boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>public void openInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>public void closeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isItemValidForSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isItemValidForSlot</h4> +<pre>public boolean isItemValidForSlot(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryBasic.html" target="_top">Frames</a></li> +<li><a href="InventoryBasic.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/minecraft/inventory/InventoryCraftResult.html b/javadoc/net/minecraft/inventory/InventoryCraftResult.html new file mode 100644 index 0000000..2a8380e --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryCraftResult.html @@ -0,0 +1,473 @@ +<!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>InventoryCraftResult (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="InventoryCraftResult (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/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryCraftResult.html" target="_top">Frames</a></li> +<li><a href="InventoryCraftResult.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.minecraft.inventory</div> +<h2 title="Class InventoryCraftResult" class="title">Class InventoryCraftResult</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.InventoryCraftResult</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">InventoryCraftResult</span> +extends java.lang.Object +implements <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryCraftResult.html#InventoryCraftResult()">InventoryCraftResult</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/minecraft/inventory/InventoryCraftResult.html#closeInventory()">closeInventory</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/minecraft/inventory/InventoryCraftResult.html#decrStackSize(int,%20int)">decrStackSize</a></strong>(int p_70298_1_, + int p_70298_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#getInventoryName()">getInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#getInventoryStackLimit()">getInventoryStackLimit</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#getSizeInventory()">getSizeInventory</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/minecraft/inventory/InventoryCraftResult.html#getStackInSlot(int)">getStackInSlot</a></strong>(int p_70301_1_)</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/minecraft/inventory/InventoryCraftResult.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></strong>(int p_70304_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#hasCustomInventoryName()">hasCustomInventoryName</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></strong>(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#markDirty()">markDirty</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCraftResult.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></strong>(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</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="InventoryCraftResult()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>InventoryCraftResult</h4> +<pre>public InventoryCraftResult()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getSizeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSizeInventory</h4> +<pre>public int getSizeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlot(int p_70301_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryName</h4> +<pre>public java.lang.String getInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="hasCustomInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasCustomInventoryName</h4> +<pre>public boolean hasCustomInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_70298_1_, + int p_70298_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlotOnClosing(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlotOnClosing</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlotOnClosing(int p_70304_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="setInventorySlotContents(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInventorySlotContents</h4> +<pre>public void setInventorySlotContents(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryStackLimit</h4> +<pre>public int getInventoryStackLimit()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="markDirty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markDirty</h4> +<pre>public void markDirty()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>public boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>public void openInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>public void closeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isItemValidForSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isItemValidForSlot</h4> +<pre>public boolean isItemValidForSlot(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryCraftResult.html" target="_top">Frames</a></li> +<li><a href="InventoryCraftResult.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/minecraft/inventory/InventoryCrafting.html b/javadoc/net/minecraft/inventory/InventoryCrafting.html new file mode 100644 index 0000000..7b8db08 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryCrafting.html @@ -0,0 +1,492 @@ +<!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>InventoryCrafting (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="InventoryCrafting (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/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryCrafting.html" target="_top">Frames</a></li> +<li><a href="InventoryCrafting.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.minecraft.inventory</div> +<h2 title="Class InventoryCrafting" class="title">Class InventoryCrafting</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.InventoryCrafting</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">InventoryCrafting</span> +extends java.lang.Object +implements <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryCrafting.html#InventoryCrafting(net.minecraft.inventory.Container,%20int,%20int)">InventoryCrafting</a></strong>(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_i1807_1_, + int p_i1807_2_, + int p_i1807_3_)</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/minecraft/inventory/InventoryCrafting.html#closeInventory()">closeInventory</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/minecraft/inventory/InventoryCrafting.html#decrStackSize(int,%20int)">decrStackSize</a></strong>(int p_70298_1_, + int p_70298_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#getInventoryName()">getInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#getInventoryStackLimit()">getInventoryStackLimit</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#getSizeInventory()">getSizeInventory</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/minecraft/inventory/InventoryCrafting.html#getStackInRowAndColumn(int,%20int)">getStackInRowAndColumn</a></strong>(int p_70463_1_, + int p_70463_2_)</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/minecraft/inventory/InventoryCrafting.html#getStackInSlot(int)">getStackInSlot</a></strong>(int p_70301_1_)</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/minecraft/inventory/InventoryCrafting.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></strong>(int p_70304_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#hasCustomInventoryName()">hasCustomInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></strong>(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#markDirty()">markDirty</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryCrafting.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></strong>(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</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="InventoryCrafting(net.minecraft.inventory.Container, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>InventoryCrafting</h4> +<pre>public InventoryCrafting(<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a> p_i1807_1_, + int p_i1807_2_, + int p_i1807_3_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getSizeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSizeInventory</h4> +<pre>public int getSizeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlot(int p_70301_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInRowAndColumn(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInRowAndColumn</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInRowAndColumn(int p_70463_1_, + int p_70463_2_)</pre> +</li> +</ul> +<a name="getInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryName</h4> +<pre>public java.lang.String getInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="hasCustomInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasCustomInventoryName</h4> +<pre>public boolean hasCustomInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlotOnClosing(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlotOnClosing</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlotOnClosing(int p_70304_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_70298_1_, + int p_70298_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="setInventorySlotContents(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInventorySlotContents</h4> +<pre>public void setInventorySlotContents(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryStackLimit</h4> +<pre>public int getInventoryStackLimit()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="markDirty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markDirty</h4> +<pre>public void markDirty()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>public boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>public void openInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>public void closeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isItemValidForSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isItemValidForSlot</h4> +<pre>public boolean isItemValidForSlot(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryCrafting.html" target="_top">Frames</a></li> +<li><a href="InventoryCrafting.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/minecraft/inventory/InventoryEnderChest.html b/javadoc/net/minecraft/inventory/InventoryEnderChest.html new file mode 100644 index 0000000..0f718a3 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryEnderChest.html @@ -0,0 +1,353 @@ +<!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>InventoryEnderChest (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="InventoryEnderChest (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/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryEnderChest.html" target="_top">Frames</a></li> +<li><a href="InventoryEnderChest.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.minecraft.inventory</div> +<h2 title="Class InventoryEnderChest" class="title">Class InventoryEnderChest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">net.minecraft.inventory.InventoryBasic</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.InventoryEnderChest</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/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">InventoryEnderChest</span> +extends <a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</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/minecraft/inventory/InventoryEnderChest.html#InventoryEnderChest()">InventoryEnderChest</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/minecraft/inventory/InventoryEnderChest.html#closeInventory()">closeInventory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryEnderChest.html#func_146031_a(net.minecraft.tileentity.TileEntityEnderChest)">func_146031_a</a></strong>(<a href="../../../net/minecraft/tileentity/TileEntityEnderChest.html" title="class in net.minecraft.tileentity">TileEntityEnderChest</a> p_146031_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryEnderChest.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryEnderChest.html#loadInventoryFromNBT(net.minecraft.nbt.NBTTagList)">loadInventoryFromNBT</a></strong>(<a href="../../../net/minecraft/nbt/NBTTagList.html" title="class in net.minecraft.nbt">NBTTagList</a> p_70486_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryEnderChest.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/nbt/NBTTagList.html" title="class in net.minecraft.nbt">NBTTagList</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryEnderChest.html#saveInventoryToNBT()">saveInventoryToNBT</a></strong>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.InventoryBasic"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a></h3> +<code><a href="../../../net/minecraft/inventory/InventoryBasic.html#decrStackSize(int,%20int)">decrStackSize</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110132_b(net.minecraft.inventory.IInvBasic)">func_110132_b</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110133_a(java.lang.String)">func_110133_a</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#func_110134_a(net.minecraft.inventory.IInvBasic)">func_110134_a</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getInventoryName()">getInventoryName</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getInventoryStackLimit()">getInventoryStackLimit</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getSizeInventory()">getSizeInventory</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getStackInSlot(int)">getStackInSlot</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#hasCustomInventoryName()">hasCustomInventoryName</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#markDirty()">markDirty</a>, <a href="../../../net/minecraft/inventory/InventoryBasic.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</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="InventoryEnderChest()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>InventoryEnderChest</h4> +<pre>public InventoryEnderChest()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="func_146031_a(net.minecraft.tileentity.TileEntityEnderChest)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_146031_a</h4> +<pre>public void func_146031_a(<a href="../../../net/minecraft/tileentity/TileEntityEnderChest.html" title="class in net.minecraft.tileentity">TileEntityEnderChest</a> p_146031_1_)</pre> +</li> +</ul> +<a name="loadInventoryFromNBT(net.minecraft.nbt.NBTTagList)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>loadInventoryFromNBT</h4> +<pre>public void loadInventoryFromNBT(<a href="../../../net/minecraft/nbt/NBTTagList.html" title="class in net.minecraft.nbt">NBTTagList</a> p_70486_1_)</pre> +</li> +</ul> +<a name="saveInventoryToNBT()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>saveInventoryToNBT</h4> +<pre>public <a href="../../../net/minecraft/nbt/NBTTagList.html" title="class in net.minecraft.nbt">NBTTagList</a> saveInventoryToNBT()</pre> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>public boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/InventoryBasic.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in class <code><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a></code></dd> +</dl> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>public void openInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/InventoryBasic.html#openInventory()">openInventory</a></code> in class <code><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a></code></dd> +</dl> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>public void closeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/InventoryBasic.html#closeInventory()">closeInventory</a></code> in class <code><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</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/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryEnderChest.html" target="_top">Frames</a></li> +<li><a href="InventoryEnderChest.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/minecraft/inventory/InventoryLargeChest.html b/javadoc/net/minecraft/inventory/InventoryLargeChest.html new file mode 100644 index 0000000..b8eccc0 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryLargeChest.html @@ -0,0 +1,490 @@ +<!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>InventoryLargeChest (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="InventoryLargeChest (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/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryLargeChest.html" target="_top">Frames</a></li> +<li><a href="InventoryLargeChest.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.minecraft.inventory</div> +<h2 title="Class InventoryLargeChest" class="title">Class InventoryLargeChest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.InventoryLargeChest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">InventoryLargeChest</span> +extends java.lang.Object +implements <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryLargeChest.html#InventoryLargeChest(java.lang.String,%20net.minecraft.inventory.IInventory,%20net.minecraft.inventory.IInventory)">InventoryLargeChest</a></strong>(java.lang.String p_i1559_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1559_2_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1559_3_)</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/minecraft/inventory/InventoryLargeChest.html#closeInventory()">closeInventory</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/minecraft/inventory/InventoryLargeChest.html#decrStackSize(int,%20int)">decrStackSize</a></strong>(int p_70298_1_, + int p_70298_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#getInventoryName()">getInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#getInventoryStackLimit()">getInventoryStackLimit</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#getSizeInventory()">getSizeInventory</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/minecraft/inventory/InventoryLargeChest.html#getStackInSlot(int)">getStackInSlot</a></strong>(int p_70301_1_)</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/minecraft/inventory/InventoryLargeChest.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></strong>(int p_70304_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#hasCustomInventoryName()">hasCustomInventoryName</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></strong>(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#isPartOfLargeChest(net.minecraft.inventory.IInventory)">isPartOfLargeChest</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_90010_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#markDirty()">markDirty</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryLargeChest.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></strong>(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</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="InventoryLargeChest(java.lang.String, net.minecraft.inventory.IInventory, net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>InventoryLargeChest</h4> +<pre>public InventoryLargeChest(java.lang.String p_i1559_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1559_2_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1559_3_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getSizeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSizeInventory</h4> +<pre>public int getSizeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isPartOfLargeChest(net.minecraft.inventory.IInventory)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isPartOfLargeChest</h4> +<pre>public boolean isPartOfLargeChest(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_90010_1_)</pre> +</li> +</ul> +<a name="getInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryName</h4> +<pre>public java.lang.String getInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="hasCustomInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasCustomInventoryName</h4> +<pre>public boolean hasCustomInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlot(int p_70301_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_70298_1_, + int p_70298_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlotOnClosing(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlotOnClosing</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlotOnClosing(int p_70304_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="setInventorySlotContents(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInventorySlotContents</h4> +<pre>public void setInventorySlotContents(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryStackLimit</h4> +<pre>public int getInventoryStackLimit()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="markDirty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markDirty</h4> +<pre>public void markDirty()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>public boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>public void openInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>public void closeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isItemValidForSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isItemValidForSlot</h4> +<pre>public boolean isItemValidForSlot(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryLargeChest.html" target="_top">Frames</a></li> +<li><a href="InventoryLargeChest.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/minecraft/inventory/InventoryMerchant.html b/javadoc/net/minecraft/inventory/InventoryMerchant.html new file mode 100644 index 0000000..83bd139 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryMerchant.html @@ -0,0 +1,514 @@ +<!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>InventoryMerchant (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="InventoryMerchant (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/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryMerchant.html" target="_top">Frames</a></li> +<li><a href="InventoryMerchant.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.minecraft.inventory</div> +<h2 title="Class InventoryMerchant" class="title">Class InventoryMerchant</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.InventoryMerchant</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">InventoryMerchant</span> +extends java.lang.Object +implements <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</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/minecraft/inventory/InventoryMerchant.html#InventoryMerchant(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.entity.IMerchant)">InventoryMerchant</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1820_1_, + <a href="../../../net/minecraft/entity/IMerchant.html" title="interface in net.minecraft.entity">IMerchant</a> p_i1820_2_)</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/minecraft/inventory/InventoryMerchant.html#closeInventory()">closeInventory</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/minecraft/inventory/InventoryMerchant.html#decrStackSize(int,%20int)">decrStackSize</a></strong>(int p_70298_1_, + int p_70298_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/village/MerchantRecipe.html" title="class in net.minecraft.village">MerchantRecipe</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#getCurrentRecipe()">getCurrentRecipe</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/minecraft/inventory/InventoryMerchant.html#getInventoryName()">getInventoryName</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#getInventoryStackLimit()">getInventoryStackLimit</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#getSizeInventory()">getSizeInventory</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/minecraft/inventory/InventoryMerchant.html#getStackInSlot(int)">getStackInSlot</a></strong>(int p_70301_1_)</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/minecraft/inventory/InventoryMerchant.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></strong>(int p_70304_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#hasCustomInventoryName()">hasCustomInventoryName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></strong>(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#markDirty()">markDirty</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#openInventory()">openInventory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#resetRecipeAndSlots()">resetRecipeAndSlots</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#setCurrentRecipeIndex(int)">setCurrentRecipeIndex</a></strong>(int p_70471_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/InventoryMerchant.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></strong>(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</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="InventoryMerchant(net.minecraft.entity.player.EntityPlayer, net.minecraft.entity.IMerchant)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>InventoryMerchant</h4> +<pre>public InventoryMerchant(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1820_1_, + <a href="../../../net/minecraft/entity/IMerchant.html" title="interface in net.minecraft.entity">IMerchant</a> p_i1820_2_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getSizeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSizeInventory</h4> +<pre>public int getSizeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getSizeInventory()">getSizeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlot(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlot</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlot(int p_70301_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlot(int)">getStackInSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_70298_1_, + int p_70298_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#decrStackSize(int,%20int)">decrStackSize</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getStackInSlotOnClosing(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStackInSlotOnClosing</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStackInSlotOnClosing(int p_70304_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getStackInSlotOnClosing(int)">getStackInSlotOnClosing</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="setInventorySlotContents(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInventorySlotContents</h4> +<pre>public void setInventorySlotContents(int p_70299_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_70299_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#setInventorySlotContents(int,%20net.minecraft.item.ItemStack)">setInventorySlotContents</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryName</h4> +<pre>public java.lang.String getInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryName()">getInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="hasCustomInventoryName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasCustomInventoryName</h4> +<pre>public boolean hasCustomInventoryName()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#hasCustomInventoryName()">hasCustomInventoryName</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="getInventoryStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInventoryStackLimit</h4> +<pre>public int getInventoryStackLimit()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#getInventoryStackLimit()">getInventoryStackLimit</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseableByPlayer</h4> +<pre>public boolean isUseableByPlayer(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_70300_1_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isUseableByPlayer(net.minecraft.entity.player.EntityPlayer)">isUseableByPlayer</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="openInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>openInventory</h4> +<pre>public void openInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#openInventory()">openInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="closeInventory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>closeInventory</h4> +<pre>public void closeInventory()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#closeInventory()">closeInventory</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="isItemValidForSlot(int, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isItemValidForSlot</h4> +<pre>public boolean isItemValidForSlot(int p_94041_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_94041_2_)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#isItemValidForSlot(int,%20net.minecraft.item.ItemStack)">isItemValidForSlot</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="markDirty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>markDirty</h4> +<pre>public void markDirty()</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/IInventory.html#markDirty()">markDirty</a></code> in interface <code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></dd> +</dl> +</li> +</ul> +<a name="resetRecipeAndSlots()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>resetRecipeAndSlots</h4> +<pre>public void resetRecipeAndSlots()</pre> +</li> +</ul> +<a name="getCurrentRecipe()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCurrentRecipe</h4> +<pre>public <a href="../../../net/minecraft/village/MerchantRecipe.html" title="class in net.minecraft.village">MerchantRecipe</a> getCurrentRecipe()</pre> +</li> +</ul> +<a name="setCurrentRecipeIndex(int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setCurrentRecipeIndex</h4> +<pre>public void setCurrentRecipeIndex(int p_70471_1_)</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/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/InventoryMerchant.html" target="_top">Frames</a></li> +<li><a href="InventoryMerchant.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/minecraft/inventory/Slot.html b/javadoc/net/minecraft/inventory/Slot.html new file mode 100644 index 0000000..959be3a --- /dev/null +++ b/javadoc/net/minecraft/inventory/Slot.html @@ -0,0 +1,631 @@ +<!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>Slot (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="Slot (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/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/Slot.html" target="_top">Frames</a></li> +<li><a href="Slot.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.minecraft.inventory</div> +<h2 title="Class Slot" class="title">Class Slot</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.Slot</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../net/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory">SlotCrafting</a>, <a href="../../../net/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory">SlotFurnace</a>, <a href="../../../net/minecraft/inventory/SlotMerchantResult.html" title="class in net.minecraft.inventory">SlotMerchantResult</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">Slot</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>protected <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#backgroundIcon">backgroundIcon</a></strong></code> +<div class="block">Position within background texture file, normally -1 which causes no background to be drawn.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#inventory">inventory</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#slotNumber">slotNumber</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#texture">texture</a></strong></code> +<div class="block">Background texture file assigned to this slot, if any.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#xDisplayPosition">xDisplayPosition</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#yDisplayPosition">yDisplayPosition</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/minecraft/inventory/Slot.html#Slot(net.minecraft.inventory.IInventory,%20int,%20int,%20int)">Slot</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1824_1_, + int p_i1824_2_, + int p_i1824_3_, + int p_i1824_4_)</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/minecraft/inventory/Slot.html#canTakeStack(net.minecraft.entity.player.EntityPlayer)">canTakeStack</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82869_1_)</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/minecraft/inventory/Slot.html#decrStackSize(int)">decrStackSize</a></strong>(int p_75209_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#func_111238_b()">func_111238_b</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconIndex()">getBackgroundIconIndex</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconTexture()">getBackgroundIconTexture</a></strong>()</code> +<div class="block">Gets the path of the texture file to use for the background image of this slot when drawing the GUI.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#getHasStack()">getHasStack</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#getSlotIndex()">getSlotIndex</a></strong>()</code> +<div class="block">Retrieves the index in the inventory for this slot, this value should typically not + be used, but can be useful for some occasions.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#getSlotStackLimit()">getSlotStackLimit</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/minecraft/inventory/Slot.html#getStack()">getStack</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#isSlotInInventory(net.minecraft.inventory.IInventory,%20int)">isSlotInInventory</a></strong>(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75217_1_, + int p_75217_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#onSlotChange(net.minecraft.item.ItemStack,%20net.minecraft.item.ItemStack)">onSlotChange</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75220_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75220_2_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#onSlotChanged()">onSlotChanged</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#putStack(net.minecraft.item.ItemStack)">putStack</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75215_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIcon(net.minecraft.util.IIcon)">setBackgroundIcon</a></strong>(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> icon)</code> +<div class="block">Sets which icon index to use as the background image of the slot when it's empty.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIconTexture(net.minecraft.util.ResourceLocation)">setBackgroundIconTexture</a></strong>(<a href="../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> texture)</code> +<div class="block">Sets the texture file to use for the background image of the slot when it's empty.</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"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="inventory"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>inventory</h4> +<pre>public final <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> inventory</pre> +</li> +</ul> +<a name="slotNumber"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>slotNumber</h4> +<pre>public int slotNumber</pre> +</li> +</ul> +<a name="xDisplayPosition"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>xDisplayPosition</h4> +<pre>public int xDisplayPosition</pre> +</li> +</ul> +<a name="yDisplayPosition"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>yDisplayPosition</h4> +<pre>public int yDisplayPosition</pre> +</li> +</ul> +<a name="backgroundIcon"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>backgroundIcon</h4> +<pre>protected <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> backgroundIcon</pre> +<div class="block">Position within background texture file, normally -1 which causes no background to be drawn.</div> +</li> +</ul> +<a name="texture"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>texture</h4> +<pre>protected <a href="../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> texture</pre> +<div class="block">Background texture file assigned to this slot, if any. Vanilla "/gui/items.png" is used if this is null.</div> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Slot(net.minecraft.inventory.IInventory, int, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Slot</h4> +<pre>public Slot(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1824_1_, + int p_i1824_2_, + int p_i1824_3_, + int p_i1824_4_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="onSlotChange(net.minecraft.item.ItemStack, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onSlotChange</h4> +<pre>public void onSlotChange(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75220_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75220_2_)</pre> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</pre> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</pre> +</li> +</ul> +<a name="onPickupFromSlot(net.minecraft.entity.player.EntityPlayer, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onPickupFromSlot</h4> +<pre>public void onPickupFromSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</pre> +</li> +</ul> +<a name="isItemValid(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isItemValid</h4> +<pre>public boolean isItemValid(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</pre> +</li> +</ul> +<a name="getStack()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStack</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> getStack()</pre> +</li> +</ul> +<a name="getHasStack()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getHasStack</h4> +<pre>public boolean getHasStack()</pre> +</li> +</ul> +<a name="putStack(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>putStack</h4> +<pre>public void putStack(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75215_1_)</pre> +</li> +</ul> +<a name="onSlotChanged()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onSlotChanged</h4> +<pre>public void onSlotChanged()</pre> +</li> +</ul> +<a name="getSlotStackLimit()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSlotStackLimit</h4> +<pre>public int getSlotStackLimit()</pre> +</li> +</ul> +<a name="decrStackSize(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_75209_1_)</pre> +</li> +</ul> +<a name="isSlotInInventory(net.minecraft.inventory.IInventory, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isSlotInInventory</h4> +<pre>public boolean isSlotInInventory(<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_75217_1_, + int p_75217_2_)</pre> +</li> +</ul> +<a name="canTakeStack(net.minecraft.entity.player.EntityPlayer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canTakeStack</h4> +<pre>public boolean canTakeStack(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82869_1_)</pre> +</li> +</ul> +<a name="getBackgroundIconIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBackgroundIconIndex</h4> +<pre>public <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> getBackgroundIconIndex()</pre> +</li> +</ul> +<a name="func_111238_b()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>func_111238_b</h4> +<pre>public boolean func_111238_b()</pre> +</li> +</ul> +<a name="getBackgroundIconTexture()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBackgroundIconTexture</h4> +<pre>public <a href="../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> getBackgroundIconTexture()</pre> +<div class="block">Gets the path of the texture file to use for the background image of this slot when drawing the GUI.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>String: The texture file that will be used in GuiContainer.drawSlotInventory for the slot background.</dd></dl> +</li> +</ul> +<a name="setBackgroundIcon(net.minecraft.util.IIcon)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBackgroundIcon</h4> +<pre>public void setBackgroundIcon(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> icon)</pre> +<div class="block">Sets which icon index to use as the background image of the slot when it's empty.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>icon</code> - The icon to use, null for none</dd></dl> +</li> +</ul> +<a name="setBackgroundIconTexture(net.minecraft.util.ResourceLocation)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBackgroundIconTexture</h4> +<pre>public void setBackgroundIconTexture(<a href="../../../net/minecraft/util/ResourceLocation.html" title="class in net.minecraft.util">ResourceLocation</a> texture)</pre> +<div class="block">Sets the texture file to use for the background image of the slot when it's empty.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>textureFilename</code> - String: Path of texture file to use, or null to use "/gui/items.png"</dd></dl> +</li> +</ul> +<a name="getSlotIndex()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getSlotIndex</h4> +<pre>public int getSlotIndex()</pre> +<div class="block">Retrieves the index in the inventory for this slot, this value should typically not + be used, but can be useful for some occasions.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>Index in associated inventory for this slot.</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/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/Slot.html" target="_top">Frames</a></li> +<li><a href="Slot.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/minecraft/inventory/SlotCrafting.html b/javadoc/net/minecraft/inventory/SlotCrafting.html new file mode 100644 index 0000000..0f2a3c3 --- /dev/null +++ b/javadoc/net/minecraft/inventory/SlotCrafting.html @@ -0,0 +1,367 @@ +<!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>SlotCrafting (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="SlotCrafting (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/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/SlotCrafting.html" target="_top">Frames</a></li> +<li><a href="SlotCrafting.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_net.minecraft.inventory.Slot">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.minecraft.inventory</div> +<h2 title="Class SlotCrafting" class="title">Class SlotCrafting</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Slot</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.SlotCrafting</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">SlotCrafting</span> +extends <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Slot"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></h3> +<code><a href="../../../net/minecraft/inventory/Slot.html#backgroundIcon">backgroundIcon</a>, <a href="../../../net/minecraft/inventory/Slot.html#inventory">inventory</a>, <a href="../../../net/minecraft/inventory/Slot.html#slotNumber">slotNumber</a>, <a href="../../../net/minecraft/inventory/Slot.html#texture">texture</a>, <a href="../../../net/minecraft/inventory/Slot.html#xDisplayPosition">xDisplayPosition</a>, <a href="../../../net/minecraft/inventory/Slot.html#yDisplayPosition">yDisplayPosition</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/minecraft/inventory/SlotCrafting.html#SlotCrafting(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.inventory.IInventory,%20net.minecraft.inventory.IInventory,%20int,%20int,%20int)">SlotCrafting</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1823_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1823_2_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1823_3_, + int p_i1823_4_, + int p_i1823_5_, + int p_i1823_6_)</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/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotCrafting.html#decrStackSize(int)">decrStackSize</a></strong>(int p_75209_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotCrafting.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotCrafting.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotCrafting.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotCrafting.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Slot"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></h3> +<code><a href="../../../net/minecraft/inventory/Slot.html#canTakeStack(net.minecraft.entity.player.EntityPlayer)">canTakeStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#func_111238_b()">func_111238_b</a>, <a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconIndex()">getBackgroundIconIndex</a>, <a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconTexture()">getBackgroundIconTexture</a>, <a href="../../../net/minecraft/inventory/Slot.html#getHasStack()">getHasStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#getSlotIndex()">getSlotIndex</a>, <a href="../../../net/minecraft/inventory/Slot.html#getSlotStackLimit()">getSlotStackLimit</a>, <a href="../../../net/minecraft/inventory/Slot.html#getStack()">getStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#isSlotInInventory(net.minecraft.inventory.IInventory,%20int)">isSlotInInventory</a>, <a href="../../../net/minecraft/inventory/Slot.html#onSlotChange(net.minecraft.item.ItemStack,%20net.minecraft.item.ItemStack)">onSlotChange</a>, <a href="../../../net/minecraft/inventory/Slot.html#onSlotChanged()">onSlotChanged</a>, <a href="../../../net/minecraft/inventory/Slot.html#putStack(net.minecraft.item.ItemStack)">putStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIcon(net.minecraft.util.IIcon)">setBackgroundIcon</a>, <a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIconTexture(net.minecraft.util.ResourceLocation)">setBackgroundIconTexture</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="SlotCrafting(net.minecraft.entity.player.EntityPlayer, net.minecraft.inventory.IInventory, net.minecraft.inventory.IInventory, int, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SlotCrafting</h4> +<pre>public SlotCrafting(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1823_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1823_2_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1823_3_, + int p_i1823_4_, + int p_i1823_5_, + int p_i1823_6_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="isItemValid(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isItemValid</h4> +<pre>public boolean isItemValid(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_75209_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#decrStackSize(int)">decrStackSize</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onPickupFromSlot(net.minecraft.entity.player.EntityPlayer, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onPickupFromSlot</h4> +<pre>public void onPickupFromSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</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/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/SlotCrafting.html" target="_top">Frames</a></li> +<li><a href="SlotCrafting.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_net.minecraft.inventory.Slot">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/minecraft/inventory/SlotFurnace.html b/javadoc/net/minecraft/inventory/SlotFurnace.html new file mode 100644 index 0000000..31c71d5 --- /dev/null +++ b/javadoc/net/minecraft/inventory/SlotFurnace.html @@ -0,0 +1,365 @@ +<!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>SlotFurnace (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="SlotFurnace (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/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/SlotMerchantResult.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/SlotFurnace.html" target="_top">Frames</a></li> +<li><a href="SlotFurnace.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_net.minecraft.inventory.Slot">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.minecraft.inventory</div> +<h2 title="Class SlotFurnace" class="title">Class SlotFurnace</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Slot</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.SlotFurnace</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">SlotFurnace</span> +extends <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Slot"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></h3> +<code><a href="../../../net/minecraft/inventory/Slot.html#backgroundIcon">backgroundIcon</a>, <a href="../../../net/minecraft/inventory/Slot.html#inventory">inventory</a>, <a href="../../../net/minecraft/inventory/Slot.html#slotNumber">slotNumber</a>, <a href="../../../net/minecraft/inventory/Slot.html#texture">texture</a>, <a href="../../../net/minecraft/inventory/Slot.html#xDisplayPosition">xDisplayPosition</a>, <a href="../../../net/minecraft/inventory/Slot.html#yDisplayPosition">yDisplayPosition</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/minecraft/inventory/SlotFurnace.html#SlotFurnace(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.inventory.IInventory,%20int,%20int,%20int)">SlotFurnace</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1813_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1813_2_, + int p_i1813_3_, + int p_i1813_4_, + int p_i1813_5_)</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/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotFurnace.html#decrStackSize(int)">decrStackSize</a></strong>(int p_75209_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotFurnace.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotFurnace.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotFurnace.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotFurnace.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Slot"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></h3> +<code><a href="../../../net/minecraft/inventory/Slot.html#canTakeStack(net.minecraft.entity.player.EntityPlayer)">canTakeStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#func_111238_b()">func_111238_b</a>, <a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconIndex()">getBackgroundIconIndex</a>, <a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconTexture()">getBackgroundIconTexture</a>, <a href="../../../net/minecraft/inventory/Slot.html#getHasStack()">getHasStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#getSlotIndex()">getSlotIndex</a>, <a href="../../../net/minecraft/inventory/Slot.html#getSlotStackLimit()">getSlotStackLimit</a>, <a href="../../../net/minecraft/inventory/Slot.html#getStack()">getStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#isSlotInInventory(net.minecraft.inventory.IInventory,%20int)">isSlotInInventory</a>, <a href="../../../net/minecraft/inventory/Slot.html#onSlotChange(net.minecraft.item.ItemStack,%20net.minecraft.item.ItemStack)">onSlotChange</a>, <a href="../../../net/minecraft/inventory/Slot.html#onSlotChanged()">onSlotChanged</a>, <a href="../../../net/minecraft/inventory/Slot.html#putStack(net.minecraft.item.ItemStack)">putStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIcon(net.minecraft.util.IIcon)">setBackgroundIcon</a>, <a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIconTexture(net.minecraft.util.ResourceLocation)">setBackgroundIconTexture</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="SlotFurnace(net.minecraft.entity.player.EntityPlayer, net.minecraft.inventory.IInventory, int, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SlotFurnace</h4> +<pre>public SlotFurnace(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1813_1_, + <a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a> p_i1813_2_, + int p_i1813_3_, + int p_i1813_4_, + int p_i1813_5_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="isItemValid(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isItemValid</h4> +<pre>public boolean isItemValid(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_75209_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#decrStackSize(int)">decrStackSize</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onPickupFromSlot(net.minecraft.entity.player.EntityPlayer, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onPickupFromSlot</h4> +<pre>public void onPickupFromSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</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/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraft/inventory/SlotMerchantResult.html" title="class in net.minecraft.inventory"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/SlotFurnace.html" target="_top">Frames</a></li> +<li><a href="SlotFurnace.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_net.minecraft.inventory.Slot">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/minecraft/inventory/SlotMerchantResult.html b/javadoc/net/minecraft/inventory/SlotMerchantResult.html new file mode 100644 index 0000000..2acf3d6 --- /dev/null +++ b/javadoc/net/minecraft/inventory/SlotMerchantResult.html @@ -0,0 +1,367 @@ +<!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>SlotMerchantResult (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="SlotMerchantResult (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/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/SlotMerchantResult.html" target="_top">Frames</a></li> +<li><a href="SlotMerchantResult.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_net.minecraft.inventory.Slot">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.minecraft.inventory</div> +<h2 title="Class SlotMerchantResult" class="title">Class SlotMerchantResult</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">net.minecraft.inventory.Slot</a></li> +<li> +<ul class="inheritance"> +<li>net.minecraft.inventory.SlotMerchantResult</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">SlotMerchantResult</span> +extends <a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</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> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_net.minecraft.inventory.Slot"> +<!-- --> +</a> +<h3>Fields inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></h3> +<code><a href="../../../net/minecraft/inventory/Slot.html#backgroundIcon">backgroundIcon</a>, <a href="../../../net/minecraft/inventory/Slot.html#inventory">inventory</a>, <a href="../../../net/minecraft/inventory/Slot.html#slotNumber">slotNumber</a>, <a href="../../../net/minecraft/inventory/Slot.html#texture">texture</a>, <a href="../../../net/minecraft/inventory/Slot.html#xDisplayPosition">xDisplayPosition</a>, <a href="../../../net/minecraft/inventory/Slot.html#yDisplayPosition">yDisplayPosition</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/minecraft/inventory/SlotMerchantResult.html#SlotMerchantResult(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.entity.IMerchant,%20net.minecraft.inventory.InventoryMerchant,%20int,%20int,%20int)">SlotMerchantResult</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1822_1_, + <a href="../../../net/minecraft/entity/IMerchant.html" title="interface in net.minecraft.entity">IMerchant</a> p_i1822_2_, + <a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory">InventoryMerchant</a> p_i1822_3_, + int p_i1822_4_, + int p_i1822_5_, + int p_i1822_6_)</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/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotMerchantResult.html#decrStackSize(int)">decrStackSize</a></strong>(int p_75209_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotMerchantResult.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotMerchantResult.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotMerchantResult.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></strong>(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraft/inventory/SlotMerchantResult.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></strong>(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.inventory.Slot"> +<!-- --> +</a> +<h3>Methods inherited from class net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></h3> +<code><a href="../../../net/minecraft/inventory/Slot.html#canTakeStack(net.minecraft.entity.player.EntityPlayer)">canTakeStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#func_111238_b()">func_111238_b</a>, <a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconIndex()">getBackgroundIconIndex</a>, <a href="../../../net/minecraft/inventory/Slot.html#getBackgroundIconTexture()">getBackgroundIconTexture</a>, <a href="../../../net/minecraft/inventory/Slot.html#getHasStack()">getHasStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#getSlotIndex()">getSlotIndex</a>, <a href="../../../net/minecraft/inventory/Slot.html#getSlotStackLimit()">getSlotStackLimit</a>, <a href="../../../net/minecraft/inventory/Slot.html#getStack()">getStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#isSlotInInventory(net.minecraft.inventory.IInventory,%20int)">isSlotInInventory</a>, <a href="../../../net/minecraft/inventory/Slot.html#onSlotChange(net.minecraft.item.ItemStack,%20net.minecraft.item.ItemStack)">onSlotChange</a>, <a href="../../../net/minecraft/inventory/Slot.html#onSlotChanged()">onSlotChanged</a>, <a href="../../../net/minecraft/inventory/Slot.html#putStack(net.minecraft.item.ItemStack)">putStack</a>, <a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIcon(net.minecraft.util.IIcon)">setBackgroundIcon</a>, <a href="../../../net/minecraft/inventory/Slot.html#setBackgroundIconTexture(net.minecraft.util.ResourceLocation)">setBackgroundIconTexture</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="SlotMerchantResult(net.minecraft.entity.player.EntityPlayer, net.minecraft.entity.IMerchant, net.minecraft.inventory.InventoryMerchant, int, int, int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SlotMerchantResult</h4> +<pre>public SlotMerchantResult(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_i1822_1_, + <a href="../../../net/minecraft/entity/IMerchant.html" title="interface in net.minecraft.entity">IMerchant</a> p_i1822_2_, + <a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory">InventoryMerchant</a> p_i1822_3_, + int p_i1822_4_, + int p_i1822_5_, + int p_i1822_6_)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="isItemValid(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isItemValid</h4> +<pre>public boolean isItemValid(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75214_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#isItemValid(net.minecraft.item.ItemStack)">isItemValid</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="decrStackSize(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>decrStackSize</h4> +<pre>public <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> decrStackSize(int p_75209_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#decrStackSize(int)">decrStackSize</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75210_1_, + int p_75210_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack,%20int)">onCrafting</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onCrafting(net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>onCrafting</h4> +<pre>protected void onCrafting(<a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_75208_1_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onCrafting(net.minecraft.item.ItemStack)">onCrafting</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></code></dd> +</dl> +</li> +</ul> +<a name="onPickupFromSlot(net.minecraft.entity.player.EntityPlayer, net.minecraft.item.ItemStack)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onPickupFromSlot</h4> +<pre>public void onPickupFromSlot(<a href="../../../net/minecraft/entity/player/EntityPlayer.html" title="class in net.minecraft.entity.player">EntityPlayer</a> p_82870_1_, + <a href="../../../net/minecraft/item/ItemStack.html" title="class in net.minecraft.item">ItemStack</a> p_82870_2_)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../net/minecraft/inventory/Slot.html#onPickupFromSlot(net.minecraft.entity.player.EntityPlayer,%20net.minecraft.item.ItemStack)">onPickupFromSlot</a></code> in class <code><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</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/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/SlotMerchantResult.html" target="_top">Frames</a></li> +<li><a href="SlotMerchantResult.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_net.minecraft.inventory.Slot">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/minecraft/inventory/package-frame.html b/javadoc/net/minecraft/inventory/package-frame.html new file mode 100644 index 0000000..1b9dec9 --- /dev/null +++ b/javadoc/net/minecraft/inventory/package-frame.html @@ -0,0 +1,49 @@ +<!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:24 EST 2015 --> +<title>net.minecraft.inventory (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/minecraft/inventory/package-summary.html" target="classFrame">net.minecraft.inventory</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="ICrafting.html" title="interface in net.minecraft.inventory" target="classFrame"><i>ICrafting</i></a></li> +<li><a href="IInvBasic.html" title="interface in net.minecraft.inventory" target="classFrame"><i>IInvBasic</i></a></li> +<li><a href="IInventory.html" title="interface in net.minecraft.inventory" target="classFrame"><i>IInventory</i></a></li> +<li><a href="ISidedInventory.html" title="interface in net.minecraft.inventory" target="classFrame"><i>ISidedInventory</i></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="AnimalChest.html" title="class in net.minecraft.inventory" target="classFrame">AnimalChest</a></li> +<li><a href="Container.html" title="class in net.minecraft.inventory" target="classFrame">Container</a></li> +<li><a href="ContainerBeacon.html" title="class in net.minecraft.inventory" target="classFrame">ContainerBeacon</a></li> +<li><a href="ContainerBrewingStand.html" title="class in net.minecraft.inventory" target="classFrame">ContainerBrewingStand</a></li> +<li><a href="ContainerChest.html" title="class in net.minecraft.inventory" target="classFrame">ContainerChest</a></li> +<li><a href="ContainerDispenser.html" title="class in net.minecraft.inventory" target="classFrame">ContainerDispenser</a></li> +<li><a href="ContainerEnchantment.html" title="class in net.minecraft.inventory" target="classFrame">ContainerEnchantment</a></li> +<li><a href="ContainerFurnace.html" title="class in net.minecraft.inventory" target="classFrame">ContainerFurnace</a></li> +<li><a href="ContainerHopper.html" title="class in net.minecraft.inventory" target="classFrame">ContainerHopper</a></li> +<li><a href="ContainerHorseInventory.html" title="class in net.minecraft.inventory" target="classFrame">ContainerHorseInventory</a></li> +<li><a href="ContainerMerchant.html" title="class in net.minecraft.inventory" target="classFrame">ContainerMerchant</a></li> +<li><a href="ContainerPlayer.html" title="class in net.minecraft.inventory" target="classFrame">ContainerPlayer</a></li> +<li><a href="ContainerRepair.html" title="class in net.minecraft.inventory" target="classFrame">ContainerRepair</a></li> +<li><a href="ContainerWorkbench.html" title="class in net.minecraft.inventory" target="classFrame">ContainerWorkbench</a></li> +<li><a href="InventoryBasic.html" title="class in net.minecraft.inventory" target="classFrame">InventoryBasic</a></li> +<li><a href="InventoryCrafting.html" title="class in net.minecraft.inventory" target="classFrame">InventoryCrafting</a></li> +<li><a href="InventoryCraftResult.html" title="class in net.minecraft.inventory" target="classFrame">InventoryCraftResult</a></li> +<li><a href="InventoryEnderChest.html" title="class in net.minecraft.inventory" target="classFrame">InventoryEnderChest</a></li> +<li><a href="InventoryLargeChest.html" title="class in net.minecraft.inventory" target="classFrame">InventoryLargeChest</a></li> +<li><a href="InventoryMerchant.html" title="class in net.minecraft.inventory" target="classFrame">InventoryMerchant</a></li> +<li><a href="Slot.html" title="class in net.minecraft.inventory" target="classFrame">Slot</a></li> +<li><a href="SlotCrafting.html" title="class in net.minecraft.inventory" target="classFrame">SlotCrafting</a></li> +<li><a href="SlotFurnace.html" title="class in net.minecraft.inventory" target="classFrame">SlotFurnace</a></li> +<li><a href="SlotMerchantResult.html" title="class in net.minecraft.inventory" target="classFrame">SlotMerchantResult</a></li> +</ul> +</div> +</body> +</html> diff --git a/javadoc/net/minecraft/inventory/package-summary.html b/javadoc/net/minecraft/inventory/package-summary.html new file mode 100644 index 0000000..6ad3f1a --- /dev/null +++ b/javadoc/net/minecraft/inventory/package-summary.html @@ -0,0 +1,250 @@ +<!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:24 EST 2015 --> +<title>net.minecraft.inventory (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.minecraft.inventory (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/minecraft/init/package-summary.html">Prev Package</a></li> +<li><a href="../../../net/minecraft/item/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/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.minecraft.inventory</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/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory">ICrafting</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory">IInvBasic</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory">ISidedInventory</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/minecraft/inventory/AnimalChest.html" title="class in net.minecraft.inventory">AnimalChest</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory">Container</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory">ContainerBeacon</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory">ContainerBrewingStand</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory">ContainerChest</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory">ContainerDispenser</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory">ContainerEnchantment</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory">ContainerFurnace</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory">ContainerHopper</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory">ContainerHorseInventory</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory">ContainerMerchant</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory">ContainerPlayer</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory">ContainerRepair</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory">ContainerWorkbench</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory">InventoryBasic</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory">InventoryCrafting</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory">InventoryCraftResult</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory">InventoryEnderChest</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory">InventoryLargeChest</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory">InventoryMerchant</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory">Slot</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory">SlotCrafting</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory">SlotFurnace</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../net/minecraft/inventory/SlotMerchantResult.html" title="class in net.minecraft.inventory">SlotMerchantResult</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/minecraft/init/package-summary.html">Prev Package</a></li> +<li><a href="../../../net/minecraft/item/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/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/minecraft/inventory/package-tree.html b/javadoc/net/minecraft/inventory/package-tree.html new file mode 100644 index 0000000..578a3ec --- /dev/null +++ b/javadoc/net/minecraft/inventory/package-tree.html @@ -0,0 +1,168 @@ +<!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:24 EST 2015 --> +<title>net.minecraft.inventory 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.minecraft.inventory 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/minecraft/init/package-tree.html">Prev</a></li> +<li><a href="../../../net/minecraft/item/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/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.minecraft.inventory</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.inventory.<a href="../../../net/minecraft/inventory/Container.html" title="class in net.minecraft.inventory"><span class="strong">Container</span></a> +<ul> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerBeacon.html" title="class in net.minecraft.inventory"><span class="strong">ContainerBeacon</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerBrewingStand.html" title="class in net.minecraft.inventory"><span class="strong">ContainerBrewingStand</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerChest.html" title="class in net.minecraft.inventory"><span class="strong">ContainerChest</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerDispenser.html" title="class in net.minecraft.inventory"><span class="strong">ContainerDispenser</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerEnchantment.html" title="class in net.minecraft.inventory"><span class="strong">ContainerEnchantment</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerFurnace.html" title="class in net.minecraft.inventory"><span class="strong">ContainerFurnace</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerHopper.html" title="class in net.minecraft.inventory"><span class="strong">ContainerHopper</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerHorseInventory.html" title="class in net.minecraft.inventory"><span class="strong">ContainerHorseInventory</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerMerchant.html" title="class in net.minecraft.inventory"><span class="strong">ContainerMerchant</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerPlayer.html" title="class in net.minecraft.inventory"><span class="strong">ContainerPlayer</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerRepair.html" title="class in net.minecraft.inventory"><span class="strong">ContainerRepair</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ContainerWorkbench.html" title="class in net.minecraft.inventory"><span class="strong">ContainerWorkbench</span></a></li> +</ul> +</li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryBasic.html" title="class in net.minecraft.inventory"><span class="strong">InventoryBasic</span></a> (implements net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a>) +<ul> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/AnimalChest.html" title="class in net.minecraft.inventory"><span class="strong">AnimalChest</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryEnderChest.html" title="class in net.minecraft.inventory"><span class="strong">InventoryEnderChest</span></a></li> +</ul> +</li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryCrafting.html" title="class in net.minecraft.inventory"><span class="strong">InventoryCrafting</span></a> (implements net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a>)</li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryCraftResult.html" title="class in net.minecraft.inventory"><span class="strong">InventoryCraftResult</span></a> (implements net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a>)</li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryLargeChest.html" title="class in net.minecraft.inventory"><span class="strong">InventoryLargeChest</span></a> (implements net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a>)</li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/InventoryMerchant.html" title="class in net.minecraft.inventory"><span class="strong">InventoryMerchant</span></a> (implements net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory">IInventory</a>)</li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/Slot.html" title="class in net.minecraft.inventory"><span class="strong">Slot</span></a> +<ul> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/SlotCrafting.html" title="class in net.minecraft.inventory"><span class="strong">SlotCrafting</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/SlotFurnace.html" title="class in net.minecraft.inventory"><span class="strong">SlotFurnace</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/SlotMerchantResult.html" title="class in net.minecraft.inventory"><span class="strong">SlotMerchantResult</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ICrafting.html" title="interface in net.minecraft.inventory"><span class="strong">ICrafting</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInvBasic.html" title="interface in net.minecraft.inventory"><span class="strong">IInvBasic</span></a></li> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/IInventory.html" title="interface in net.minecraft.inventory"><span class="strong">IInventory</span></a> +<ul> +<li type="circle">net.minecraft.inventory.<a href="../../../net/minecraft/inventory/ISidedInventory.html" title="interface in net.minecraft.inventory"><span class="strong">ISidedInventory</span></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/minecraft/init/package-tree.html">Prev</a></li> +<li><a href="../../../net/minecraft/item/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraft/inventory/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> |
