Record Class ChanneledLightningCriterion.Conditions
java.lang.Object
java.lang.Record
net.minecraft.advancement.criterion.ChanneledLightningCriterion.Conditions
- Record Components:
getPlayerPredicate
-victims
-
- All Implemented Interfaces:
AbstractCriterion.Conditions
,CriterionConditions
- Enclosing class:
ChanneledLightningCriterion
public static record ChanneledLightningCriterion.Conditions(Optional<LootContextPredicate> getPlayerPredicate, List<LootContextPredicate> victims)
extends Record
implements AbstractCriterion.Conditions
- Mappings:
Namespace Name official ay$a
intermediary net/minecraft/class_2002$class_2004
named net/minecraft/advancement/criterion/ChanneledLightningCriterion$Conditions
official b
intermediary comp_2029
named getPlayerPredicate
official c
intermediary comp_2039
named victims
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChanneledLightningCriterion.Conditions>
private final Optional<LootContextPredicate>
The field for thegetPlayerPredicate
record component.private final List<LootContextPredicate>
The field for thevictims
record component. -
Constructor Summary
ConstructorsConstructorDescriptionConditions
(Optional<LootContextPredicate> playerPredicate, List<LootContextPredicate> victims) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(EntityPredicate.Builder[] victims) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.boolean
matches
(Collection<? extends LootContext> victims) void
method_54938
(class_8944 class_8944) final String
toString()
Returns a string representation of this record class.victims()
Returns the value of thevictims
record component.
-
Field Details
-
getPlayerPredicate
The field for thegetPlayerPredicate
record component. -
victims
The field for thevictims
record component. -
field_47231
public static final com.mojang.serialization.Codec<ChanneledLightningCriterion.Conditions> field_47231- Mappings:
Namespace Name Mixin selector official a
Lay$a;a:Lcom/mojang/serialization/Codec;
intermediary field_47231
Lnet/minecraft/class_2002$class_2004;field_47231:Lcom/mojang/serialization/Codec;
named field_47231
Lnet/minecraft/advancement/criterion/ChanneledLightningCriterion$Conditions;field_47231:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Conditions
public Conditions(Optional<LootContextPredicate> playerPredicate, List<LootContextPredicate> victims) - Mappings:
Namespace Name Mixin selector official <init>
Lay$a;<init>(Ljava/util/Optional;Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_2002$class_2004;<init>(Ljava/util/Optional;Ljava/util/List;)V
named <init>
Lnet/minecraft/advancement/criterion/ChanneledLightningCriterion$Conditions;<init>(Ljava/util/Optional;Ljava/util/List;)V
-
-
Method Details
-
create
public static AdvancementCriterion<ChanneledLightningCriterion.Conditions> create(EntityPredicate.Builder[] victims) - Mappings:
Namespace Name Mixin selector official a
Lay$a;a([Lbp$a;)Lan;
intermediary method_8809
Lnet/minecraft/class_2002$class_2004;method_8809([Lnet/minecraft/class_2048$class_2049;)Lnet/minecraft/class_175;
named create
Lnet/minecraft/advancement/criterion/ChanneledLightningCriterion$Conditions;create([Lnet/minecraft/predicate/entity/EntityPredicate$Builder;)Lnet/minecraft/advancement/AdvancementCriterion;
-
matches
- Mappings:
Namespace Name Mixin selector official a
Lay$a;a(Ljava/util/Collection;)Z
intermediary method_8808
Lnet/minecraft/class_2002$class_2004;method_8808(Ljava/util/Collection;)Z
named matches
Lnet/minecraft/advancement/criterion/ChanneledLightningCriterion$Conditions;matches(Ljava/util/Collection;)Z
-
method_54938
- Specified by:
method_54938
in interfaceAbstractCriterion.Conditions
- Specified by:
method_54938
in interfaceCriterionConditions
- Mappings:
Namespace Name Mixin selector official a
Laq;a(Lbc;)V
intermediary method_54938
Lnet/minecraft/class_184;method_54938(Lnet/minecraft/class_8944;)V
named method_54938
Lnet/minecraft/advancement/criterion/CriterionConditions;method_54938(Lnet/minecraft/class_8944;)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. All components in this record class are compared withObjects::equals(Object,Object)
. -
getPlayerPredicate
- Specified by:
getPlayerPredicate
in interfaceAbstractCriterion.Conditions
- Mappings:
Namespace Name Mixin selector official a
Lcv$a;a()Ljava/util/Optional;
intermediary comp_2029
Lnet/minecraft/class_4558$class_8788;comp_2029()Ljava/util/Optional;
named getPlayerPredicate
Lnet/minecraft/advancement/criterion/AbstractCriterion$Conditions;getPlayerPredicate()Ljava/util/Optional;
-
victims
Returns the value of thevictims
record component.- Returns:
- the value of the
victims
record component
-