Type alias bbOptions

bbOptions: { color: mcDefaultColors; display: JsonRaw; max: number; splited: 6 | 10 | 12 | 20 | null; value?: number; visible?: boolean }

Type declaration

  • color: mcDefaultColors
  • display: JsonRaw
  • max: number
  • splited: 6 | 10 | 12 | 20 | null

    The bossbar's format:

    6: The bossbar will be splited into 6 "checkpoints"
    10: The bossbar will be splited into 10 "checkpoints"
    12: The bossbar will be splited into 12 "checkpoints"
    20: The bossbar will be splited into 20 "checkpoints"
    null: The bossbar willn't be splited

  • Optional value?: number
  • Optional visible?: boolean

Generated using TypeDoc