Package net.minecraft

Record Class class_10117

java.lang.Object
java.lang.Record
net.minecraft.class_10117
Record Components:
removed -
renamed -

public record class_10117(List<String> removed, Map<String,String> renamed) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10117
intermediary net/minecraft/class_10117
official tz
named removed
intermediary comp_3076
official c
named renamed
intermediary comp_3077
official d
  • Field Details

    • removed

      private final List<String> removed
      The field for the removed record component.
    • renamed

      private final Map<String,String> renamed
      The field for the renamed record component.
    • field_53739

      private static final Logger field_53739
      Mappings:
      Namespace Name Mixin selector
      named field_53739 Lnet/minecraft/class_10117;field_53739:Lorg/slf4j/Logger;
      intermediary field_53739 Lnet/minecraft/class_10117;field_53739:Lorg/slf4j/Logger;
      official e Ltz;e:Lorg/slf4j/Logger;
    • field_53737

      public static final class_10117 field_53737
      Mappings:
      Namespace Name Mixin selector
      named field_53737 Lnet/minecraft/class_10117;field_53737:Lnet/minecraft/class_10117;
      intermediary field_53737 Lnet/minecraft/class_10117;field_53737:Lnet/minecraft/class_10117;
      official a Ltz;a:Ltz;
    • field_53738

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

  • Method Details

    • method_62778

      public static class_10117 method_62778(InputStream inputStream)
      Mappings:
      Namespace Name Mixin selector
      named method_62778 Lnet/minecraft/class_10117;method_62778(Ljava/io/InputStream;)Lnet/minecraft/class_10117;
      intermediary method_62778 Lnet/minecraft/class_10117;method_62778(Ljava/io/InputStream;)Lnet/minecraft/class_10117;
      official a Ltz;a(Ljava/io/InputStream;)Ltz;
    • method_62779

      public static class_10117 method_62779(String string)
      Mappings:
      Namespace Name Mixin selector
      named method_62779 Lnet/minecraft/class_10117;method_62779(Ljava/lang/String;)Lnet/minecraft/class_10117;
      intermediary method_62779 Lnet/minecraft/class_10117;method_62779(Ljava/lang/String;)Lnet/minecraft/class_10117;
      official a Ltz;a(Ljava/lang/String;)Ltz;
    • method_62776

      public static class_10117 method_62776()
      Mappings:
      Namespace Name Mixin selector
      named method_62776 Lnet/minecraft/class_10117;method_62776()Lnet/minecraft/class_10117;
      intermediary method_62776 Lnet/minecraft/class_10117;method_62776()Lnet/minecraft/class_10117;
      official a Ltz;a()Ltz;
    • method_62780

      public void method_62780(Map<String,String> map)
      Mappings:
      Namespace Name Mixin selector
      named method_62780 Lnet/minecraft/class_10117;method_62780(Ljava/util/Map;)V
      intermediary method_62780 Lnet/minecraft/class_10117;method_62780(Ljava/util/Map;)V
      official a Ltz;a(Ljava/util/Map;)V
    • 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.
    • removed

      public List<String> removed()
      Returns the value of the removed record component.
      Returns:
      the value of the removed record component
    • renamed

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