Skip to content

Commit ca49584

Browse files
committed
update key description to use ItemStackLike
1 parent d2a570e commit ca49584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/spongepowered/api/data

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@ public final class Keys {
21832183
public static final Key<Value<Boolean>> IS_WET = Keys.key(ResourceKey.sponge("is_wet"), Boolean.class);
21842184

21852185
/**
2186-
* The {@link ItemAttribute}s an {@link ItemStack} can apply.
2186+
* The {@link ItemAttribute}s an {@link ItemStackLike} can apply.
21872187
*/
21882188
public static final Key<ListValue<ItemAttribute>> ITEM_ATTRIBUTES = Keys.listKey(ResourceKey.sponge("item_attributes"), ItemAttribute.class);
21892189

0 commit comments

Comments
 (0)