Свойство | Тип | Описание | |
---|---|---|---|
CommonTileEntityVars | List |
||
ID | string | ||
Pos | Vector3i | ||
TileEntityTypes | Type>.Dictionary |
Метод | Описание | |
---|---|---|
Base2NBT ( NbtCompound &c ) : void | ||
Cleanup ( ) : void | ||
GetEntity ( int CX, int CY, int CS, NbtCompound c ) : |
Load a TileEntity from an NbtCompound.
|
|
GetID ( ) : string | ||
LoadEntityTypes ( ) : void | ||
TileEntity ( ) : System | ||
TileEntity ( NbtCompound c ) : System |
Load a TileEntity's basic values (call via base() in all inheriting files)
|
|
TileEntity ( int CX, int CY, int CS, NbtCompound c ) : System |
Load a TileEntity's basic values (call via base() in all inheriting files)
|
|
ToNBT ( ) : NbtCompound | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
GenTemplate ( NbtCompound c, string tpl ) : void | ||
GetNativeType ( NbtTag t ) : string |
public static GetEntity ( int CX, int CY, int CS, NbtCompound c ) : |
||
CX | int | Chunk X Coordinate. |
CY | int | Chunk Y Coordinate. |
CS | int | Chunk horizontal scale (16 in /game/) |
c | NbtCompound | |
Результат |
public static LoadEntityTypes ( ) : void | ||
Результат | void |
public TileEntity ( NbtCompound c ) : System | ||
c | NbtCompound | |
Результат | System |
public TileEntity ( int CX, int CY, int CS, NbtCompound c ) : System | ||
CX | int | Chunk X Coordinate |
CY | int | Chunk Y Coordinate |
CS | int | Chunk horizontal scale |
c | NbtCompound | TileEntity's NbtCompound. |
Результат | System |
public static List |
||
Результат | List |