Interface AbstractItemStack<T>

Type Parameters:
T - The implementation-specific type of this item stack.
All Superinterfaces:
Cloneable
All Known Implementing Classes:
BukkitItemStack, PaperItemStack

public interface AbstractItemStack<T> extends Cloneable
Represents a generic abstraction for an item stack with various attributes and properties. This interface allows for chaining multiple properties and supports serialization.
Author:
creatorfromhell