Class CostChestLocation
Wrapper location to allow converting a ContainerLocation, PlaceableLocation pair to a CostChestPlacement.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class CostChestLocation : AbstractLocation
Fields
| Improve this Doc View SourcechestLocation
Declaration
public ContainerLocation chestLocation
Field Value
Type | Description |
---|---|
ContainerLocation |
tabletLocation
Declaration
public PlaceableLocation tabletLocation
Field Value
Type | Description |
---|---|
PlaceableLocation |
Methods
| Improve this Doc View SourceOnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceOnUnload()
Declaration
protected override void OnUnload()
Overrides
| Improve this Doc View SourceWrap()
Declaration
public override AbstractPlacement Wrap()
Returns
Type | Description |
---|---|
AbstractPlacement |