Skip to content

Provide function to get region's chunk modification timestamp #222

Open
@maxsupermanhd

Description

I would like to have ability to get chunk's timestamp via Region structure.

type RegionChunkHeader struct {
    X, Z int32
    Modified time.Time
}

func (*Region).GetHeader() ([]RegionChunkHeader, error)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions