Package net.minecraft

Record Class class_10151.class_10153

java.lang.Object
java.lang.Record
net.minecraft.class_10151.class_10153
Record Components:
programs -
shaderSources -
postChains -
Enclosing class:
class_10151

@Environment(CLIENT) public static record class_10151.class_10153(Map<Identifier,class_10157> programs, Map<class_10151.class_10155,String> shaderSources, Map<Identifier,PostEffectPipeline> postChains) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10151$class_10153
intermediary net/minecraft/class_10151$class_10153
official ghx$b
named programs
intermediary comp_3105
official b
named shaderSources
intermediary comp_3106
official c
named postChains
intermediary comp_3107
official d
  • Field Details

    • programs

      private final Map<Identifier,class_10157> programs
      The field for the programs record component.
    • shaderSources

      private final Map<class_10151.class_10155,String> shaderSources
      The field for the shaderSources record component.
    • postChains

      private final Map<Identifier,PostEffectPipeline> postChains
      The field for the postChains record component.
    • field_53948

      public static final class_10151.class_10153 field_53948
      Mappings:
      Namespace Name Mixin selector
      named field_53948 Lnet/minecraft/class_10151$class_10153;field_53948:Lnet/minecraft/class_10151$class_10153;
      intermediary field_53948 Lnet/minecraft/class_10151$class_10153;field_53948:Lnet/minecraft/class_10151$class_10153;
      official a Lghx$b;a:Lghx$b;
  • Constructor Details

  • Method Details

    • toString

      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

      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

      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.
    • programs

      public Map<Identifier,class_10157> programs()
      Returns the value of the programs record component.
      Returns:
      the value of the programs record component
    • shaderSources

      public Map<class_10151.class_10155,String> shaderSources()
      Returns the value of the shaderSources record component.
      Returns:
      the value of the shaderSources record component
    • postChains

      public Map<Identifier,PostEffectPipeline> postChains()
      Returns the value of the postChains record component.
      Returns:
      the value of the postChains record component