Clarify method comment

This commit is contained in:
PikaMug 2019-10-07 20:23:14 -04:00
parent 79f97e8c98
commit a1027c30c4

View File

@ -70,7 +70,8 @@ public class LocaleQuery {
* Send message with item name translated to the client's locale. * Send message with item name translated to the client's locale.
* Material is required. Durability arg is arbitrary for 1.13+ * Material is required. Durability arg is arbitrary for 1.13+
* and can be ignored by setting to a value less than 0. * and can be ignored by setting to a value less than 0.
* Enchantments & meta are optional and may be left null or empty.<p> * Enchantments & meta are optional and may be left null or empty,
* but note that most Potions use meta for 1.13+.<p>
* *
* Message should contain {@code <item>} string for replacement by * Message should contain {@code <item>} string for replacement by
* this method (along with applicable {@code <enchantment>} strings). * this method (along with applicable {@code <enchantment>} strings).