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 8727c7a commit 3a6fb4bCopy full SHA for 3a6fb4b
src/main/java/org/spongepowered/api/item/inventory/ItemStack.java
@@ -24,6 +24,7 @@
24
*/
25
package org.spongepowered.api.item.inventory;
26
27
+import net.kyori.adventure.text.ComponentLike;
28
import org.spongepowered.api.Sponge;
29
import org.spongepowered.api.block.BlockSnapshot;
30
import org.spongepowered.api.block.BlockState;
@@ -56,7 +57,7 @@
56
57
* use {@link ValueContainer#get(Key)} in order to retrieve information regarding
58
* this item stack.</p>
59
-public interface ItemStack extends SerializableDataHolder.Mutable {
60
+public interface ItemStack extends SerializableDataHolder.Mutable, ComponentLike {
61
62
/**
63
* Returns an empty {@link ItemStack}.
0 commit comments