public static class StyleCodecs_v1_21_5.HoverEventCodec
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static net.lenni0451.mcstructs.converter.codec.Codec<HoverEvent> |
CODEC |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<EntityHoverEvent> |
ENTITY |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<ItemHoverEvent> |
ITEM |
|
static net.lenni0451.mcstructs.converter.mapcodec.MapCodec<TextHoverEvent> |
TEXT |
| Constructor | Description |
|---|---|
HoverEventCodec() |
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<TextHoverEvent> TEXT
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<ItemHoverEvent> ITEM
public static final net.lenni0451.mcstructs.converter.mapcodec.MapCodec<EntityHoverEvent> ENTITY
public static final net.lenni0451.mcstructs.converter.codec.Codec<HoverEvent> CODEC