public abstract class Effect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
is_kill_effect |
boolean |
is_stochastic |
int |
scoreChange |
Constructor and Description |
---|
Effect() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(VGDLSprite sprite1,
VGDLSprite sprite2,
Game game) |
void |
parseParameters(InteractionContent content) |
public boolean is_kill_effect
public boolean is_stochastic
public int scoreChange
public abstract void execute(VGDLSprite sprite1, VGDLSprite sprite2, Game game)
public void parseParameters(InteractionContent content)