[This is preliminary documentation and is subject to change.]

The ConditionChunk type exposes the following members.

Methods

  Name Description
Public method Add(IWorldObject) (Overrides Chunk..::..Add(IWorldObject).)
Public method Add(IWorldObject, Object)
Public method Add(IWorldObject, Boolean, Object)
Protected method CalculateDimensionWeight
Calculates the weight for the specified dimension
(Inherited from Chunk.)
Public method ComputeStrength
Computes the strength of the chunk given the current input
(Overrides Chunk..::..ComputeStrength(ActivationCollection).)
Public method Contains(Guid) (Inherited from Chunk.)
Public method Contains(IWorldObject) (Inherited from Chunk.)
Public method Contains(Object, IComparable) (Inherited from Chunk.)
Public method Contains(Guid, Boolean)
Public method Contains(IWorldObject, Boolean)
Public method Contains(Object, IComparable, Boolean)
Public method ContainsDimension(Object) (Inherited from Chunk.)
Public method ContainsDimension(Object, Double) (Inherited from Chunk.)
Public method ContainsDimensionAsNOTActivated (Inherited from Chunk.)
Public method Equals(Object) (Inherited from Chunk<(Of <(<'T>)>)>.)
Public method Equals(ConditionChunk)
Public method GetDimensionWeight (Inherited from Chunk.)
Public method GetEnumerator (Overrides Chunk..::..GetEnumerator()()()().)
Public method GetHashCode
Gets the hash code for the condition chunk
(Overrides Chunk<(Of <(<'T>)>)>..::..GetHashCode()()()().)
Protected method Remove(Guid) (Inherited from Chunk.)
Public method Remove(IWorldObject) (Overrides Chunk..::..Remove(IWorldObject).)
Public method SetDimensionAsNOTActivated
Specifies that the dimension (with the specified ID) MUST contain NO activated values
(Inherited from Chunk.)
Public method SetDimensionWeight
Sets the weight of the dimension with the specified ID
(Inherited from Chunk.)
Public method ToString()()()() (Inherited from Chunk.)
Public method ToString(Boolean) (Inherited from Chunk.)
Public method ToString(String, Boolean) (Overrides Chunk..::..ToString(String, Boolean).)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator

See Also