Record Class ImpossibleTrigger.TriggerInstance
java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.ImpossibleTrigger.TriggerInstance
- All Implemented Interfaces:
- CriterionTriggerInstance
- Enclosing class:
- ImpossibleTrigger
public static record ImpossibleTrigger.TriggerInstance()
extends Record
implements CriterionTriggerInstance
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ImpossibleTrigger.TriggerInstance>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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(CriterionValidator p_312237_) 
- 
Field Details- 
CODEC
 
- 
- 
Constructor Details- 
TriggerInstancepublic TriggerInstance()Creates an instance of aTriggerInstancerecord class.
 
- 
- 
Method Details- 
validate- Specified by:
- validatein interface- CriterionTriggerInstance
 
- 
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.
 
-