Package net.minecraft.advancement
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, AdvancementRequirements requirements, boolean sendsTelemetryEvent, Optional<Text> name)
extends Record
- Mappings:
Namespace Name official ae
intermediary net/minecraft/class_161
named net/minecraft/advancement/Advancement
official b
intermediary comp_1912
named parent
official c
intermediary comp_1913
named display
official d
intermediary comp_1914
named rewards
official e
intermediary comp_1915
named criteria
official f
intermediary comp_1916
named requirements
official g
intermediary comp_1917
named sendsTelemetryEvent
official h
intermediary comp_1918
named name
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Advancement>
private final Map<String,
AdvancementCriterion<?>> The field for thecriteria
record component.private static final com.mojang.serialization.Codec<Map<String,
AdvancementCriterion<?>>> private final Optional<AdvancementDisplay>
The field for thedisplay
record component.The field for thename
record component.private final Optional<Identifier>
The field for theparent
record component.private final AdvancementRequirements
The field for therequirements
record component.private final AdvancementRewards
The field for therewards
record component.private final boolean
The field for thesendsTelemetryEvent
record component. -
Constructor Summary
ConstructorDescriptionAdvancement
(Optional<Identifier> parent, Optional<AdvancementDisplay> display, AdvancementRewards rewards, Map<String, AdvancementCriterion<?>> criteria, AdvancementRequirements requirements, boolean sendsTelemetryEvent) Advancement
(Optional<Identifier> optional, Optional<AdvancementDisplay> optional2, AdvancementRewards advancementRewards, Map<String, AdvancementCriterion<?>> map, AdvancementRequirements advancementRequirements, boolean bool, Optional<Text> optional3) -
Method Summary
Modifier and TypeMethodDescriptionprivate static Text
createNameFromDisplay
(AdvancementDisplay display) criteria()
Returns the value of thecriteria
record component.display()
Returns the value of thedisplay
record component.final boolean
Indicates whether some other object is "equal to" this one.static Text
getNameFromIdentity
(AdvancementEntry identifiedAdvancement) final int
hashCode()
Returns a hash code value for this object.boolean
isRoot()
name()
Returns the value of thename
record component.parent()
Returns the value of theparent
record component.static Advancement
read
(PacketByteBuf buf) Returns the value of therequirements
record component.rewards()
Returns the value of therewards
record component.boolean
Returns the value of thesendsTelemetryEvent
record component.final String
toString()
Returns a string representation of this record class.private static com.mojang.serialization.DataResult<Advancement>
validate
(Advancement advancement) void
validate
(ErrorReporter errorReporter, LootDataLookup conditionsLookup) void
write
(PacketByteBuf buf)
-
Field Details
-
parent
The field for theparent
record component. -
display
The field for thedisplay
record component. -
rewards
The field for therewards
record component. -
criteria
The field for thecriteria
record component. -
requirements
The field for therequirements
record component. -
sendsTelemetryEvent
private final boolean sendsTelemetryEventThe field for thesendsTelemetryEvent
record component. -
name
The field for thename
record component. -
CRITERIA_CODEC
private static final com.mojang.serialization.Codec<Map<String,AdvancementCriterion<?>>> CRITERIA_CODEC- Mappings:
Namespace Name Mixin selector official i
Lae;i:Lcom/mojang/serialization/Codec;
intermediary field_47180
Lnet/minecraft/class_161;field_47180:Lcom/mojang/serialization/Codec;
named CRITERIA_CODEC
Lnet/minecraft/advancement/Advancement;CRITERIA_CODEC:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lae;a:Lcom/mojang/serialization/Codec;
intermediary field_47179
Lnet/minecraft/class_161;field_47179:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/advancement/Advancement;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Advancement
public Advancement(Optional<Identifier> parent, Optional<AdvancementDisplay> display, AdvancementRewards rewards, Map<String, AdvancementCriterion<?>> criteria, AdvancementRequirements requirements, boolean sendsTelemetryEvent) - Mappings:
Namespace Name Mixin selector official <init>
Lae;<init>(Ljava/util/Optional;Ljava/util/Optional;Laj;Ljava/util/Map;Lai;Z)V
intermediary <init>
Lnet/minecraft/class_161;<init>(Ljava/util/Optional;Ljava/util/Optional;Lnet/minecraft/class_170;Ljava/util/Map;Lnet/minecraft/class_8782;Z)V
named <init>
Lnet/minecraft/advancement/Advancement;<init>(Ljava/util/Optional;Ljava/util/Optional;Lnet/minecraft/advancement/AdvancementRewards;Ljava/util/Map;Lnet/minecraft/advancement/AdvancementRequirements;Z)V
-
Advancement
public Advancement(Optional<Identifier> optional, Optional<AdvancementDisplay> optional2, AdvancementRewards advancementRewards, Map<String, AdvancementCriterion<?>> map, AdvancementRequirements advancementRequirements, boolean bool, Optional<Text> optional3)
-
-
Method Details
-
validate
- Mappings:
Namespace Name Mixin selector official a
Lae;a(Lae;)Lcom/mojang/serialization/DataResult;
intermediary method_54910
Lnet/minecraft/class_161;method_54910(Lnet/minecraft/class_161;)Lcom/mojang/serialization/DataResult;
named validate
Lnet/minecraft/advancement/Advancement;validate(Lnet/minecraft/advancement/Advancement;)Lcom/mojang/serialization/DataResult;
-
createNameFromDisplay
- Mappings:
Namespace Name Mixin selector official a
Lae;a(Lar;)Lvf;
intermediary method_53623
Lnet/minecraft/class_161;method_53623(Lnet/minecraft/class_185;)Lnet/minecraft/class_2561;
named createNameFromDisplay
Lnet/minecraft/advancement/Advancement;createNameFromDisplay(Lnet/minecraft/advancement/AdvancementDisplay;)Lnet/minecraft/text/Text;
-
getNameFromIdentity
- Mappings:
Namespace Name Mixin selector official a
Lae;a(Laf;)Lvf;
intermediary method_53622
Lnet/minecraft/class_161;method_53622(Lnet/minecraft/class_8779;)Lnet/minecraft/class_2561;
named getNameFromIdentity
Lnet/minecraft/advancement/Advancement;getNameFromIdentity(Lnet/minecraft/advancement/AdvancementEntry;)Lnet/minecraft/text/Text;
-
write
- Mappings:
Namespace Name Mixin selector official a
Lae;a(Lui;)V
intermediary method_53627
Lnet/minecraft/class_161;method_53627(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/advancement/Advancement;write(Lnet/minecraft/network/PacketByteBuf;)V
-
read
- Mappings:
Namespace Name Mixin selector official b
Lae;b(Lui;)Lae;
intermediary method_53632
Lnet/minecraft/class_161;method_53632(Lnet/minecraft/class_2540;)Lnet/minecraft/class_161;
named read
Lnet/minecraft/advancement/Advancement;read(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/advancement/Advancement;
-
isRoot
public boolean isRoot()- Mappings:
Namespace Name Mixin selector official a
Lae;a()Z
intermediary method_53630
Lnet/minecraft/class_161;method_53630()Z
named isRoot
Lnet/minecraft/advancement/Advancement;isRoot()Z
-
validate
- Mappings:
Namespace Name Mixin selector official a
Lae;a(Laut;Leha;)V
intermediary method_54912
Lnet/minecraft/class_161;method_54912(Lnet/minecraft/class_8942;Lnet/minecraft/class_8489;)V
named validate
Lnet/minecraft/advancement/Advancement;validate(Lnet/minecraft/util/ErrorReporter;Lnet/minecraft/loot/LootDataLookup;)V
-
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. -
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. -
equals
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 withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
parent
Returns the value of theparent
record component.- Returns:
- the value of the
parent
record component
-
display
Returns the value of thedisplay
record component.- Returns:
- the value of the
display
record component
-
rewards
Returns the value of therewards
record component.- Returns:
- the value of the
rewards
record component
-
criteria
Returns the value of thecriteria
record component.- Returns:
- the value of the
criteria
record component
-
requirements
Returns the value of therequirements
record component.- Returns:
- the value of the
requirements
record component
-
sendsTelemetryEvent
public boolean sendsTelemetryEvent()Returns the value of thesendsTelemetryEvent
record component.- Returns:
- the value of the
sendsTelemetryEvent
record component
-
name
Returns the value of thename
record component.- Returns:
- the value of the
name
record component
-