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.CODECprivate final List<PostChainConfig.Uniform> PostChainConfig.Pass.uniformsThe field for theuniformsrecord component.private final List<PostChainConfig.Uniform> PostPass.uniformsMethods in net.minecraft.client.renderer that return types with arguments of type PostChainConfig.UniformModifier and TypeMethodDescriptionPostChainConfig.Pass.uniforms()Returns the value of theuniformsrecord component.Constructor parameters in net.minecraft.client.renderer with type arguments of type PostChainConfig.UniformModifierConstructorDescriptionPostPass(RenderPipeline pPipeline, ResourceLocation pOutputTargetId, List<PostChainConfig.Uniform> pUniforms)