Some simple test commit without changes

This commit is contained in:
0xSeb
2015-06-21 20:24:45 +02:00
parent 75e5dfe1f2
commit a0d280d55d
@@ -9,7 +9,7 @@ import net.minecraft.util.IChatComponent;
/** /**
* Managing Class to move Items in Inventory Containers. * Managing Class to move Items in Inventory Containers.
* *
* @author skate702 * @author skate702
* *
*/ */
@@ -28,7 +28,7 @@ public class ContainerManager {
/** /**
* Moves a full Stack from a slot to another. * Moves a full Stack from a slot to another.
* *
* @param srcIndex * @param srcIndex
* The Source Slot Index of the Container * The Source Slot Index of the Container
* @param destIndex * @param destIndex
@@ -50,7 +50,7 @@ public class ContainerManager {
/** /**
* Moves a specified amount of Items from a slot to another. [Based on * Moves a specified amount of Items from a slot to another. [Based on
* INVTW] * INVTW]
* *
* @param srcIndex * @param srcIndex
* The Source Slot Index of the Container * The Source Slot Index of the Container
* @param destIndex * @param destIndex
@@ -97,7 +97,7 @@ public class ContainerManager {
/** /**
* Returns the ItemStack in a slot [Based on INVTW] * Returns the ItemStack in a slot [Based on INVTW]
* *
* @param index * @param index
* The index of the slot in the container * The index of the slot in the container
* @return Returns the ItemStack * @return Returns the ItemStack
@@ -120,7 +120,7 @@ public class ContainerManager {
/** /**
* Sends a click on the crafting output (craftingGUI or Inventory) * Sends a click on the crafting output (craftingGUI or Inventory)
* *
* @param isCraftingGUI * @param isCraftingGUI
* true, if the craftingGUI is opened * true, if the craftingGUI is opened
*/ */
@@ -143,7 +143,7 @@ public class ContainerManager {
/** /**
* Takes all items from a slot and moves them to the next empty slot or * Takes all items from a slot and moves them to the next empty slot or
* drops them. * drops them.
* *
* @param sourceIndex * @param sourceIndex
* The index of the slot to move items from * The index of the slot to move items from
* @param isCraftingGUI * @param isCraftingGUI
@@ -195,7 +195,7 @@ public class ContainerManager {
/** /**
* Returns the first free index in a inventory * Returns the first free index in a inventory
* *
* @param isCraftingGUI * @param isCraftingGUI
* true, if the craftingGUI is opened * true, if the craftingGUI is opened
* @return a slot index * @return a slot index
@@ -231,7 +231,7 @@ public class ContainerManager {
/** /**
* Executes a left mouse click on a slot. [Based on INVTW] * Executes a left mouse click on a slot. [Based on INVTW]
* *
* @param index * @param index
* The index of the slot in the container * The index of the slot in the container
*/ */
@@ -241,7 +241,7 @@ public class ContainerManager {
/** /**
* Executes a right mouse click on a slot. [Based on INVTW] * Executes a right mouse click on a slot. [Based on INVTW]
* *
* @param index * @param index
* The index of the slot in the container * The index of the slot in the container
*/ */
@@ -251,7 +251,7 @@ public class ContainerManager {
/** /**
* Executes a mouse click on a slot. [Based on INVTW] * Executes a mouse click on a slot. [Based on INVTW]
* *
* @param index * @param index
* The index of the slot in the container * The index of the slot in the container
* @param rightClick * @param rightClick