File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ const (
1313)
1414
1515const (
16- Default = "minecraft:default"
17- Uniform = "minecraft:uniform"
18- Alt = "minecraft:alt"
19- Illageralt = "minecraft:illageralt"
16+ FontDefault = "minecraft:default"
17+ FontUniform = "minecraft:uniform"
18+ FontAlt = "minecraft:alt"
19+ FontIllageralt = "minecraft:illageralt"
2020)
2121
2222const (
23- OpenURL = "open_url"
24- RunCommand = "run_command"
25- SuggestCommand = "suggest_command"
26- ChangePage = "change_page"
27- CopyToClipboard = "copy_to_clipboard"
23+ ClickEventOpenURL = "open_url"
24+ ClickEventRunCommand = "run_command"
25+ ClickEventSuggestCommand = "suggest_command"
26+ ClickEventChangePage = "change_page"
27+ ClickEventCopyToClipboard = "copy_to_clipboard"
2828)
2929
3030const (
31- ShowText = "show_text"
32- ShowItem = "show_item"
33- ShowEntity = "show_entity"
31+ HoverEventShowText = "show_text"
32+ HoverEventShowItem = "show_item"
33+ HoverEventShowEntity = "show_entity"
3434)
3535
3636type ClickEvent struct {
You can’t perform that action at this time.
0 commit comments