We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a570e commit ca49584Copy full SHA for ca49584
1 file changed
src/main/java/org/spongepowered/api/data/Keys.java
@@ -2183,7 +2183,7 @@ public final class Keys {
2183
public static final Key<Value<Boolean>> IS_WET = Keys.key(ResourceKey.sponge("is_wet"), Boolean.class);
2184
2185
/**
2186
- * The {@link ItemAttribute}s an {@link ItemStack} can apply.
+ * The {@link ItemAttribute}s an {@link ItemStackLike} can apply.
2187
*/
2188
public static final Key<ListValue<ItemAttribute>> ITEM_ATTRIBUTES = Keys.listKey(ResourceKey.sponge("item_attributes"), ItemAttribute.class);
2189
0 commit comments