Skip to content

Commit

Permalink
Update signature in comment
Browse files Browse the repository at this point in the history
Co-authored-by: ChampionAsh5357 <[email protected]>
  • Loading branch information
YocyCraft and ChampionAsh5357 authored Jan 29, 2025
1 parent e9186d1 commit fffb368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

+ @Deprecated
+ /** @deprecated Neo: use {@link net.neoforged.neoforge.common.extensions.IBlockExtension#getCloneItemStack(BlockState, LevelReader, BlockPos, Player, boolean) player-sensitive version} */
+ /** @deprecated Neo: use {@link net.neoforged.neoforge.common.extensions.IBlockExtension#getCloneItemStack(LevelReader level, BlockPos pos, BlockState state, boolean includeData, Player player) player-sensitive version} */
protected ItemStack getCloneItemStack(LevelReader p_382795_, BlockPos p_383120_, BlockState p_382830_, boolean p_388788_) {
return new ItemStack(this.asItem());
}
Expand Down

0 comments on commit fffb368

Please sign in to comment.