From a0d280d55d2de0248247d3c9b4751d806594f03b Mon Sep 17 00:00:00 2001 From: 0xSeb Date: Sun, 21 Jun 2015 20:24:45 +0200 Subject: [PATCH] Some simple test commit without changes --- .../craftingkeys/ContainerManager.java | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/java/de/skate702/craftingkeys/ContainerManager.java b/src/main/java/de/skate702/craftingkeys/ContainerManager.java index 9230a11..96a9ff7 100644 --- a/src/main/java/de/skate702/craftingkeys/ContainerManager.java +++ b/src/main/java/de/skate702/craftingkeys/ContainerManager.java @@ -9,7 +9,7 @@ import net.minecraft.util.IChatComponent; /** * Managing Class to move Items in Inventory Containers. - * + * * @author skate702 * */ @@ -28,7 +28,7 @@ public class ContainerManager { /** * Moves a full Stack from a slot to another. - * + * * @param srcIndex * The Source Slot Index of the Container * @param destIndex @@ -50,7 +50,7 @@ public class ContainerManager { /** * Moves a specified amount of Items from a slot to another. [Based on * INVTW] - * + * * @param srcIndex * The Source Slot Index of the Container * @param destIndex @@ -97,7 +97,7 @@ public class ContainerManager { /** * Returns the ItemStack in a slot [Based on INVTW] - * + * * @param index * The index of the slot in the container * @return Returns the ItemStack @@ -120,7 +120,7 @@ public class ContainerManager { /** * Sends a click on the crafting output (craftingGUI or Inventory) - * + * * @param isCraftingGUI * 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 * drops them. - * + * * @param sourceIndex * The index of the slot to move items from * @param isCraftingGUI @@ -195,7 +195,7 @@ public class ContainerManager { /** * Returns the first free index in a inventory - * + * * @param isCraftingGUI * true, if the craftingGUI is opened * @return a slot index @@ -231,7 +231,7 @@ public class ContainerManager { /** * Executes a left mouse click on a slot. [Based on INVTW] - * + * * @param index * 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] - * + * * @param index * 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] - * + * * @param index * The index of the slot in the container * @param rightClick