Package net.minecraft.client.gl
Record Class PostEffectPipeline.Pass
java.lang.Object
java.lang.Record
net.minecraft.client.gl.PostEffectPipeline.Pass
- Record Components:
vertexShaderId-fragmentShaderId-inputs-outputTarget-uniforms-
- Enclosing class:
PostEffectPipeline
@Environment(CLIENT)
public static record PostEffectPipeline.Pass(Identifier vertexShaderId, Identifier fragmentShaderId, List<PostEffectPipeline.Input> inputs, Identifier outputTarget, Map<String,List<UniformValue>> uniforms)
extends Record
- Mappings:
Namespace Name named net/minecraft/client/gl/PostEffectPipeline$Passintermediary net/minecraft/class_9962$class_9967official hge$cnamed vertexShaderIdintermediary comp_3718official bnamed fragmentShaderIdintermediary comp_3719official cnamed inputsintermediary comp_3021official dnamed outputTargetintermediary comp_3022official enamed uniformsintermediary comp_3023official f
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PostEffectPipeline.Pass> private final IdentifierThe field for thefragmentShaderIdrecord component.private final List<PostEffectPipeline.Input> The field for theinputsrecord component.private static final com.mojang.serialization.Codec<List<PostEffectPipeline.Input>> private final IdentifierThe field for theoutputTargetrecord component.private final Map<String, List<UniformValue>> The field for theuniformsrecord component.private static final com.mojang.serialization.Codec<Map<String, List<UniformValue>>> private final IdentifierThe field for thevertexShaderIdrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionPass(Identifier identifier, Identifier identifier2, List<PostEffectPipeline.Input> list, Identifier identifier3, Map<String, List<UniformValue>> map) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefragmentShaderIdrecord component.final inthashCode()Returns a hash code value for this object.inputs()Returns the value of theinputsrecord component.Returns the value of theoutputTargetrecord component.final StringtoString()Returns a string representation of this record class.uniforms()Returns the value of theuniformsrecord component.Returns the value of thevertexShaderIdrecord component.
-
Field Details
-
vertexShaderId
The field for thevertexShaderIdrecord component. -
fragmentShaderId
The field for thefragmentShaderIdrecord component. -
inputs
The field for theinputsrecord component. -
outputTarget
The field for theoutputTargetrecord component. -
uniforms
The field for theuniformsrecord component. -
INPUTS_CODEC
- Mappings:
Namespace Name Mixin selector named INPUTS_CODECLnet/minecraft/client/gl/PostEffectPipeline$Pass;INPUTS_CODEC:Lcom/mojang/serialization/Codec;intermediary field_53117Lnet/minecraft/class_9962$class_9967;field_53117:Lcom/mojang/serialization/Codec;official gLhge$c;g:Lcom/mojang/serialization/Codec;
-
UNIFORMS_CODEC
- Mappings:
Namespace Name Mixin selector named UNIFORMS_CODECLnet/minecraft/client/gl/PostEffectPipeline$Pass;UNIFORMS_CODEC:Lcom/mojang/serialization/Codec;intermediary field_60121Lnet/minecraft/class_9962$class_9967;field_60121:Lcom/mojang/serialization/Codec;official hLhge$c;h:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/client/gl/PostEffectPipeline$Pass;CODEC:Lcom/mojang/serialization/Codec;intermediary field_53116Lnet/minecraft/class_9962$class_9967;field_53116:Lcom/mojang/serialization/Codec;official aLhge$c;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Pass
public Pass(Identifier identifier, Identifier identifier2, List<PostEffectPipeline.Input> list, Identifier identifier3, Map<String, List<UniformValue>> map)
-
-
Method Details
-
streamTargets
- Mappings:
Namespace Name Mixin selector named streamTargetsLnet/minecraft/client/gl/PostEffectPipeline$Pass;streamTargets()Ljava/util/stream/Stream;intermediary method_66540Lnet/minecraft/class_9962$class_9967;method_66540()Ljava/util/stream/Stream;official aLhge$c;a()Ljava/util/stream/Stream;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
vertexShaderId
Returns the value of thevertexShaderIdrecord component.- Returns:
- the value of the
vertexShaderIdrecord component
-
fragmentShaderId
Returns the value of thefragmentShaderIdrecord component.- Returns:
- the value of the
fragmentShaderIdrecord component
-
inputs
Returns the value of theinputsrecord component.- Returns:
- the value of the
inputsrecord component
-
outputTarget
Returns the value of theoutputTargetrecord component.- Returns:
- the value of the
outputTargetrecord component
-
uniforms
Returns the value of theuniformsrecord component.- Returns:
- the value of the
uniformsrecord component
-