com.planet_ink.coffee_mud.WebMacros.grinder
Class GrinderRooms

java.lang.Object
  extended by com.planet_ink.coffee_mud.WebMacros.grinder.GrinderRooms

public class GrinderRooms
extends java.lang.Object


Constructor Summary
GrinderRooms()
           
 
Method Summary
static Room createGridRoom(Area A, java.lang.String roomID, Room copyThisOne, RoomnumberSet deferredExitSaves, boolean autoLink)
           
static Room createLonelyRoom(Area A, Room linkTo, int dir, boolean copyThisOne)
           
static java.lang.String createRoom(Room R, int dir, boolean copyThisOne)
           
static java.lang.String delRoom(Room R)
           
static java.lang.String editRoom(com.planet_ink.coffee_web.interfaces.HTTPRequest httpReq, java.util.Map<java.lang.String,java.lang.String> parms, MOB whom, Room R)
           
static void happilyAddItem(Item I, Room R)
           
static void happilyAddMob(MOB M, Room R)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrinderRooms

public GrinderRooms()
Method Detail

happilyAddMob

public static void happilyAddMob(MOB M,
                                 Room R)

happilyAddItem

public static void happilyAddItem(Item I,
                                  Room R)

editRoom

public static java.lang.String editRoom(com.planet_ink.coffee_web.interfaces.HTTPRequest httpReq,
                                        java.util.Map<java.lang.String,java.lang.String> parms,
                                        MOB whom,
                                        Room R)

delRoom

public static java.lang.String delRoom(Room R)

createLonelyRoom

public static Room createLonelyRoom(Area A,
                                    Room linkTo,
                                    int dir,
                                    boolean copyThisOne)

createRoom

public static java.lang.String createRoom(Room R,
                                          int dir,
                                          boolean copyThisOne)

createGridRoom

public static Room createGridRoom(Area A,
                                  java.lang.String roomID,
                                  Room copyThisOne,
                                  RoomnumberSet deferredExitSaves,
                                  boolean autoLink)