Skip to content

Commit a29bd9c

Browse files
committed
clarify
1 parent 81f6193 commit a29bd9c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

protocol/text/text.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ const (
1313
)
1414

1515
const (
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

2222
const (
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

3030
const (
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

3636
type ClickEvent struct {

0 commit comments

Comments
 (0)