mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-28 05:35:33 +01:00
Update method description
This commit is contained in:
parent
7d829f9cda
commit
290ac4f158
@ -37,7 +37,7 @@ import me.blackvein.quests.Quests;
|
||||
public class ItemUtil {
|
||||
|
||||
/**
|
||||
* Will compare stacks by name, amount, data, display name/lore and enchantments
|
||||
* Will compare stacks by name, amount, durability, display name/lore and enchantments
|
||||
*
|
||||
*
|
||||
* @param one
|
||||
@ -47,7 +47,7 @@ public class ItemUtil {
|
||||
* @return 0 if stacks are equal, or the first inequality from the following values:<br>
|
||||
* @return -1 -> stack names are unequal<br>
|
||||
* @return -2 -> stack amounts are unequal<br>
|
||||
* @return -3 -> stack data is unequal<br>
|
||||
* @return -3 -> stack durability is unequal<br>
|
||||
* @return -4 -> stack display name/lore is unequal<br>
|
||||
* @return -5 -> stack enchantments are unequal<br>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user