Uses of Interface
dev.twilite.game.simulation.rules.combat.EntityCombat.Prediction
Packages that use EntityCombat.Prediction
-
Uses of EntityCombat.Prediction in dev.twilite.game.simulation.rules.combat
Methods in dev.twilite.game.simulation.rules.combat that return EntityCombat.PredictionModifier and TypeMethodDescriptionEntityCombat.Builder.prediction()Returns the value of thepredictionrecord component.Methods in dev.twilite.game.simulation.rules.combat with parameters of type EntityCombat.PredictionModifier and TypeMethodDescriptionEntityCombat.Builder.predictWith(EntityCombat.Prediction<I> prediction) Uses a custom entity prediction function.Constructors in dev.twilite.game.simulation.rules.combat with parameters of type EntityCombat.PredictionModifierConstructorDescriptionBuilder(Function<I, ? extends Collection<SimulationEntity>> entities, EntityCombat.Prediction<I> prediction, SimulationEntity.LineOfSight<? super I> lineOfSight) Creates an instance of aBuilderrecord class.