diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-05-13 19:34:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 19:34:08 +0200 |
| commit | 42bbc4225b5b52ff353f75cb337151511f9fedb1 (patch) | |
| tree | 8c52070fd56c9c006148f2bc2938eea616865030 /src/main/java/gregtech/api/interfaces/tileentity/IHasInventory.java | |
| parent | a2761733aaad5e1a9368a25b565846fa8ccb6d4b (diff) | |
| parent | 1844e1c86d9673a541d74985d3cf07ec82ee8e03 (diff) | |
| download | GT5-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.java | 2 |
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 +} |
