Translations:Slime Block/8/zh

From Minecraft Parkour Wiki
Revision as of 08:44, 3 January 2023 by Pjx1314 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<syntaxhighlight lang="java"> //在 Entity.moveEntity() 结束时调用 public void onLanded(Entity e) {

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