hovering, flying npc

This commit is contained in:
Sen 2025-03-20 20:54:49 +01:00
parent 5300c9e4fc
commit 103e4d35f5
7 changed files with 111 additions and 28 deletions

View file

@ -2551,6 +2551,14 @@ public class NetHandlerPlayServer extends NetHandler implements ICrafting, Scrip
this.entity.setSprinting(false);
break;
case START_HOVER:
this.entity.setHovering(true);
break;
case STOP_HOVER:
this.entity.setHovering(false);
break;
// case STOP_SLEEPING:
// this.playerEntity.wakeUpPlayer();
// this.hasMoved = false;