3.10.4-DEV #44
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
@ -37,14 +37,6 @@ export declare class SeasonalEventService {
|
|||||||
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
constructor(logger: ILogger, databaseService: DatabaseService, databaseImporter: DatabaseImporter, giftService: GiftService, localisationService: LocalisationService, botHelper: BotHelper, profileHelper: ProfileHelper, configServer: ConfigServer);
|
||||||
protected get christmasEventItems(): string[];
|
protected get christmasEventItems(): string[];
|
||||||
protected get halloweenEventItems(): string[];
|
protected get halloweenEventItems(): string[];
|
||||||
protected getActiveEvents(): ISeasonalEvent[];
|
|
||||||
/**
|
|
||||||
* Sets the currently active events
|
|
||||||
* @param activeEvents Array of active events
|
|
||||||
* @param halloweenEventActive Halloween event
|
|
||||||
* @param christmasEventActive Christmas event
|
|
||||||
*/
|
|
||||||
setActiveEvents(activeEvents: ISeasonalEvent[], halloweenEventActive: boolean, christmasEventActive: boolean): void;
|
|
||||||
/**
|
/**
|
||||||
* Get an array of christmas items found in bots inventories as loot
|
* Get an array of christmas items found in bots inventories as loot
|
||||||
* @returns array
|
* @returns array
|
||||||
@ -122,7 +114,7 @@ export declare class SeasonalEventService {
|
|||||||
/**
|
/**
|
||||||
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
* Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive
|
||||||
*/
|
*/
|
||||||
protected cacheActiveEvents(): void;
|
cacheActiveEvents(): void;
|
||||||
/**
|
/**
|
||||||
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
* Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER
|
||||||
* @returns Season enum value
|
* @returns Season enum value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user