C# Class Server.DoorGenerator

显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
AddDoor ( int x, int y, int z, DoorFacing facing ) : BaseDoor
Generate ( ) : void
Generate ( Server.Rectangle2D region ) : void
Initialize ( ) : void
IsEastFrame ( int id ) : bool
IsEastFrame ( int x, int y, int z ) : bool
IsFrame ( int id, int list ) : bool
IsNorthFrame ( int id ) : bool
IsSouthFrame ( int id ) : bool
IsSouthFrame ( int x, int y, int z ) : bool
IsWestFrame ( int id ) : bool

Private Methods

Method Description
DoorGen_OnCommand ( CommandEventArgs e ) : void

Method Details

AddDoor() public static method

public static AddDoor ( int x, int y, int z, DoorFacing facing ) : BaseDoor
x int
y int
z int
facing DoorFacing
return Server.Items.BaseDoor

Generate() public static method

public static Generate ( ) : void
return void

Generate() public static method

public static Generate ( Server.Rectangle2D region ) : void
region Server.Rectangle2D
return void

Initialize() public static method

public static Initialize ( ) : void
return void

IsEastFrame() public static method

public static IsEastFrame ( int id ) : bool
id int
return bool

IsEastFrame() public static method

public static IsEastFrame ( int x, int y, int z ) : bool
x int
y int
z int
return bool

IsFrame() public static method

public static IsFrame ( int id, int list ) : bool
id int
list int
return bool

IsNorthFrame() public static method

public static IsNorthFrame ( int id ) : bool
id int
return bool

IsSouthFrame() public static method

public static IsSouthFrame ( int id ) : bool
id int
return bool

IsSouthFrame() public static method

public static IsSouthFrame ( int x, int y, int z ) : bool
x int
y int
z int
return bool

IsWestFrame() public static method

public static IsWestFrame ( int id ) : bool
id int
return bool