Uses of Class
org.rspeer.game.adapter.scene.EffectObject
-
Packages that use EffectObject Package Description org.rspeer.game.event org.rspeer.game.provider.model org.rspeer.game.query.scene org.rspeer.game.scene -
-
Uses of EffectObject in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type EffectObject Constructor Description EffectObjectSpawnEvent(EffectObject source)
Constructs a prototypical Event. -
Uses of EffectObject in org.rspeer.game.provider.model
Methods in org.rspeer.game.provider.model with parameters of type EffectObject Modifier and Type Method Description void
ModelOutlineRenderer. drawOutline(RSClient client, EffectObject effect, int outlineWidth, Color color, int feather)
-
Uses of EffectObject in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene that return types with arguments of type EffectObject Modifier and Type Method Description Supplier<List<EffectObject>>
EffectObjectQuery. getDefaultProvider()
Methods in org.rspeer.game.query.scene with parameters of type EffectObject Modifier and Type Method Description boolean
EffectObjectQuery. test(EffectObject e)
Constructor parameters in org.rspeer.game.query.scene with type arguments of type EffectObject Constructor Description EffectObjectQuery(Supplier<List<EffectObject>> provider)
-
Uses of EffectObject in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return types with arguments of type EffectObject Modifier and Type Method Description static SceneNodeQueryResults<EffectObject>
EffectObjects. getLoaded()
static SceneNodeQueryResults<EffectObject>
EffectObjects. getLoaded(boolean ignoreFinished)
-