Skip to content

Commit

Permalink
Update DeferredItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Mar 22, 2024
1 parent fb1eff6 commit 55cb2e3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +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

0 comments on commit 55cb2e3

Please sign in to comment.