Uses of Interface
net.minecraft.client.renderer.UniformValue
Packages that use UniformValue
-
Uses of UniformValue in net.minecraft.client.renderer
Classes in net.minecraft.client.renderer that implement UniformValueModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft.client.renderer with type parameters of type UniformValueModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<UniformValue> UniformValue.CODECprivate static final com.mojang.serialization.Codec<Map<String, List<UniformValue>>> PostChainConfig.Pass.UNIFORM_BLOCKS_CODECprivate final Map<String, List<UniformValue>> PostChainConfig.Pass.uniformsThe field for theuniformsrecord component.(package private) final com.mojang.serialization.MapCodec<? extends UniformValue> UniformValue.Type.valueCodecMethods in net.minecraft.client.renderer that return types with arguments of type UniformValueModifier and TypeMethodDescriptionPostChainConfig.Pass.uniforms()Returns the value of theuniformsrecord component.Constructor parameters in net.minecraft.client.renderer with type arguments of type UniformValueModifierConstructorDescriptionPass(ResourceLocation vertexShaderId, ResourceLocation fragmentShaderId, List<PostChainConfig.Input> inputs, ResourceLocation outputTarget, Map<String, List<UniformValue>> uniforms) Creates an instance of aPassrecord class.PostPass(RenderPipeline pPipeline, ResourceLocation pOutputTargetId, Map<String, List<UniformValue>> pUniforms, List<PostPass.Input> pInputs) privateType(String pName, com.mojang.serialization.Codec<? extends UniformValue> pCodec)