Translations:Sneaking/15/zh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 June 2022

23 June 2022

  • curprev 07:2107:21, 23 June 2022Pjx1314 talk contribs 433 bytes +433 Created page with "它展示了潜行是如何实现的,以及为什么它存在缺陷。<syntaxhighlight lang="java"> →‎In Entity.java, stripped of irrelevant code: public void moveEntity(double dX, double dY, double dZ) { double dX_intended = dX; double dY_intended = dY; double dZ_intended = dZ; boolean sneakingOnGround = this.onGround && this.isSneaking(); if (sneakingOnGround) { double increment = 0.05;"