Package net.minestom.server.codec
Interface Codec.RawValue
public static sealed interface Codec.RawValue
-
Method Summary
Modifier and TypeMethodDescription<D> @NotNull Result<D> convertTo(@NotNull Transcoder<D> coder) static <D> @NotNull Codec.RawValueof(@NotNull Transcoder<D> coder, D value)
-
Method Details
-
of
@NotNull static <D> @NotNull Codec.RawValue of(@NotNull @NotNull Transcoder<D> coder, @NotNull D value) -
convertTo
-