Uses of Class
dev.twilite.game.wrapper.Projectile
Packages that use Projectile
-
Uses of Projectile in dev.twilite.game.simulation.model.threat
Methods in dev.twilite.game.simulation.model.threat with parameters of type ProjectileModifier and TypeMethodDescriptionstatic SimulationThreatSimulationThreat.projectile(Projectile projectile, int radius, int penalty, boolean avoid) Creates a timed projectile threat at the projectile target coordinate.static SimulationThreatSimulationThreat.projectile(Projectile projectile, int duration, int radius, int penalty, boolean avoid) Creates a timed projectile threat at the projectile target coordinate. -
Uses of Projectile in dev.twilite.game.stream
Method parameters in dev.twilite.game.stream with type arguments of type ProjectileModifier and TypeMethodDescriptionProjectileView.filter(Predicate<Projectile> filter) Returns a new projectile view with an additional filter.ProjectileView.or(Predicate<Projectile> filter) Returns a new projectile view with the supplied filter OR'ed with the most recent filter.Constructor parameters in dev.twilite.game.stream with type arguments of type ProjectileModifierConstructorDescriptionProjectileView(Supplier<Stream<Projectile>> source) Creates a projectile view backed by a stream supplier.