Метод | Описание | |
---|---|---|
AddDoor ( int x, int y, int z, DoorFacing facing ) : |
||
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 |
Метод | Описание | |
---|---|---|
DoorGen_OnCommand ( CommandEventArgs e ) : void |
public static AddDoor ( int x, int y, int z, DoorFacing facing ) : |
||
x | int | |
y | int | |
z | int | |
facing | DoorFacing | |
Результат |
public static Generate ( Server.Rectangle2D region ) : void | ||
region | Server.Rectangle2D | |
Результат | void |
public static IsEastFrame ( int id ) : bool | ||
id | int | |
Результат | bool |
public static IsEastFrame ( int x, int y, int z ) : bool | ||
x | int | |
y | int | |
z | int | |
Результат | bool |
public static IsFrame ( int id, int list ) : bool | ||
id | int | |
list | int | |
Результат | bool |
public static IsNorthFrame ( int id ) : bool | ||
id | int | |
Результат | bool |
public static IsSouthFrame ( int id ) : bool | ||
id | int | |
Результат | bool |
public static IsSouthFrame ( int x, int y, int z ) : bool | ||
x | int | |
y | int | |
z | int | |
Результат | bool |
public static IsWestFrame ( int id ) : bool | ||
id | int | |
Результат | bool |