SplicingTableIotaRendererParser

Functions

Link copied to clipboard
@ApiStatus.OverrideOnly()
@NotNull()
public abstract @NotNull() T parse(@NotNull() @NotNull() Gson gson, @NotNull() @NotNull() JsonObject jsonObject, @Nullable() @Nullable() T parent)
Attempts to parse the JSON data and return a provider for an iota renderer.
Link copied to clipboard
@NotNull()
public static @NotNull() SplicingTableIotaRendererParser<? extends Object> simple(SplicingTableIotaRendererProvider provider)
Creates a parser that always returns the given provider.