public interface BlockPickInteractionAware
Modifier and Type | Method and 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) |
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)