Record Class LootItemBlockStatePropertyCondition

java.lang.Object
java.lang.Record
net.minecraft.world.level.storage.loot.predicates.LootItemBlockStatePropertyCondition
All Implemented Interfaces:
Predicate<LootContext>, LootContextUser, LootItemCondition, Validatable

public record LootItemBlockStatePropertyCondition(Holder<Block> block, Optional<StatePropertiesPredicate> properties) extends Record implements LootItemCondition