Class EggShopLocation
Wrapper location to allow converting a PlaceableLocation to an EggShopPlacement (instead of MutablePlacement)
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class EggShopLocation : AbstractLocation
Constructors
View SourceEggShopLocation()
Declaration
public EggShopLocation()
Fields
View Sourcelocation
Declaration
public PlaceableLocation location
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 |