Update API doc

This commit is contained in:
raoulvdberge
2017-07-16 09:26:31 +02:00
parent bab5395313
commit 8ef4dfd827

View File

@@ -116,12 +116,11 @@ public interface IRSAPI {
/**
* @param stack the stack
* @param tag whether the NBT tag of the stack should be calculated in the hashcode
* @param tag whether the NBT tag of the stack should be calculated in the hashcode, used for performance reasons
* @return a hashcode for the given stack
*/
int getItemStackHashCode(ItemStack stack, boolean tag);
/**
* @param stack the stack
* @return a hashcode for the given stack