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

[Missing <summary> documentation for "T:fCraft.Zone"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public sealed class Zone : IClassy, INotifiesOnChange

Members

                  
 All Members  Constructors   Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Zone()()()()
Initializes a new instance of the Zone class
Zone(XContainer)
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
CreatedDate
Zone creation date, UTC.
Edit(PlayerInfo)
EditedBy
Player who was the last to edit this zone. May be null if unknown.
EditedByClassy
EditedDate
Zone editing date, UTC.
Equals(Object)
Determines whether the specified Object is equal to the current 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).
Serialize()()()()
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  fCraft..::..Zone

See Also