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 55cb2e3 commit 9cbc6bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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 the given size from this {@link Item}
*
Expand Down

0 comments on commit 9cbc6bf

Please sign in to comment.