C# Class fCraft.Zone

Inheritance: IClassy
Mostrar archivo Open project: GlennMR/800craft Class Usage Examples

Private Properties

Property Type Description
RaiseChangedEvent void

Public Methods

Method Description
Create ( [ bounds, [ createdBy ) : void

Creates the zone boundaries, and sets CreatedDate/CreatedBy.

Edit ( [ editedBy ) : void
Serialize ( ) : XElement
Zone ( ) : System
Zone ( [ root ) : System
Zone ( [ raw, [ world ) : System

Private Methods

Method Description
RaiseChangedEvent ( ) : void

Method Details

Create() public method

Creates the zone boundaries, and sets CreatedDate/CreatedBy.
public Create ( [ bounds, [ createdBy ) : void
bounds [ New zone boundaries.
createdBy [ Player who created this zone. May not be null.
return void

Edit() public method

public Edit ( [ editedBy ) : void
editedBy [
return void

Serialize() public method

public Serialize ( ) : XElement
return XElement

Zone() public method

public Zone ( ) : System
return System

Zone() public method

public Zone ( [ root ) : System
root [
return System

Zone() public method

public Zone ( [ raw, [ world ) : System
raw [
world [
return System