Initialize Commit
This commit is contained in:
19
codec/component/tooltip_style.go
Normal file
19
codec/component/tooltip_style.go
Normal file
@ -0,0 +1,19 @@
|
||||
package component
|
||||
|
||||
import (
|
||||
"git.konjactw.dev/patyhank/minego/codec/data/slot"
|
||||
pk "github.com/Tnze/go-mc/net/packet"
|
||||
)
|
||||
|
||||
//codec:gen
|
||||
type TooltipStyle struct {
|
||||
Style pk.Identifier
|
||||
}
|
||||
|
||||
func (*TooltipStyle) Type() slot.ComponentID {
|
||||
return 31
|
||||
}
|
||||
|
||||
func (*TooltipStyle) ID() string {
|
||||
return "minecraft:tooltip_style"
|
||||
}
|
Reference in New Issue
Block a user