modifyFood

@JvmName(name = "modifyFoodSingle")
fun modifyFood(material: Material, builder: DSLMutator<FoodPropertyBuilder>)

Modifies or Creates a Food Property.


@JvmName(name = "modifyFoodSingle")
fun modifyFood(builder: DSLMutator<FoodPropertyBuilder>, matcher: ItemMatcher)

Creates a Food Property with a relation to an ItemMatcher.


@JvmName(name = "modifyFoodIterable")
fun modifyFood(materials: Iterable<Material>, builder: DSLMutator<FoodPropertyBuilder>)

Modifies or Creates a Food Property on each item of the collection.