File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/spongepowered/api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2626
2727import org .spongepowered .api .Sponge ;
2828import org .spongepowered .api .entity .attribute .type .AttributeType ;
29- import org .spongepowered .api .item .inventory .ItemStack ;
29+ import org .spongepowered .api .item .inventory .ItemStackLike ;
3030import org .spongepowered .api .item .inventory .equipment .EquipmentCondition ;
3131
3232import java .util .Objects ;
3333import java .util .function .Supplier ;
3434
3535/**
3636 * Represents an {@link AttributeModifier} for the specific {@link AttributeType}
37- * an {@link ItemStack } can apply when the {@link EquipmentCondition} is met.
37+ * an {@link ItemStackLike } can apply when the {@link EquipmentCondition} is met.
3838 */
3939public interface ItemAttribute {
4040
You can’t perform that action at this time.
0 commit comments