Uses of Class
dev.twilite.game.stream.ProjectileView
Packages that use ProjectileView
-
Uses of ProjectileView in dev.twilite.game
Methods in dev.twilite.game that return ProjectileViewModifier and TypeMethodDescriptionstatic ProjectileViewGame.projectiles()Returns active projectiles from the root world and local world when different. -
Uses of ProjectileView in dev.twilite.game.stream
Methods in dev.twilite.game.stream that return ProjectileViewModifier and TypeMethodDescriptionProjectileView.filter(Predicate<Projectile> filter) Returns a new projectile view with an additional filter.ProjectileView.id(int... ids) Filters projectiles by id.ProjectileView.not()Returns a new projectile view with the most recent filter negated.ProjectileView.or(Predicate<Projectile> filter) Returns a new projectile view with the supplied filter OR'ed with the most recent filter. -
Uses of ProjectileView in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return ProjectileView