Class RenderTypeProvider
java.lang.Object
team.lodestar.lodestone.systems.rendering.rendeertype.RenderTypeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionRenderTypeProvider(Function<net.minecraft.resources.ResourceLocation, net.minecraft.client.renderer.RenderType> function) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.renderer.RenderTypeapply(net.minecraft.resources.ResourceLocation texture) net.minecraft.client.renderer.RenderTypeapply(net.minecraft.resources.ResourceLocation texture, ShaderUniformHandler uniformHandler) net.minecraft.client.renderer.RenderTypeapplyAndCache(net.minecraft.resources.ResourceLocation texture)
-
Constructor Details
-
RenderTypeProvider
public RenderTypeProvider(Function<net.minecraft.resources.ResourceLocation, net.minecraft.client.renderer.RenderType> function)
-
-
Method Details
-
apply
public net.minecraft.client.renderer.RenderType apply(net.minecraft.resources.ResourceLocation texture) -
apply
public net.minecraft.client.renderer.RenderType apply(net.minecraft.resources.ResourceLocation texture, ShaderUniformHandler uniformHandler) -
applyAndCache
public net.minecraft.client.renderer.RenderType applyAndCache(net.minecraft.resources.ResourceLocation texture)
-