Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Consumables.IConsumables Interface Reference

For centralized access to all consumables. More...

Properties

ReadOnlyObservableCollection< IManageConsumablesManagers [get]
 List of all consumables managers registered in Chronos, in case you want to find a specific one for internal queries.
 
ReadOnlyObservableCollection< IConsumablePoolPools [get]
 List of all consumable pools available.
 

Detailed Description

For centralized access to all consumables.

This interface summarizes all consumables managers registered in Chronos.

Definition at line 11 of file IConsumables.cs.

Property Documentation

◆ Managers

ReadOnlyObservableCollection<IManageConsumables> AxelSemrau.Chronos.Plugin.Consumables.IConsumables.Managers
get

List of all consumables managers registered in Chronos, in case you want to find a specific one for internal queries.

Definition at line 16 of file IConsumables.cs.

16{ get; }

◆ Pools

ReadOnlyObservableCollection<IConsumablePool> AxelSemrau.Chronos.Plugin.Consumables.IConsumables.Pools
get

List of all consumable pools available.

A consumable pool consists of one or more locations where a named consumable can be found.

Definition at line 23 of file IConsumables.cs.

23{ get; }

The documentation for this interface was generated from the following file: