pub(crate) fn apply_potion_contents(
contents: &PotionContents,
world: &World,
user: &dyn LivingEntity,
duration_scale: f32,
)Expand description
Mirrors vanilla PotionContents.applyToLivingEntity(user, durationScale).
pub(crate) fn apply_potion_contents(
contents: &PotionContents,
world: &World,
user: &dyn LivingEntity,
duration_scale: f32,
)Mirrors vanilla PotionContents.applyToLivingEntity(user, durationScale).