Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCWorld ¶
type MCWorld struct {
Path string // The full path to a valid .mcworld zip file
}
MCWorld is a .mcworld file
type ZipOpener ¶
type ZipOpener interface {
Open() (*zip.ReadCloser, error)
}
ZipOpener returns a zip.ReadCloser containing world data.
Click to show internal directories.
Click to hide internal directories.