Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- unclaimedInteractions - Static variable in class nz.ac.vuw.ecs.swen225.gp22.domain.Maze
-
Stores Interaction records to be claimed by entities.
- undo(List<Entity.Action>) - Static method in class nz.ac.vuw.ecs.swen225.gp22.domain.Maze
-
Undoes a change map to the current game, updating the game state.
- undo(List<Action>) - Method in class nz.ac.vuw.ecs.swen225.gp22.app.Base
-
Undoes action.
- undo(Base) - Method in class nz.ac.vuw.ecs.swen225.gp22.recorder.GameState
-
Undo this game state.
- undo(Maze.Point, ColorableTile.Color) - Method in enum class nz.ac.vuw.ecs.swen225.gp22.domain.Entity.Action.Interaction.ActionType
-
Undoes an interaction.
- undoTest() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.DomainTest
-
Checks that all actions undo properly.
- Unlock - Enum constant in enum class nz.ac.vuw.ecs.swen225.gp22.renderer.SFX.Sounds
-
Music for unlocking doors and the exit.
- UnlockDoor - Enum constant in enum class nz.ac.vuw.ecs.swen225.gp22.domain.Entity.Action.Interaction.ActionType
-
Door was unlocked with key this action.
- unlockDoorTest() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.DomainTest
-
Checks that the player can correctly unlock a door only when the player has the correct key, and that the key is consumed.
- UnlockExit - Enum constant in enum class nz.ac.vuw.ecs.swen225.gp22.domain.Entity.Action.Interaction.ActionType
-
Exit was unlocked this action.
- unlockExitTest() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.DomainTest
-
Checks that the player can correctly pickup a treasure, and unlock a locked exit when the player has all the treasures.
- unPause() - Method in class nz.ac.vuw.ecs.swen225.gp22.app.Base
-
Un-pauses game.
- unping() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.Entity
-
Undoes the effects of ping().
- unping() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.GummyGuard
-
Deprecated.
- unping() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.Player
- unsuccessfulFactoryTest() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.DomainTest
-
Checks that the tile factory method will throw an IllegalStateException if the constructor of a class throws an error.
- Up - Enum constant in enum class nz.ac.vuw.ecs.swen225.gp22.domain.Entity.Direction
-
Represents an upwards vector.
- update(LineEvent) - Method in class nz.ac.vuw.ecs.swen225.gp22.renderer.SFXPlayer
- update(S) - Method in interface nz.ac.vuw.ecs.swen225.gp22.domain.Observer
-
Normally checks what data has changed in the object and runs code based on it.
- updateObservers() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.Observable
-
Calls the update() method for each observer attached to this object.
- updateTime(int) - Method in class nz.ac.vuw.ecs.swen225.gp22.app.PhasePanel
-
If side-panel has timer, update timer.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form