datapack

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2021 License: MIT Imports: 5 Imported by: 0

README

What is Commandblock_go?

Commandblock_go is a port of Commandblock_py for Go

How to use?

Register a new datapack

mypack := datapack.New("<name of datapack>", "<namespace>", 7, "<load function name>", "<tick function name>", "<description>")

Register a new command

mypack.RegisterFunction("<function name>", "<content>")

Generate the datapack

mypack.Generate()

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(Datapack_name string, Namespace_id string, Pack_version int, Load_json string, Tick_json string, Datapack_description string) datapack_struct

makes a new datapack

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL