Documentation ¶
Overview ¶
Package title contains title packets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action int
Action is the title action.
Title packets actions. (Numbered after the 1.11+ increment by 1)
type Builder ¶
type Builder struct { Action Action Component chat.ComponentHolder FadeIn, Stay, FadeOut int // ticks }
Builder is a Title packet builder.
type Legacy ¶
type Legacy struct { Action Action Component *chat.ComponentHolder FadeIn, Stay, FadeOut int }
type Text ¶
type Text struct{ Component chat.ComponentHolder }
Click to show internal directories.
Click to hide internal directories.