Index

A C D E F G H I K L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

saveLinesToFile(String, List<String>) - Static method in class ActiverseUtils.FileUtils
Saves a list of strings to a file, overwriting the file.
saveProperties(String, Properties, String) - Static method in class ActiverseUtils.FileUtils
Saves a java.util.Properties object to a file.
saveToFile(String) - Method in class ActiverseUtils.Physics.WorldGeneration
Serializes the tileMap to a file on disk.
saveToFile(String) - Method in class ActiverseUtils.WorldGeneration
Serializes the tileMap to a file on disk.
scale(double) - Method in class ActiverseUtils.ActorVector
Scales the vector by a scalar multiplier.
setBackgroundImage(String) - Method in class ActiverseEngine.World
Sets background image of world subclasses
setDuration(long) - Method in class ActiverseUtils.Timer
Set a new duration for the timer (in milliseconds).
setFPS(int) - Static method in class ActiverseEngine.World
 
setHeight(int) - Method in class ActiverseEngine.Actor
Sets the height of the actor.
setImage(ActiverseImage) - Method in class ActiverseEngine.Actor
Sets the image of the actor.
setInventorySize(int) - Method in class ActiverseEngine.Actor
Sets the inventory size
setLocation(int, int) - Method in class ActiverseEngine.Actor
Sets the location of the actor.
setRepeat(boolean) - Method in class ActiverseUtils.Timer
Set whether the timer should repeat.
setStatic(boolean) - Method in class ActiverseEngine.Actor
Sets the state of the actor to static or not.
setTile(int, int, String) - Method in class ActiverseUtils.Physics.WorldGeneration
Sets the tile at (x, y) with a type and no metadata.
setTile(int, int, String) - Method in class ActiverseUtils.WorldGeneration
Sets the tile at (x, y) with a type and no metadata.
setTile(int, int, String, Map<String, Object>) - Method in class ActiverseUtils.Physics.WorldGeneration
Sets the tile at (x, y) with a specified type and metadata map.
setTile(int, int, String, Map<String, Object>) - Method in class ActiverseUtils.WorldGeneration
Sets the tile at (x, y) with a specified type and metadata map.
setVelocityX(double) - Method in class ActiverseEngine.Actor
Sets the horizontal velocity of the actor.
setVelocityY(double) - Method in class ActiverseEngine.Actor
Sets the vertical velocity of the actor.
setVolume(float) - Method in class ActiverseEngine.ActiverseSound
Sets the volume of the audio file.
setWidth(int) - Method in class ActiverseEngine.Actor
Sets the width of the actor.
setWorld(World) - Static method in class ActiverseEngine.Activerse
Sets the world to the inputted world.
setWorld(World) - Method in class ActiverseEngine.Actor
Sets the world that the actor belongs to.
setX(int) - Method in class ActiverseEngine.Actor
Sets the x-coordinate of the actor's location.
setY(int) - Method in class ActiverseEngine.Actor
Sets the y-coordinate of the actor's location.
showText(int, int, String) - Method in class ActiverseEngine.World
Shows text on the world at the specified location
start() - Method in class ActiverseEngine.GameLoop
Starts the game loop on separate threads for update and render.
start() - Method in class ActiverseEngine.World
Starts the world timer
start() - Method in class ActiverseUtils.Timer
Starts or restarts the timer.
start(World) - Static method in class ActiverseEngine.Activerse
Starts the Activerse application with the specified world.
stop() - Method in class ActiverseEngine.ActiverseSound
Stops the currently playing audio file.
stop() - Method in class ActiverseEngine.GameLoop
Stops the game loop and waits for threads to finish.
stop() - Method in class ActiverseEngine.World
Stops the world timer
stop() - Method in class ActiverseUtils.Timer
Stops the timer completely.
stop(World) - Static method in class ActiverseEngine.Activerse
Stops the Activerse application by stopping the specified world.
subtract(ActorVector) - Method in class ActiverseUtils.ActorVector
Subtracts another vector from this one.
A C D E F G H I K L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form