Class CostChestLocation
Wrapper location to allow converting a ContainerLocation, PlaceableLocation pair to a CostChestPlacement.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class CostChestLocation : AbstractLocation
Constructors
View SourceCostChestLocation()
Declaration
public CostChestLocation()
Fields
View SourcechestLocation
Declaration
public ContainerLocation chestLocation
Field Value
| Type | Description |
|---|---|
| ContainerLocation |
tabletLocation
Declaration
public PlaceableLocation tabletLocation
Field Value
| Type | Description |
|---|---|
| PlaceableLocation |
Methods
View SourceOnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View SourceOnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()
Overrides
View SourceWrap()
Creates a default placement for this location.
Declaration
public override AbstractPlacement Wrap()
Returns
| Type | Description |
|---|---|
| AbstractPlacement |