Documentation
¶
Index ¶
- Constants
- func Main(raw_args []string) error
- type Project
- func (project *Project) Build() error
- func (project *Project) CheckIfCached(value *bool, folder string) internal.Task
- func (project *Project) DetectPackIcon() error
- func (project *Project) GenerateDataPack() error
- func (project *Project) GenerateFromTemplates() error
- func (project *Project) GenerateResourcePack() error
- func (project *Project) LoadTemplates() error
- func (project *Project) LogHeader(header string) internal.Task
- func (project *Project) WeldPacks() error
- func (project *Project) ZipPacks() error
Constants ¶
View Source
const ( FOLDER_DATA = "data" FOLDER_ASSETS = "assets" )
These are constants to make it clear no other values are allowed
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Project ¶
type Project struct {
Meta *minecraft.PackMcmeta
BuildDir string
// contains filtered or unexported fields
}
func New ¶
func New(mcmeta *minecraft.PackMcmeta) *Project
func (*Project) CheckIfCached ¶
func (*Project) DetectPackIcon ¶
func (*Project) GenerateDataPack ¶
func (*Project) GenerateFromTemplates ¶
func (*Project) GenerateResourcePack ¶
func (*Project) LoadTemplates ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.