com.planet_ink.coffee_mud.WebMacros.grinder
Class GrinderRaces

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

public class GrinderRaces
extends java.lang.Object


Constructor Summary
GrinderRaces()
           
 
Method Summary
static DVector cabilities(ExternalHTTPRequests httpReq)
           
static java.lang.String getCState(char c, ExternalHTTPRequests httpReq)
           
static java.lang.String getCStats(char c, ExternalHTTPRequests httpReq)
           
static java.lang.String getPStats(char c, ExternalHTTPRequests httpReq)
           
static java.util.List<Item> itemList(java.util.List<? extends Item> items, char c, ExternalHTTPRequests httpReq, boolean one)
           
static java.lang.String modifyRace(ExternalHTTPRequests httpReq, java.util.Map<java.lang.String,java.lang.String> parms, Race oldR, Race R)
           
 java.lang.String name()
           
static void setDynAbilities(Modifiable M, ExternalHTTPRequests httpReq)
           
static void setDynEffects(Modifiable M, ExternalHTTPRequests httpReq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrinderRaces

public GrinderRaces()
Method Detail

name

public java.lang.String name()

getPStats

public static java.lang.String getPStats(char c,
                                         ExternalHTTPRequests httpReq)

getCStats

public static java.lang.String getCStats(char c,
                                         ExternalHTTPRequests httpReq)

getCState

public static java.lang.String getCState(char c,
                                         ExternalHTTPRequests httpReq)

itemList

public static java.util.List<Item> itemList(java.util.List<? extends Item> items,
                                            char c,
                                            ExternalHTTPRequests httpReq,
                                            boolean one)

setDynAbilities

public static void setDynAbilities(Modifiable M,
                                   ExternalHTTPRequests httpReq)

setDynEffects

public static void setDynEffects(Modifiable M,
                                 ExternalHTTPRequests httpReq)

cabilities

public static DVector cabilities(ExternalHTTPRequests httpReq)

modifyRace

public static java.lang.String modifyRace(ExternalHTTPRequests httpReq,
                                          java.util.Map<java.lang.String,java.lang.String> parms,
                                          Race oldR,
                                          Race R)