Skip to content

Commit 13a0483

Browse files
Simplify documentation of armor type property
Co-authored-by: chris <[email protected]>
1 parent 81a68b7 commit 13a0483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/geysermc/geyser/api/item/custom/CustomItemData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public interface CustomItemData {
148148
* Gets the armor type of the item.
149149
*
150150
* This can be "boots", "leggings", "chestplate", or "helmet", and makes the item able to be equipped into its respective equipment slot.
151-
* This should only be set if the Java vanilla/non-vanilla item is able to fit into the specified equipment slot.
151+
* This should only be set if the Java item can be placed into the specified equipment slot.
152152
*
153153
* @return the armor type of the item
154154
*/

0 commit comments

Comments
 (0)