@Override
public void onInitializeClient() {
ClientTickEvents.START_CLIENT_TICK.register(client -> {
if (client.player != null) {
System.out.println("fallDistance: " + client.player.fallDistance);
}
});
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... ys-is-zero