From ee4f323977602fe0f4f6dcbab21db5148f767edf Mon Sep 17 00:00:00 2001 From: thatsIch Date: Fri, 19 Dec 2014 23:54:09 +0100 Subject: [PATCH] More precise javadoc of IStorageCell Reflects the internal implementation of StorageCells --- .../java/appeng/api/implementations/items/IStorageCell.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/java/appeng/api/implementations/items/IStorageCell.java b/src/api/java/appeng/api/implementations/items/IStorageCell.java index 7fb51ca1..ba2eaa78 100644 --- a/src/api/java/appeng/api/implementations/items/IStorageCell.java +++ b/src/api/java/appeng/api/implementations/items/IStorageCell.java @@ -42,8 +42,8 @@ public interface IStorageCell extends ICellWorkbenchItem { /** - * If this returns something where N % 8 != 0 Then you will be shot on - * sight, or your car will explode, something like that least... + * It wont work if the return is not a multiple of 8. + * The limit is ({@link Integer#MAX_VALUE} + 1) / 8. * * @param cellItem item * @return number of bytes