Interface AfterAssigningTraitSolver
- All Known Subinterfaces:
IPlatformHelper
public interface AfterAssigningTraitSolver
Called after assigning traits to a living entity.
-
Method Summary
-
Method Details
-
solveAfterAssigningTrait
void solveAfterAssigningTrait(net.minecraft.world.entity.LivingEntity livingEntity, Map<net.minecraft.core.Holder<TraitType>, net.minecraft.core.Holder<Trait>> map, Predicate<net.minecraft.core.Holder<Trait>> hasTrait) - Parameters:
livingEntity- the living entitymap- the trait maphasTrait- whether the living entity has the trait
-