Record Class PostEffectPipeline.Pass

java.lang.Object
java.lang.Record
net.minecraft.client.gl.PostEffectPipeline.Pass
Record Components:
programId -
inputs -
outputTarget -
uniforms -
Enclosing class:
PostEffectPipeline

@Environment(CLIENT) public static record PostEffectPipeline.Pass(Identifier programId, List<PostEffectPipeline.Input> inputs, Identifier outputTarget, List<PostEffectPipeline.Uniform> uniforms) extends Record
Mappings:
Namespace Name
named net/minecraft/client/gl/PostEffectPipeline$Pass
intermediary net/minecraft/class_9962$class_9967
official gme$e
named programId
intermediary comp_3102
official b
named inputs
intermediary comp_3021
official c
named outputTarget
intermediary comp_3022
official d
named uniforms
intermediary comp_3023
official e
  • Field Details Link icon

    • programId Link icon

      private final Identifier programId
      The field for the programId record component.
    • inputs Link icon

      private final List<PostEffectPipeline.Input> inputs
      The field for the inputs record component.
    • outputTarget Link icon

      private final Identifier outputTarget
      The field for the outputTarget record component.
    • uniforms Link icon

      private final List<PostEffectPipeline.Uniform> uniforms
      The field for the uniforms record component.
    • INPUTS_CODEC Link icon

      private static final com.mojang.serialization.Codec<List<PostEffectPipeline.Input>> INPUTS_CODEC
      Mappings:
      Namespace Name Mixin selector
      named INPUTS_CODEC Lnet/minecraft/client/gl/PostEffectPipeline$Pass;INPUTS_CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_53117 Lnet/minecraft/class_9962$class_9967;field_53117:Lcom/mojang/serialization/Codec;
      official f Lgme$e;f:Lcom/mojang/serialization/Codec;
    • CODEC Link icon

      public static final com.mojang.serialization.Codec<PostEffectPipeline.Pass> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/client/gl/PostEffectPipeline$Pass;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_53116 Lnet/minecraft/class_9962$class_9967;field_53116:Lcom/mojang/serialization/Codec;
      official a Lgme$e;a:Lcom/mojang/serialization/Codec;
  • Constructor Details Link icon

  • Method Details Link icon

    • getShaderProgramKey Link icon

      public ShaderProgramKey getShaderProgramKey()
      Mappings:
      Namespace Name Mixin selector
      named getShaderProgramKey Lnet/minecraft/client/gl/PostEffectPipeline$Pass;getShaderProgramKey()Lnet/minecraft/client/gl/ShaderProgramKey;
      intermediary method_65202 Lnet/minecraft/class_9962$class_9967;method_65202()Lnet/minecraft/class_10156;
      official a Lgme$e;a()Lgmr;
    • toString Link icon

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • programId Link icon

      public Identifier programId()
      Returns the value of the programId record component.
      Returns:
      the value of the programId record component
    • inputs Link icon

      public List<PostEffectPipeline.Input> inputs()
      Returns the value of the inputs record component.
      Returns:
      the value of the inputs record component
    • outputTarget Link icon

      public Identifier outputTarget()
      Returns the value of the outputTarget record component.
      Returns:
      the value of the outputTarget record component
    • uniforms Link icon

      public List<PostEffectPipeline.Uniform> uniforms()
      Returns the value of the uniforms record component.
      Returns:
      the value of the uniforms record component