Uses of Class
uni.robot.Mundo

Packages that use Mundo
Package
Description
 
 
  • Uses of Mundo in uni.robot

    Methods in uni.robot that return Mundo
    Modifier and Type
    Method
    Description
    static Mundo
    Mundo.cargarMundo(String nombreArchivo)
    Metodo estatico que carga y crea un Mundo, y sus objetos, desde un archivo.
    Robot.getMundo()
    Devuelve el Mundo donde el Robot existe actualmente.
    Methods in uni.robot with parameters of type Mundo
    Modifier and Type
    Method
    Description
    static void
    Mundo.guardarMundo(Mundo mundo, String nombreArchivo)
    Metodo estatico que guarda el estado de este mundo, y sus objetos, dentro de un archivo.
    Constructors in uni.robot with parameters of type Mundo
    Modifier
    Constructor
    Description
     
    Cono(Mundo m, int fila, int columna)
     
     
    Pared(Mundo m, int fila, int columna, int direccion)
    Se crea una pared que bloquea el paso entre la posicion especificada hasta la posicion hacia la direccion especificada.
     
    Crea un Robot en la esquina superior-izquierda del Mundo, mirando al sur, con 10 conos (de cantidad y capacidad).
     
    Robot(Mundo m, int fila, int columna, int dirInicial, int cantidadMaxima, int cantConos)
    Crea un Robot en un Mundo, con la posicion, direccion, cantidad y capacidad de conos especificadas.
  • Uses of Mundo in uni.robot.game

    Methods in uni.robot.game that return Mundo
    Modifier and Type
    Method
    Description
    World.getMundo()
    Consigue el objeto stub Mundo
    Constructors in uni.robot.game with parameters of type Mundo
    Modifier
    Constructor
    Description
     
    World(Mundo mundo, String title, int rowCount, int columnCount)