Record Class TravelCriterion.Conditions
java.lang.Object
java.lang.Record
net.minecraft.advancement.criterion.TravelCriterion.Conditions
- Record Components:
- player-
- startPosition-
- distance-
- All Implemented Interfaces:
- AbstractCriterion.Conditions,- CriterionConditions
- Enclosing class:
- TravelCriterion
public static record TravelCriterion.Conditions(Optional<LootContextPredicate> player, Optional<LocationPredicate> startPosition, Optional<DistancePredicate> distance)
extends Record
implements AbstractCriterion.Conditions
- Mappings:
- Namespace - Name - named - net/minecraft/advancement/criterion/TravelCriterion$Conditions- intermediary - net/minecraft/class_2108$class_2110- official - bp$a- named - player- intermediary - comp_2029- official - b- named - startPosition- intermediary - comp_2044- official - c- named - distance- intermediary - comp_2045- official - d
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TravelCriterion.Conditions> private final Optional<DistancePredicate> The field for thedistancerecord component.private final Optional<LootContextPredicate> The field for theplayerrecord component.private final Optional<LocationPredicate> The field for thestartPositionrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionConditions(Optional<LootContextPredicate> playerPredicate, Optional<LocationPredicate> startPos, Optional<DistancePredicate> distance) 
- 
Method SummaryModifier and TypeMethodDescriptiondistance()Returns the value of thedistancerecord component.final booleanIndicates whether some other object is "equal to" this one.fallFromHeight(EntityPredicate.Builder entity, DistancePredicate distance, LocationPredicate.Builder startPos) final inthashCode()Returns a hash code value for this object.booleanmatches(ServerWorld world, Vec3d pos, Vec3d endPos) netherTravel(DistancePredicate distance) player()Returns the value of theplayerrecord component.rideEntityInLava(EntityPredicate.Builder entity, DistancePredicate distance) Returns the value of thestartPositionrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.advancement.criterion.AbstractCriterion.Conditionsvalidate
- 
Field Details- 
playerThe field for theplayerrecord component.
- 
startPositionThe field for thestartPositionrecord component.
- 
distanceThe field for thedistancerecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/advancement/criterion/TravelCriterion$Conditions;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_47239- Lnet/minecraft/class_2108$class_2110;field_47239:Lcom/mojang/serialization/Codec;- official - a- Lbp$a;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
Conditionspublic Conditions(Optional<LootContextPredicate> playerPredicate, Optional<LocationPredicate> startPos, Optional<DistancePredicate> distance) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/advancement/criterion/TravelCriterion$Conditions;<init>(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)V- intermediary - <init>- Lnet/minecraft/class_2108$class_2110;<init>(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)V- official - <init>- Lbp$a;<init>(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)V
 
 
- 
- 
Method Details- 
fallFromHeightpublic static AdvancementCriterion<TravelCriterion.Conditions> fallFromHeight(EntityPredicate.Builder entity, DistancePredicate distance, LocationPredicate.Builder startPos) - Mappings:
- Namespace - Name - Mixin selector - named - fallFromHeight- Lnet/minecraft/advancement/criterion/TravelCriterion$Conditions;fallFromHeight(Lnet/minecraft/predicate/entity/EntityPredicate$Builder;Lnet/minecraft/predicate/entity/DistancePredicate;Lnet/minecraft/predicate/entity/LocationPredicate$Builder;)Lnet/minecraft/advancement/AdvancementCriterion;- intermediary - method_38851- Lnet/minecraft/class_2108$class_2110;method_38851(Lnet/minecraft/class_2048$class_2049;Lnet/minecraft/class_2025;Lnet/minecraft/class_2090$class_2091;)Lnet/minecraft/class_175;- official - a- Lbp$a;a(Lbx$a;Lbo;Ldi$a;)Laq;
 
- 
rideEntityInLavapublic static AdvancementCriterion<TravelCriterion.Conditions> rideEntityInLava(EntityPredicate.Builder entity, DistancePredicate distance) - Mappings:
- Namespace - Name - Mixin selector - named - rideEntityInLava- Lnet/minecraft/advancement/criterion/TravelCriterion$Conditions;rideEntityInLava(Lnet/minecraft/predicate/entity/EntityPredicate$Builder;Lnet/minecraft/predicate/entity/DistancePredicate;)Lnet/minecraft/advancement/AdvancementCriterion;- intermediary - method_38850- Lnet/minecraft/class_2108$class_2110;method_38850(Lnet/minecraft/class_2048$class_2049;Lnet/minecraft/class_2025;)Lnet/minecraft/class_175;- official - a- Lbp$a;a(Lbx$a;Lbo;)Laq;
 
- 
netherTravelpublic static AdvancementCriterion<TravelCriterion.Conditions> netherTravel(DistancePredicate distance) - Mappings:
- Namespace - Name - Mixin selector - named - netherTravel- Lnet/minecraft/advancement/criterion/TravelCriterion$Conditions;netherTravel(Lnet/minecraft/predicate/entity/DistancePredicate;)Lnet/minecraft/advancement/AdvancementCriterion;- intermediary - method_9085- Lnet/minecraft/class_2108$class_2110;method_9085(Lnet/minecraft/class_2025;)Lnet/minecraft/class_175;- official - a- Lbp$a;a(Lbo;)Laq;
 
- 
matches- Mappings:
- Namespace - Name - Mixin selector - named - matches- Lnet/minecraft/advancement/criterion/TravelCriterion$Conditions;matches(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)Z- intermediary - method_9086- Lnet/minecraft/class_2108$class_2110;method_9086(Lnet/minecraft/class_3218;Lnet/minecraft/class_243;Lnet/minecraft/class_243;)Z- official - a- Lbp$a;a(Lard;Lfbb;Lfbb;)Z
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
playerReturns the value of theplayerrecord component.- Specified by:
- playerin interface- AbstractCriterion.Conditions
- Returns:
- the value of the playerrecord component
 
- 
startPositionReturns the value of thestartPositionrecord component.- Returns:
- the value of the startPositionrecord component
 
- 
distanceReturns the value of thedistancerecord component.- Returns:
- the value of the distancerecord component
 
 
-