aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-05-13 19:34:08 +0200
committerGitHub <noreply@github.com>2021-05-13 19:34:08 +0200
commit42bbc4225b5b52ff353f75cb337151511f9fedb1 (patch)
tree8c52070fd56c9c006148f2bc2938eea616865030 /src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java
parenta2761733aaad5e1a9368a25b565846fa8ccb6d4b (diff)
parent1844e1c86d9673a541d74985d3cf07ec82ee8e03 (diff)
downloadGT5-Unofficial-42bbc4225b5b52ff353f75cb337151511f9fedb1.tar.gz
GT5-Unofficial-42bbc4225b5b52ff353f75cb337151511f9fedb1.tar.bz2
GT5-Unofficial-42bbc4225b5b52ff353f75cb337151511f9fedb1.zip
Merge pull request #515 from GTNewHorizons/files_format
Normalize all repository files format
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java')
-rw-r--r--src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java b/src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java
index 42df520ff4..437d896800 100644
--- a/src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java
+++ b/src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java
@@ -30,4 +30,4 @@ public interface IHasInventory extends ISidedInventory, IHasWorldObjectAndCoords
* @return true if aStack == null, then false if aIndex is out of bounds, then false if aStack cannot be added, and then true if aStack has been added
*/
boolean addStackToSlot(int aIndex, ItemStack aStack, int aAmount);
-} \ No newline at end of file
+}