Search Results for

    Show / Hide Table of Contents

    Class WrappedWorldProvider

    Inheritance
    System.Object
    WrappedWorldProvider
    WrappedCachedWorldProvider
    Namespace: OpenAPI.World
    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
    Type Description
    OpenApi
    | 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
    Type Description
    OpenLevel

    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
    public long GetDayTime()
    Returns
    Type Description
    System.Int64
    | Improve this Doc View Source

    GetName()

    Declaration
    public string GetName()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetSpawnPoint()

    Declaration
    public Vector3 GetSpawnPoint()
    Returns
    Type Description
    Vector3
    | Improve this Doc View Source

    GetTime()

    Declaration
    public long GetTime()
    Returns
    Type Description
    System.Int64
    | Improve this Doc View Source

    HaveNether()

    Declaration
    public bool HaveNether()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HaveTheEnd()

    Declaration
    public bool HaveTheEnd()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Initialize()

    Declaration
    public void Initialize()
    | Improve this Doc View Source

    SaveChunks()

    Declaration
    public int SaveChunks()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX