Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Helpers.Blacklist.BlacklistEntry Class Reference

Represents an entry in the blacklist. More...

Public Attributes

BlacklistFlags Flags
 The flags associated with the blacklist entry.
uint Guid
 The unique identifier of the blacklist entry.
TimeSpan Length
 The duration for which the entry is blacklisted.
DateTime Started
 The start time of the blacklist entry.

Properties

bool IsFinished [get]
 Indicates whether the blacklist entry has expired.

Detailed Description

Represents an entry in the blacklist.

Member Data Documentation

◆ Flags

BlacklistFlags ff14bot.Helpers.Blacklist.BlacklistEntry.Flags

The flags associated with the blacklist entry.

◆ Guid

uint ff14bot.Helpers.Blacklist.BlacklistEntry.Guid

The unique identifier of the blacklist entry.

◆ Length

TimeSpan ff14bot.Helpers.Blacklist.BlacklistEntry.Length

The duration for which the entry is blacklisted.

◆ Started

DateTime ff14bot.Helpers.Blacklist.BlacklistEntry.Started

The start time of the blacklist entry.

Property Documentation

◆ IsFinished

bool ff14bot.Helpers.Blacklist.BlacklistEntry.IsFinished
get

Indicates whether the blacklist entry has expired.