github.com/df-mc/dragonfly@v0.9.13/server/entity/healing.go (about) 1 package entity 2 3 type ( 4 // FoodHealingSource is a healing source used for when an entity regenerates health automatically when their food 5 // bar is at least 90% filled. 6 FoodHealingSource struct{} 7 ) 8 9 func (FoodHealingSource) HealingSource() {}