Package me.daddychurchill.CityWorld.Rooms

Examples of me.daddychurchill.CityWorld.Rooms.DividedSingleRoom


  public EmptyWithRooms() {
    super();
   
    roomTypes.add(new EmptyRoom());

    roomTypes.add(new DividedSingleRoom());
    roomTypes.add(new DividedEllRoom());
  }
View Full Code Here


   
    roomTypes.add(new EmptyRoom());

    roomTypes.add(new ClosetRoom());

    roomTypes.add(new DividedSingleRoom());
    roomTypes.add(new DividedEllRoom());
   
    roomTypes.add(new DeskCubbyRoom());
    roomTypes.add(new DeskForTwoRoom());
    roomTypes.add(new DeskExecutiveRoom());
View Full Code Here

   
    roomTypes.add(new EmptyRoom());

    roomTypes.add(new ClosetRoom());

    roomTypes.add(new DividedSingleRoom());
    roomTypes.add(new DividedEllRoom());
   
    roomTypes.add(new LoungeCouchRoom());
    roomTypes.add(new LoungeTableRoom());
    roomTypes.add(new LoungeTVRoom());
View Full Code Here

  public BusinessWithBooks() {
    super();
   
    roomTypes.add(new EmptyRoom());

    roomTypes.add(new DividedSingleRoom());
    roomTypes.add(new DividedEllRoom());
   
    roomTypes.add(new LibrarySingleRoom());
    roomTypes.add(new LibrarySingleRoom());
    roomTypes.add(new LibrarySingleRoom());
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Rooms.DividedSingleRoom

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.