-
actors
List<Actor> actors
List of all actors currently in the world
-
actualFPS
int actualFPS
-
backgroundImage
Image backgroundImage
The background image displayed in the world
-
debugButton
JButton debugButton
Button to toggle debug mode
-
debugMode
boolean debugMode
Whether debug mode is currently enabled
-
displayText
String displayText
Text to display on the world (if any)
-
dynamicLighting
boolean dynamicLighting
Whether dynamic lighting is enabled
-
fixedHeight
int fixedHeight
Fixed pixel height of the world
-
fixedWidth
int fixedWidth
Fixed pixel width of the world
-
frameCount
int frameCount
-
lastFrameTime
long lastFrameTime
-
loadedImages
List<String> loadedImages
List of paths to loaded images in the world
-
memoryTracker
MemoryTracker memoryTracker
Tracks memory usage and performance statistics
-
sounds
List<ActiverseSound> sounds
List of sounds currently managed by the world
-
textX
int textX
X-coordinate for displaying text
-
textY
int textY
Y-coordinate for displaying text
-
timer
Timer timer
Timer for scheduling world updates