Package net.minecraft

Record Class class_10149

java.lang.Object
java.lang.Record
net.minecraft.class_10149
Record Components:
values -
flags -

@Environment(CLIENT) public record class_10149(Map<String,String> values, Set<String> flags) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10149
intermediary net/minecraft/class_10149
official ghw
named values
intermediary comp_3103
official c
named flags
intermediary comp_3104
official d
  • Field Details

    • values

      private final Map<String,String> values
      The field for the values record component.
    • flags

      private final Set<String> flags
      The field for the flags record component.
    • field_53930

      public static final class_10149 field_53930
      Mappings:
      Namespace Name Mixin selector
      named field_53930 Lnet/minecraft/class_10149;field_53930:Lnet/minecraft/class_10149;
      intermediary field_53930 Lnet/minecraft/class_10149;field_53930:Lnet/minecraft/class_10149;
      official a Lghw;a:Lghw;
    • field_53931

      public static final com.mojang.serialization.Codec<class_10149> field_53931
      Mappings:
      Namespace Name Mixin selector
      named field_53931 Lnet/minecraft/class_10149;field_53931:Lcom/mojang/serialization/Codec;
      intermediary field_53931 Lnet/minecraft/class_10149;field_53931:Lcom/mojang/serialization/Codec;
      official b Lghw;b:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_62926

      public static class_10149.class_10150 method_62926()
      Mappings:
      Namespace Name Mixin selector
      named method_62926 Lnet/minecraft/class_10149;method_62926()Lnet/minecraft/class_10149$class_10150;
      intermediary method_62926 Lnet/minecraft/class_10149;method_62926()Lnet/minecraft/class_10149$class_10150;
      official a Lghw;a()Lghw$a;
    • method_62928

      public class_10149 method_62928(class_10149 class_10149)
      Mappings:
      Namespace Name Mixin selector
      named method_62928 Lnet/minecraft/class_10149;method_62928(Lnet/minecraft/class_10149;)Lnet/minecraft/class_10149;
      intermediary method_62928 Lnet/minecraft/class_10149;method_62928(Lnet/minecraft/class_10149;)Lnet/minecraft/class_10149;
      official a Lghw;a(Lghw;)Lghw;
    • method_62929

      public String method_62929()
      Mappings:
      Namespace Name Mixin selector
      named method_62929 Lnet/minecraft/class_10149;method_62929()Ljava/lang/String;
      intermediary method_62929 Lnet/minecraft/class_10149;method_62929()Ljava/lang/String;
      official b Lghw;b()Ljava/lang/String;
    • method_62930

      public boolean method_62930()
      Mappings:
      Namespace Name Mixin selector
      named method_62930 Lnet/minecraft/class_10149;method_62930()Z
      intermediary method_62930 Lnet/minecraft/class_10149;method_62930()Z
      official c Lghw;c()Z
    • 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.
    • values

      public Map<String,String> values()
      Returns the value of the values record component.
      Returns:
      the value of the values record component
    • flags

      public Set<String> flags()
      Returns the value of the flags record component.
      Returns:
      the value of the flags record component