Class SplicingTableIotaRenderers
java.lang.Object
gay.object.hexdebug.api.client.splicing.SplicingTableIotaRenderers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable SplicingTableIotaRendererParser<?>getParser(@NotNull net.minecraft.resources.ResourceLocation id) static voidregister(@NotNull net.minecraft.resources.ResourceLocation id, @NotNull SplicingTableIotaRendererParser<?> parser) Register a splicing table iota renderer.
-
Constructor Details
-
SplicingTableIotaRenderers
public SplicingTableIotaRenderers()
-
-
Method Details
-
register
public static void register(@NotNull @NotNull net.minecraft.resources.ResourceLocation id, @NotNull @NotNull SplicingTableIotaRendererParser<?> parser) Register a splicing table iota renderer.
This is used to parse resource files and create providers for iota renderers. -
getParser
@Internal @Nullable public static @Nullable SplicingTableIotaRendererParser<?> getParser(@NotNull @NotNull net.minecraft.resources.ResourceLocation id)
-