Uses of Record Class
net.minecraft.client.renderer.PostChainConfig.Uniform
Packages that use PostChainConfig.Uniform
-
Uses of PostChainConfig.Uniform in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type PostChainConfig.UniformModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PostChainConfig.Uniform> PostChainConfig.Uniform.CODEC
private final List
<PostChainConfig.Uniform> PostChainConfig.Pass.uniforms
The field for theuniforms
record component.private final List
<PostChainConfig.Uniform> PostPass.uniforms
Methods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.UniformModifier and TypeMethodDescriptionPostChainConfig.Pass.uniforms()
Returns the value of theuniforms
record component.Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.UniformModifierConstructorDescriptionPostPass
(RenderPipeline p_405106_, ResourceLocation p_361923_, List<PostChainConfig.Uniform> p_366745_)