More precise javadoc of IStorageCell

Reflects the internal implementation of StorageCells
This commit is contained in:
thatsIch 2014-12-19 23:54:09 +01:00
parent fc07acbced
commit ee4f323977

View file

@ -42,8 +42,8 @@ public interface IStorageCell extends ICellWorkbenchItem
{ {
/** /**
* If this returns something where N % 8 != 0 Then you will be shot on * It wont work if the return is not a multiple of 8.
* sight, or your car will explode, something like that least... * The limit is ({@link Integer#MAX_VALUE} + 1) / 8.
* *
* @param cellItem item * @param cellItem item
* @return number of bytes * @return number of bytes