Minecraft – How to stop without destroying the minecart nor using redstone

minecraft-bedrock-edition

Searching in google, found many ways to stop a minecart, but none of them fulfill both of these requirements:

  1. Doesn't destroys the minecart (Using a cactus does so)
  2. Doesn't use redstone (In Minecraft PE creative mode, cannot find it)
  3. Slowing down quickly, without using lots of land (Making S shape non-powered track doesn't even stop it!)
  4. Doesn't reverse when unsuccessful (Building a staircase going up is unsuccessful)

Therefore, any methods that can fulfill all these requirements?

** I have searched for a method like this:

_ _   _ _
   \ /

Every sign is a non-powered track. Although it said that it will slower the minecart, it doesn't. I wonder improving this method can fulfill all requirements.

Best Answer

Make a system like this:

[] = Powered track
{} = Unpowered track
+ = Any block 

[][][][][]{}+

Here is a screenshot of the setup:

Setup

This will stop the minecart no matter what, and will not break the minecart. This method will work if you are playing in minecraft PE. Also, it's more compact than your specified method, so it can fit into smaller places. Hope this helps!