Implement generator and type for packet IDs

This commit is contained in:
Tom
2020-09-12 13:38:45 -07:00
parent 0ec82d90a7
commit 358fb7b659
12 changed files with 406 additions and 187 deletions

View File

@ -1,9 +1,10 @@
package world
import (
"github.com/Tnze/go-mc/data"
"math/rand"
"testing"
"github.com/Tnze/go-mc/data"
)
func newDirectSection(bpb int) Section {