记录类 LootItemBlockStatePropertyCondition

java.lang.Object
java.lang.Record
net.minecraft.world.level.storage.loot.predicates.LootItemBlockStatePropertyCondition
所有已实现的接口:
Predicate<LootContext>, LootContextUser, LootItemCondition

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