Translations:Lagback/27/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.

7 September 2022

6 September 2022

  • curprev 16:4916:49, 6 September 2022Pjx1314 talk contribs 796 bytes +796 Created page with "在单人游戏中,回弹是由这部分代码引起的(高度简化,我们忽略了飞行、睡眠、传送、重生、加载实体等异常情况......):<syntaxhighlight lang="java" line="1"> //in NetHandlerPlayServer.java public void processPlayer(PacketPlayer packetIn) { double posY_original = this.playerEntity.posY; this.lastPosX = this.playerEntity.posX; this.lastPosY = this.playerEntity.posY; this.lastPosZ = this.playerEntity.posZ; doub..."