Record Class Advancement

java.lang.Object
java.lang.Record
net.minecraft.advancement.Advancement
Record Components:
parent -
display -
rewards -
criteria -
requirements -
sendsTelemetryEvent -
name -

public record Advancement(Optional<Identifier> parent, Optional<AdvancementDisplay> display, AdvancementRewards rewards, Map<String,AdvancementCriterion<?>> criteria, class_8782 requirements, boolean sendsTelemetryEvent, Optional<Text> name) extends Record
Mappings:
Namespace Name
official ae
intermediary net/minecraft/class_161
named net/minecraft/advancement/Advancement
official a
intermediary comp_1912
named parent
official b
intermediary comp_1913
named display
official c
intermediary comp_1914
named rewards
official d
intermediary comp_1915
named criteria
official e
intermediary comp_1916
named requirements
official f
intermediary comp_1917
named sendsTelemetryEvent
official g
intermediary comp_1918
named name
  • Field Details

  • Constructor Details

  • Method Details

    • method_53623

      private static Text method_53623(AdvancementDisplay advancementDisplay)
      Mappings:
      Namespace Name Mixin selector
      official a Lae;a(Laq;)Lti;
      intermediary method_53623 Lnet/minecraft/class_161;method_53623(Lnet/minecraft/class_185;)Lnet/minecraft/class_2561;
      named method_53623 Lnet/minecraft/advancement/Advancement;method_53623(Lnet/minecraft/advancement/AdvancementDisplay;)Lnet/minecraft/text/Text;
    • method_53622

      public static Text method_53622(class_8779 class_8779)
      Mappings:
      Namespace Name Mixin selector
      official a Lae;a(Laf;)Lti;
      intermediary method_53622 Lnet/minecraft/class_161;method_53622(Lnet/minecraft/class_8779;)Lnet/minecraft/class_2561;
      named method_53622 Lnet/minecraft/advancement/Advancement;method_53622(Lnet/minecraft/class_8779;)Lnet/minecraft/text/Text;
    • method_53621

      public JsonObject method_53621()
      Mappings:
      Namespace Name Mixin selector
      official a Lae;a()Lcom/google/gson/JsonObject;
      intermediary method_53621 Lnet/minecraft/class_161;method_53621()Lcom/google/gson/JsonObject;
      named method_53621 Lnet/minecraft/advancement/Advancement;method_53621()Lcom/google/gson/JsonObject;
    • method_53626

      public static Advancement method_53626(JsonObject jsonObject, AdvancementEntityPredicateDeserializer advancementEntityPredicateDeserializer)
      Mappings:
      Namespace Name Mixin selector
      official a Lae;a(Lcom/google/gson/JsonObject;Lbg;)Lae;
      intermediary method_53626 Lnet/minecraft/class_161;method_53626(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5257;)Lnet/minecraft/class_161;
      named method_53626 Lnet/minecraft/advancement/Advancement;method_53626(Lcom/google/gson/JsonObject;Lnet/minecraft/predicate/entity/AdvancementEntityPredicateDeserializer;)Lnet/minecraft/advancement/Advancement;
    • method_53627

      public void method_53627(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lae;a(Lsl;)V
      intermediary method_53627 Lnet/minecraft/class_161;method_53627(Lnet/minecraft/class_2540;)V
      named method_53627 Lnet/minecraft/advancement/Advancement;method_53627(Lnet/minecraft/network/PacketByteBuf;)V
    • method_53632

      public static Advancement method_53632(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official b Lae;b(Lsl;)Lae;
      intermediary method_53632 Lnet/minecraft/class_161;method_53632(Lnet/minecraft/class_2540;)Lnet/minecraft/class_161;
      named method_53632 Lnet/minecraft/advancement/Advancement;method_53632(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/advancement/Advancement;
    • method_53630

      public boolean method_53630()
      Mappings:
      Namespace Name Mixin selector
      official b Lae;b()Z
      intermediary method_53630 Lnet/minecraft/class_161;method_53630()Z
      named method_53630 Lnet/minecraft/advancement/Advancement;method_53630()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 o)
      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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • parent

      public Optional<Identifier> parent()
      Returns the value of the parent record component.
      Returns:
      the value of the parent record component
    • display

      public Optional<AdvancementDisplay> display()
      Returns the value of the display record component.
      Returns:
      the value of the display record component
    • rewards

      public AdvancementRewards rewards()
      Returns the value of the rewards record component.
      Returns:
      the value of the rewards record component
    • criteria

      public Map<String,AdvancementCriterion<?>> criteria()
      Returns the value of the criteria record component.
      Returns:
      the value of the criteria record component
    • requirements

      public class_8782 requirements()
      Returns the value of the requirements record component.
      Returns:
      the value of the requirements record component
    • sendsTelemetryEvent

      public boolean sendsTelemetryEvent()
      Returns the value of the sendsTelemetryEvent record component.
      Returns:
      the value of the sendsTelemetryEvent record component
    • name

      public Optional<Text> name()
      Returns the value of the name record component.
      Returns:
      the value of the name record component