Interface BlockPickInteractionAware


public interface BlockPickInteractionAware
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.item.ItemStack
    getPickedStack​(net.minecraft.block.BlockState state, net.minecraft.world.BlockView view, net.minecraft.util.math.BlockPos pos, @Nullable net.minecraft.entity.player.PlayerEntity player, @Nullable net.minecraft.util.hit.HitResult result)
     
  • Method Details

    • getPickedStack

      net.minecraft.item.ItemStack getPickedStack(net.minecraft.block.BlockState state, net.minecraft.world.BlockView view, net.minecraft.util.math.BlockPos pos, @Nullable @Nullable net.minecraft.entity.player.PlayerEntity player, @Nullable @Nullable net.minecraft.util.hit.HitResult result)