public static class StyleCodecs_v1_21_9.ClickEventCodec
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<ChangePageClickEvent> |
CHANGE_PAGE |
|
static net.lenni0451.mcstructs.converter.codec.Codec<ClickEvent> |
CODEC |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<CopyToClipboardClickEvent> |
COPY_TO_CLIPBOARD |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<CustomClickEvent> |
CUSTOM |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<OpenFileClickEvent> |
OPEN_FILE |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<OpenUrlClickEvent> |
OPEN_URL |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<RunCommandClickEvent> |
RUN_COMMAND |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<ShowDialogClickEvent> |
SHOW_DIALOG |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<SuggestCommandClickEvent> |
SUGGEST_COMMAND |
| Constructor | Description |
|---|---|
ClickEventCodec() |
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<OpenUrlClickEvent> OPEN_URL
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<OpenFileClickEvent> OPEN_FILE
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<RunCommandClickEvent> RUN_COMMAND
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<SuggestCommandClickEvent> SUGGEST_COMMAND
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<ChangePageClickEvent> CHANGE_PAGE
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<CopyToClipboardClickEvent> COPY_TO_CLIPBOARD
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<ShowDialogClickEvent> SHOW_DIALOG
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<CustomClickEvent> CUSTOM
public static final net.lenni0451.mcstructs.converter.codec.Codec<ClickEvent> CODEC