NBT RawMessage fully support
This commit is contained in:
10
nbt/snbt.go
Normal file
10
nbt/snbt.go
Normal file
@ -0,0 +1,10 @@
|
||||
package nbt
|
||||
|
||||
type StringifiedNBT struct {
|
||||
Name string
|
||||
Content string
|
||||
}
|
||||
|
||||
func (n *StringifiedNBT) Decode(tagType byte, tagName string, r DecoderReader) error {
|
||||
panic("unimplemented")
|
||||
}
|
Reference in New Issue
Block a user