Update API doc
This commit is contained in:
@@ -116,12 +116,11 @@ public interface IRSAPI {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param stack the stack
|
* @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
|
* @return a hashcode for the given stack
|
||||||
*/
|
*/
|
||||||
int getItemStackHashCode(ItemStack stack, boolean tag);
|
int getItemStackHashCode(ItemStack stack, boolean tag);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param stack the stack
|
* @param stack the stack
|
||||||
* @return a hashcode for the given stack
|
* @return a hashcode for the given stack
|
||||||
|
|||||||
Reference in New Issue
Block a user