Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
* @param <T> The specific {@link Item} type.
*/
public class DeferredItem<T extends Item> extends DeferredHolder<Item, T> implements ItemLike {
/**
* Creates a new {@link ItemStack} with a default size of 1 from this {@link Item}
*/
public ItemStack toStack() {
return toStack(1);
}

/**
* Creates a new {@link ItemStack} with the given size from this {@link Item}
*
Expand Down