public class KillIfHasMore extends Effect
| Modifier and Type | Field and Description |
|---|---|
int |
limit |
java.lang.String |
resource |
int |
resourceId |
applyScore, collision, count, countElse, counter, counterElse, enabled, hashCode, inBatch, is_kill_effect, is_stochastic, prob, repeat, scoreChange, sequential| Constructor and Description |
|---|
KillIfHasMore(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, sortBatchpublic java.lang.String resource
public int resourceId
public int limit
public KillIfHasMore(InteractionContent cnt) throws java.lang.Exception
java.lang.Exceptionpublic void execute(VGDLSprite sprite1, VGDLSprite sprite2, Game game)
Effect