public class RemoveScore extends Effect
Modifier and Type | Field and Description |
---|---|
int |
itype |
boolean |
killSecond |
java.lang.String |
stype |
applyScore, collision, count, countElse, counter, counterElse, enabled, hashCode, inBatch, is_kill_effect, is_stochastic, prob, repeat, scoreChange, sequential
Constructor and Description |
---|
RemoveScore(InteractionContent cnt) |
Modifier and Type | Method and Description |
---|---|
void |
execute(VGDLSprite sprite1,
VGDLSprite sprite2,
Game game)
Executes the effect
|
calculatePixelPerfect, determineCollision, executeBatch, getCounter, getCounterElse, getEffectSprites, getScoreChange, parseParameters, setStochastic, sortBatch
public boolean killSecond
public java.lang.String stype
public int itype
public RemoveScore(InteractionContent cnt)
public void execute(VGDLSprite sprite1, VGDLSprite sprite2, Game game)
Effect