[This is preliminary documentation and is subject to change.]
A bounding box selection that is designated as a sub area within a world.
Zones can have restriction just like worlds on access, and block modification.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public sealed class Zone : IClassy, INotifiesOnChange
Members
| All Members | Constructors | Fields | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| Zone()()()() | Initializes a new instance of the Zone class | |
| Zone(String, World) | Initializes a new instance of the Zone class | |
| Bounds | Zone boundaries. | |
| Changed | ||
| ClassyName | ||
| Controller | Zone build permission controller. | |
| Create(BoundingBox, PlayerInfo) | Creates the zone boundaries, and sets CreatedDate/CreatedBy. | |
| CreatedBy | Player who created this zone. May be null if unknown. | |
| CreatedByClassy | Classy name of the player who created this zone.
Returns "?" if CreatedBy name is unknown, unrecognized, or null. | |
| CreatedDate | Zone creation date, UTC. | |
| EditedBy | Player who was the last to edit this zone. May be null if unknown. | |
| EditedByClassy | Decorated name of the player who was the last to edit this zone.
Returns "?" if EditedBy name is unknown, unrecognized, or null. | |
| EditedDate | Zone editing date, UTC. | |
| Equals(Object) | (Inherited from Object.) | |
| ExceptionList | List of exceptions (included and excluded players). | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Map | Map that this zone is on. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name | Zone name (case-preserving but case-insensitive). | |
| OnEdited(String) | Sets EditedBy and EditedDate fields, and raises Changed event. | |
| ToString()()()() | (Inherited from Object.) |