Record Class EnterBlockTrigger.TriggerInstance

java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.EnterBlockTrigger.TriggerInstance
All Implemented Interfaces:
SimpleCriterionTrigger.SimpleInstance, CriterionTriggerInstance
Enclosing class:
EnterBlockTrigger

public static record EnterBlockTrigger.TriggerInstance(Optional<ContextAwarePredicate> player, Optional<Holder<Block>> block, Optional<StatePropertiesPredicate> state) extends Record implements SimpleCriterionTrigger.SimpleInstance
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • validate Link icon

      private static com.mojang.serialization.DataResult<EnterBlockTrigger.TriggerInstance> validate(EnterBlockTrigger.TriggerInstance p_312153_)
    • entersBlock Link icon

      public static Criterion<EnterBlockTrigger.TriggerInstance> entersBlock(Block p_31298_)
    • matches Link icon

      public boolean matches(BlockState p_31300_)
    • player Link icon

      public Optional<ContextAwarePredicate> player()
      Returns the value of the player record component.
      Specified by:
      player in interface SimpleCriterionTrigger.SimpleInstance
      Returns:
      the value of the player record component
    • toString Link icon

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • block Link icon

      public Optional<Holder<Block>> block()
      Returns the value of the block record component.
      Returns:
      the value of the block record component
    • state Link icon

      Returns the value of the state record component.
      Returns:
      the value of the state record component