Uses of Class
dev.twilite.game.stream.EffectView
Packages that use EffectView
-
Uses of EffectView in dev.twilite.game
Methods in dev.twilite.game that return EffectViewModifier and TypeMethodDescriptionstatic EffectViewGame.effects()Returns active spot effects from the root world and local world when different. -
Uses of EffectView in dev.twilite.game.stream
Methods in dev.twilite.game.stream that return EffectViewModifier and TypeMethodDescriptionEffectView.active()Filters to effects with an active animation.EffectView.animation(int... animations) Filters effects by animation id.Returns a new effect view with an additional filter.EffectView.id(int... ids) Filters effects by id.EffectView.not()Returns a new effect view with the most recent filter negated.Returns a new effect view with the supplied filter OR'ed with the most recent filter. -
Uses of EffectView in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return EffectView