Documentation
¶
Overview ¶
Package helper contains helpful objects and methods to gather Minecraft resources' information
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModHelper ¶
type ModHelper interface {
ReadContents() map[string]interface{}
}
func NewModHelper ¶
type ModPackHelper ¶
type ModPackHelper interface {
Unpack()
}
func NewModPackHelper ¶
func NewModPackHelper(filename string) ModPackHelper
type SaveHelper ¶
type SaveHelper interface {
UnpackAll()
}
SaveHelper helps with unpacking files to "saves" folder
func NewSaveHelper ¶
func NewSaveHelper(filename string) SaveHelper
NewSaveHelper creates SaveHelper that reads content from downloaded package
Click to show internal directories.
Click to hide internal directories.