Uses of Interface
de.unistuttgart.informatik.fius.icge.simulation.Playfield
-
-
Uses of Playfield in de.unistuttgart.informatik.fius.icge.simulation
Methods in de.unistuttgart.informatik.fius.icge.simulation that return Playfield Modifier and Type Method Description PlayfieldSimulation. getPlayfield()Get the playfield for this simulation. -
Uses of Playfield in de.unistuttgart.informatik.fius.icge.simulation.actions
Methods in de.unistuttgart.informatik.fius.icge.simulation.actions that return Playfield Modifier and Type Method Description PlayfieldEntityDespawnAction. getPlayfield()PlayfieldEntitySpawnAction. getPlayfield()Constructors in de.unistuttgart.informatik.fius.icge.simulation.actions with parameters of type Playfield Constructor Description EntityDespawnAction(long tickNumber, Entity entity, Playfield playfield)Create an entity despawn actionEntitySpawnAction(long tickNumber, Entity entity, Playfield playfield, Position position)Create an entity spawn action. -
Uses of Playfield in de.unistuttgart.informatik.fius.icge.simulation.entity
Methods in de.unistuttgart.informatik.fius.icge.simulation.entity that return Playfield Modifier and Type Method Description protected PlayfieldBasicEntity. getPlayfield()Get the playfield of this entity.Methods in de.unistuttgart.informatik.fius.icge.simulation.entity with parameters of type Playfield Modifier and Type Method Description voidBasicEntity. initOnPlayfield(Playfield playfield)voidEntity. initOnPlayfield(Playfield playfield)Method to initialize this entity after being added to the playfield. -
Uses of Playfield in de.unistuttgart.informatik.fius.icge.simulation.tools
Constructors in de.unistuttgart.informatik.fius.icge.simulation.tools with parameters of type Playfield Constructor Description PlayfieldModifier(Playfield playfield)Create a new playfield modifier for the given playfield.
-