Translations:Slime Block/8/en

    From Minecraft Parkour Wiki

    <syntaxhighlight lang="java"> //called at the end of Entity.moveEntity() public void onLanded(Entity e) {

       if (e.isSneaking())
           e.motionY = 0.0;