Class WrappedWorldProvider
Inheritance
System.Object
WrappedWorldProvider
Assembly: OpenAPI.dll
Syntax
public class WrappedWorldProvider : IWorldProvider
Constructors
|
Improve this Doc
View Source
WrappedWorldProvider(OpenApi, IWorldProvider)
Declaration
public WrappedWorldProvider(OpenApi api, IWorldProvider worldProvider)
Parameters
Type |
Name |
Description |
OpenApi |
api |
|
IWorldProvider |
worldProvider |
|
Properties
|
Improve this Doc
View Source
Api
Declaration
protected OpenApi Api { get; }
Property Value
|
Improve this Doc
View Source
IsCaching
Declaration
public bool IsCaching { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Level
Declaration
public OpenLevel Level { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GenerateChunkColumn(ChunkCoordinates, Boolean)
Declaration
public virtual ChunkColumn GenerateChunkColumn(ChunkCoordinates chunkCoordinates, bool cacheOnly = false)
Parameters
Type |
Name |
Description |
ChunkCoordinates |
chunkCoordinates |
|
System.Boolean |
cacheOnly |
|
Returns
Type |
Description |
ChunkColumn |
|
|
Improve this Doc
View Source
GetDayTime()
Declaration
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GetName()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetSpawnPoint()
Declaration
public Vector3 GetSpawnPoint()
Returns
|
Improve this Doc
View Source
GetTime()
Declaration
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
HaveNether()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HaveTheEnd()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Initialize()
Declaration
|
Improve this Doc
View Source
SaveChunks()
Declaration
Returns
Type |
Description |
System.Int32 |
|