mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Simplify documentation of armor type property
Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
parent
aa59f404af
commit
e55eaa7b7a
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public interface CustomItemData {
|
|||
* Gets the armor type of the item.
|
||||
*
|
||||
* This can be "boots", "leggings", "chestplate", or "helmet", and makes the item able to be equipped into its respective equipment slot.
|
||||
* This should only be set if the Java vanilla/non-vanilla item is able to fit into the specified equipment slot.
|
||||
* This should only be set if the Java item can be placed into the specified equipment slot.
|
||||
*
|
||||
* @return the armor type of the item
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue