Record Class KilledTrigger.TriggerInstance
java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.KilledTrigger.TriggerInstance
- All Implemented Interfaces:
- SimpleCriterionTrigger.SimpleInstance,- CriterionTriggerInstance
- Enclosing class:
- KilledTrigger
public static record KilledTrigger.TriggerInstance(Optional<ContextAwarePredicate> player, Optional<ContextAwarePredicate> entityPredicate, Optional<DamageSourcePredicate> killingBlow)
extends Record
implements SimpleCriterionTrigger.SimpleInstance
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<KilledTrigger.TriggerInstance>private final Optional<ContextAwarePredicate>The field for theentityPredicaterecord component.private final Optional<DamageSourcePredicate>The field for thekillingBlowrecord component.private final Optional<ContextAwarePredicate>The field for theplayerrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionTriggerInstance(Optional<ContextAwarePredicate> player, Optional<ContextAwarePredicate> entityPredicate, Optional<DamageSourcePredicate> killingBlow) Creates an instance of aTriggerInstancerecord class.
- 
Method SummaryModifier and TypeMethodDescriptionentityKilledPlayer(Optional<EntityPredicate> p_298209_) entityKilledPlayer(Optional<EntityPredicate> p_298878_, Optional<DamageSourcePredicate> p_300913_) entityKilledPlayer(Optional<EntityPredicate> p_301135_, DamageSourcePredicate.Builder p_301143_) entityKilledPlayer(EntityPredicate.Builder p_298389_) entityKilledPlayer(EntityPredicate.Builder p_152119_, Optional<DamageSourcePredicate> p_301181_) entityKilledPlayer(EntityPredicate.Builder p_301108_, DamageSourcePredicate.Builder p_298860_) Returns the value of theentityPredicaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thekillingBlowrecord component.booleanmatches(ServerPlayer p_48131_, LootContext p_48132_, DamageSource p_48133_) player()Returns the value of theplayerrecord component.playerKilledEntity(Optional<EntityPredicate> p_298999_) playerKilledEntity(Optional<EntityPredicate> p_300920_, Optional<DamageSourcePredicate> p_300985_) playerKilledEntity(Optional<EntityPredicate> p_299297_, DamageSourcePredicate.Builder p_301016_) playerKilledEntity(EntityPredicate.Builder p_48137_) playerKilledEntity(EntityPredicate.Builder p_300879_, Optional<DamageSourcePredicate> p_298956_) playerKilledEntity(EntityPredicate.Builder p_152106_, DamageSourcePredicate.Builder p_301319_) final StringtoString()Returns a string representation of this record class.voidvalidate(CriterionValidator p_311935_) 
- 
Field Details- 
playerThe field for theplayerrecord component.
- 
entityPredicateThe field for theentityPredicaterecord component.
- 
killingBlowThe field for thekillingBlowrecord component.
- 
CODEC
 
- 
- 
Constructor Details- 
TriggerInstancepublic TriggerInstance(Optional<ContextAwarePredicate> player, Optional<ContextAwarePredicate> entityPredicate, Optional<DamageSourcePredicate> killingBlow) Creates an instance of aTriggerInstancerecord class.- Parameters:
- player- the value for the- playerrecord component
- entityPredicate- the value for the- entityPredicaterecord component
- killingBlow- the value for the- killingBlowrecord component
 
 
- 
- 
Method Details- 
playerKilledEntitypublic static Criterion<KilledTrigger.TriggerInstance> playerKilledEntity(Optional<EntityPredicate> p_298999_) 
- 
playerKilledEntitypublic static Criterion<KilledTrigger.TriggerInstance> playerKilledEntity(EntityPredicate.Builder p_48137_) 
- 
playerKilledEntity
- 
playerKilledEntitypublic static Criterion<KilledTrigger.TriggerInstance> playerKilledEntity(Optional<EntityPredicate> p_300920_, Optional<DamageSourcePredicate> p_300985_) 
- 
playerKilledEntitypublic static Criterion<KilledTrigger.TriggerInstance> playerKilledEntity(EntityPredicate.Builder p_300879_, Optional<DamageSourcePredicate> p_298956_) 
- 
playerKilledEntitypublic static Criterion<KilledTrigger.TriggerInstance> playerKilledEntity(Optional<EntityPredicate> p_299297_, DamageSourcePredicate.Builder p_301016_) 
- 
playerKilledEntitypublic static Criterion<KilledTrigger.TriggerInstance> playerKilledEntity(EntityPredicate.Builder p_152106_, DamageSourcePredicate.Builder p_301319_) 
- 
playerKilledEntityNearSculkCatalyst
- 
entityKilledPlayerpublic static Criterion<KilledTrigger.TriggerInstance> entityKilledPlayer(Optional<EntityPredicate> p_298209_) 
- 
entityKilledPlayerpublic static Criterion<KilledTrigger.TriggerInstance> entityKilledPlayer(EntityPredicate.Builder p_298389_) 
- 
entityKilledPlayer
- 
entityKilledPlayerpublic static Criterion<KilledTrigger.TriggerInstance> entityKilledPlayer(Optional<EntityPredicate> p_298878_, Optional<DamageSourcePredicate> p_300913_) 
- 
entityKilledPlayerpublic static Criterion<KilledTrigger.TriggerInstance> entityKilledPlayer(EntityPredicate.Builder p_152119_, Optional<DamageSourcePredicate> p_301181_) 
- 
entityKilledPlayerpublic static Criterion<KilledTrigger.TriggerInstance> entityKilledPlayer(Optional<EntityPredicate> p_301135_, DamageSourcePredicate.Builder p_301143_) 
- 
entityKilledPlayerpublic static Criterion<KilledTrigger.TriggerInstance> entityKilledPlayer(EntityPredicate.Builder p_301108_, DamageSourcePredicate.Builder p_298860_) 
- 
matches
- 
validate- Specified by:
- validatein interface- CriterionTriggerInstance
- Specified by:
- validatein interface- SimpleCriterionTrigger.SimpleInstance
 
- 
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- SimpleCriterionTrigger.SimpleInstance
- Returns:
- the value of the playerrecord component
 
- 
entityPredicateReturns the value of theentityPredicaterecord component.- Returns:
- the value of the entityPredicaterecord component
 
- 
killingBlowReturns the value of thekillingBlowrecord component.- Returns:
- the value of the killingBlowrecord component
 
 
-