Record Class ImpossibleTrigger.TriggerInstance
java.lang.Object
java.lang.Record
net.minecraft.advancements.criterion.ImpossibleTrigger.TriggerInstance
- All Implemented Interfaces:
CriterionTriggerInstance
- Enclosing class:
ImpossibleTrigger
public static record ImpossibleTrigger.TriggerInstance()
extends Record
implements CriterionTriggerInstance
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ImpossibleTrigger.TriggerInstance> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.voidvalidate(ValidationContextSource validator)
-
Field Details
-
CODEC
-
-
Constructor Details
-
TriggerInstance
public TriggerInstance()Creates an instance of aTriggerInstancerecord class.
-
-
Method Details
-
validate
- Specified by:
validatein interfaceCriterionTriggerInstance
-
toString
-
hashCode
-
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.
-