NBT Unmarshaler support
This commit is contained in:
9
nbt/interface.go
Normal file
9
nbt/interface.go
Normal file
@ -0,0 +1,9 @@
|
||||
package nbt
|
||||
|
||||
type Unmarshaler interface {
|
||||
Unmarshal(tagType byte, tagName string, r DecoderReader) error
|
||||
}
|
||||
|
||||
//type Marshaler interface{
|
||||
// Marshal()
|
||||
//}
|
Reference in New Issue
Block a user