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