Uses of Class
dev.twilite.game.wrapper.Effect
Packages that use Effect
-
Uses of Effect in dev.twilite.game.simulation.model.threat
Methods in dev.twilite.game.simulation.model.threat with parameters of type EffectModifier and TypeMethodDescriptionstatic SimulationThreatCreates an immediate effect threat at the effect coordinate.static SimulationThreatCreates an immediate effect threat at the effect coordinate. -
Uses of Effect in dev.twilite.game.stream
Method parameters in dev.twilite.game.stream with type arguments of type EffectModifier and TypeMethodDescriptionReturns a new effect view with an additional filter.Returns a new effect view with the supplied filter OR'ed with the most recent filter.Constructor parameters in dev.twilite.game.stream with type arguments of type EffectModifierConstructorDescriptionEffectView(Supplier<Stream<Effect>> source) Creates an effect view backed by a stream supplier.