Skip to content

Commit

Permalink
Temp yeet
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jun 24, 2024
1 parent 29ce828 commit 3286ad9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
* @param <T> The specific {@link Block} type.
*/
public class DeferredBlock<T extends Block> extends DeferredHolder<Block, T> implements ItemLike {
/**
* Creates a new {@link ItemStack} with a default size of 1 from this {@link Block}
*/
public ItemStack toStack() {
return toStack(1);
}

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

0 comments on commit 3286ad9

Please sign in to comment.