Small doc change

This commit is contained in:
Raoul Van den Berge
2016-06-14 19:43:09 +02:00
parent 0baba16714
commit 0d938c6ae3

View File

@@ -41,7 +41,7 @@ public abstract class NBTStorage implements IStorage {
/**
* @param tag The NBT tag we are reading from and writing the amount stored to, has to be initialized with {@link NBTStorage#createNBT()} if it doesn't exist yet
* @param capacity The capacity of this storage
* @param capacity The capacity of this storage, -1 for infinite capacity
* @param tile A {@link TileEntity} that the NBT storage is in, will be marked dirty when storage changes
*/
public NBTStorage(NBTTagCompound tag, int capacity, @Nullable TileEntity tile) {