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 record
static final record
static final record
static final record
static final record
static final record
static final record
Fields in net.minecraft.client.renderer with type parameters of type UniformValueModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<UniformValue> UniformValue.CODEC
private static final com.mojang.serialization.Codec
<Map<String, List<UniformValue>>> PostChainConfig.Pass.UNIFORM_BLOCKS_CODEC
private final Map
<String, List<UniformValue>> PostChainConfig.Pass.uniforms
The field for theuniforms
record component.(package private) final com.mojang.serialization.MapCodec
<? extends UniformValue> UniformValue.Type.valueCodec
Methods in net.minecraft.client.renderer that return types with arguments of type UniformValueModifier and TypeMethodDescriptionPostChainConfig.Pass.uniforms()
Returns the value of theuniforms
record 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 aPass
record class.PostPass
(RenderPipeline pPipeline, ResourceLocation pOutputTargetId, Map<String, List<UniformValue>> pUniforms, List<PostPass.Input> pInputs) private
Type
(String p_418405_, com.mojang.serialization.Codec<? extends UniformValue> p_418274_)