Package net.fabricmc.fabric.api.block
Interface BlockPickInteractionAware
public interface BlockPickInteractionAware
-
Method Summary
Modifier and TypeMethodDescriptiongetPickedStack
(BlockState state, BlockView view, BlockPos pos, @Nullable PlayerEntity player, @Nullable HitResult result)
-
Method Details
-
getPickedStack
ItemStack getPickedStack(BlockState state, BlockView view, BlockPos pos, @Nullable @Nullable PlayerEntity player, @Nullable @Nullable HitResult result)
-