Uses of Interface
net.minecraft.client.gl.UniformValue
Packages that use UniformValue
-
Uses of UniformValue in net.minecraft.client.gl
Classes in net.minecraft.client.gl 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.gl with type parameters of type UniformValueModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<UniformValue> UniformValue.CODEC
(package private) final com.mojang.serialization.MapCodec
<? extends UniformValue> UniformValue.Type.mapCodec
private final Map
<String, List<UniformValue>> PostEffectPipeline.Pass.uniforms
The field for theuniforms
record component.private static final com.mojang.serialization.Codec
<Map<String, List<UniformValue>>> PostEffectPipeline.Pass.UNIFORMS_CODEC
Methods in net.minecraft.client.gl that return types with arguments of type UniformValueModifier and TypeMethodDescriptionPostEffectPipeline.Pass.uniforms()
Returns the value of theuniforms
record component.Constructor parameters in net.minecraft.client.gl with type arguments of type UniformValueModifierConstructorDescriptionPass
(Identifier identifier, Identifier identifier2, List<PostEffectPipeline.Input> list, Identifier identifier3, Map<String, List<UniformValue>> map) PostEffectPass
(RenderPipeline pipeline, Identifier outputTargetId, Map<String, List<UniformValue>> uniforms, List<PostEffectPass.Sampler> samplers) private
Type
(String name, com.mojang.serialization.Codec<? extends UniformValue> codec)