SplicingTableIotaRenderers

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
@Nullable()
public static @Nullable() SplicingTableIotaRendererProvider getProvider(@Nullable() @Nullable() IotaType<? extends Object> iotaType)
@Nullable()
public static @Nullable() SplicingTableIotaRendererProvider getProvider(@Nullable() @Nullable() IotaType<? extends Object> iotaType, boolean useFallback)
Get a previously loaded provider for a given iota type.
Link copied to clipboard
@NotNull()
public static @NotNull() SplicingTableIotaRendererProvider loadProvider(@NotNull() @NotNull() ResourceLocation providerId)
Get/load a provider by ID.
Link copied to clipboard
@NotNull()
public static @NotNull() SplicingTableIotaRendererProvider parseProvider(@NotNull() @NotNull() JsonObject jsonObject)
Parse a provider from a raw JSON object.
Link copied to clipboard
public static void register(@NotNull() @NotNull() ResourceLocation parserId, @NotNull() @NotNull() SplicingTableIotaRendererParser<? extends Object> parser)
Register a splicing table iota renderer.