displayEntityDebugInfo(text: string, entity: WorldEntity): void {
    this.addLine(new TextLine(text, RenderType.entityDebug, entity));
  }