Table of Contents

Interface IRegion

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public interface IRegion : IAsyncDisposable
Inherited Members

Properties

LoadedChunkCount

int LoadedChunkCount { get; }

Property Value

int

RegionFolder

string RegionFolder { get; }

Property Value

string

X

int X { get; }

Property Value

int

Z

int Z { get; }

Property Value

int