Свойство | Type | Description | |
---|---|---|---|
Entities | Entity>.Dictionary | ||
TileEntities | TileEntity>.Dictionary |
Méthode | Description | |
---|---|---|
BeginTransaction ( ) : void | ||
CommitTransaction ( ) : void | ||
GetKnownChunks ( int dimension ) : IEnumerable |
||
MapMetadata ( |
||
RollbackTransaction ( ) : void | ||
UpdateCache ( ) : void |
Méthode | Description | |
---|---|---|
GetMD5HashFromFile ( string fileName ) : string |
Méthode | Description | |
---|---|---|
BuildDatabaseIfNeeded ( ) : void | ||
CreateCacheTable ( ) : void |
Simple table for detecting version number of cache.
|
|
CreateChunksTable ( ) : void | ||
CreateDimensionsTable ( ) : void | ||
CreateDungeonsTable ( ) : void | ||
CreateEntitiesTable ( ) : void | ||
CreateTileEntitiesTable ( ) : void | ||
CreateTreesTable ( ) : void | ||
ExecuteNonquerySQL ( string sql ) : void | ||
ExecuteScalarSQL ( string sql ) : object | ||
GetChunkCoords ( string file ) : OpenMinecraft.Vector2i | ||
LoadChunkMetadata ( Chunk &c ) : bool |
Load cached data into the chunk
|
|
NBT2Bytes ( NbtCompound nbtCompound ) : object | ||
RebuildCache ( ) : void | ||
SaveChunkMetadata ( Chunk c ) : void | ||
UpdateDimension ( |
public GetKnownChunks ( int dimension ) : IEnumerable |
||
dimension | int | |
Résultat | IEnumerable |
protected GetMD5HashFromFile ( string fileName ) : string | ||
fileName | string | |
Résultat | string |
public MapMetadata ( |
||
_map | ||
folder | string | |
Résultat | System |