Sneaking/ja: 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.

16 November 2023

25 February 2023

26 June 2022

  • curprev 13:3813:38, 26 June 2022KK kaku talk contribs 4,518 bytes −51 Created page with "スニークの実装方法となぜ欠陥があるのかを示す。 <syntaxhighlight lang="java"> →‎Entity.java内、無関係なコードは削除済: 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;"

25 June 2022

24 June 2022