Class GeoRockItem
Item which spawns the specified amount of geo, and requests a geo rock container of the specified GeoRockSubtype.
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.Items
Assembly: ItemChanger.dll
Syntax
public class GeoRockItem : AbstractItem
Fields
| Improve this Doc View Sourceamount
Declaration
public int amount
Field Value
Type | Description |
---|---|
System.Int32 |
geoRockSubtype
Declaration
public GeoRockSubtype geoRockSubtype
Field Value
Type | Description |
---|---|
GeoRockSubtype |
Methods
| Improve this Doc View SourceGetPreferredContainer()
Declaration
public override string GetPreferredContainer()
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGiveEarly(String)
Declaration
public override bool GiveEarly(string containerType)
Parameters
Type | Name | Description |
---|---|---|
System.String | containerType |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceGiveImmediate(GiveInfo)
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Type | Name | Description |
---|---|---|
GiveInfo | info |