java.io.Serializable
, java.lang.Comparable<CMProps.Int>
public static enum CMProps.Int extends java.lang.Enum<CMProps.Int>
Modifier and Type | Class | Description |
---|---|---|
static class |
CMProps.Int.Prowesses |
Modifier and Type | Field | Description |
---|---|---|
static int |
ANY_ARMOR_PROWESS |
|
static int |
ANY_COMBAT_PROWESS |
|
static int |
ANY_DAMAGE_PROWESS |
|
static int |
EQVIEW_DEFAULT |
|
static int |
EQVIEW_MIXED |
|
static int |
EQVIEW_PARAGRAPH |
|
static int |
EXVIEW_BRIEF |
|
static int |
EXVIEW_DEFAULT |
|
static int |
EXVIEW_MIXED |
|
static int |
EXVIEW_PARAGRAPH |
Modifier and Type | Method | Description |
---|---|---|
static CMProps.Int |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProps.Int[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProps.Int EXPRATE
public static final CMProps.Int SKYSIZE
public static final CMProps.Int MAXSTAT
public static final CMProps.Int EDITORTYPE
public static final CMProps.Int MINCLANMEMBERS
public static final CMProps.Int DAYSCLANDEATH
public static final CMProps.Int MINCLANLEVEL
public static final CMProps.Int DAYSCLANOVERTHROW
public static final CMProps.Int CLANCOST
public static final CMProps.Int PAGEBREAK
public static final CMProps.Int FOLLOWLEVELDIFF
public static final CMProps.Int LASTPLAYERLEVEL
public static final CMProps.Int CLANENCHCOST
public static final CMProps.Int BASEMAXSTAT
public static final CMProps.Int MANAMINCOST
public static final CMProps.Int MAXCLANMEMBERS
public static final CMProps.Int MANACONSUMETIME
public static final CMProps.Int MANACONSUMEAMT
public static final CMProps.Int MUDBACKLOG
public static final CMProps.Int TICKSPERMUDDAY
public static final CMProps.Int COMBATSYSTEM
public static final CMProps.Int JOURNALLIMIT
public static final CMProps.Int TICKSPERMUDMONTH
public static final CMProps.Int MUDTHEME
public static final CMProps.Int INJPCTCHANCE
public static final CMProps.Int INJPCTHP
public static final CMProps.Int INJPCTHPAMP
public static final CMProps.Int INJPCTCHANCEAMP
public static final CMProps.Int INJMULTIPLIER
public static final CMProps.Int STARTHP
public static final CMProps.Int STARTMANA
public static final CMProps.Int STARTMOVE
public static final CMProps.Int TRIALDAYS
public static final CMProps.Int EQVIEW
public static final CMProps.Int MAXCONNSPERIP
public static final CMProps.Int MAXNEWPERIP
public static final CMProps.Int MAXMAILBOX
public static final CMProps.Int JSCRIPTS
public static final CMProps.Int INJMINLEVEL
public static final CMProps.Int DEFCMDTIME
public static final CMProps.Int DEFCOMCMDTIME
public static final CMProps.Int DEFABLETIME
public static final CMProps.Int DEFCOMABLETIME
public static final CMProps.Int INJBLEEDMINLEVEL
public static final CMProps.Int INJBLEEDPCTHP
public static final CMProps.Int INJBLEEDPCTCHANCE
public static final CMProps.Int EXPIRE_MONSTER_EQ
public static final CMProps.Int EXPIRE_PLAYER_DROP
public static final CMProps.Int EXPIRE_RESOURCE
public static final CMProps.Int EXPIRE_MONSTER_BODY
public static final CMProps.Int EXPIRE_PLAYER_BODY
public static final CMProps.Int MAXITEMSHOWN
public static final CMProps.Int STARTSTAT
public static final CMProps.Int RECOVERRATE
public static final CMProps.Int COMMONACCOUNTSYSTEM
public static final CMProps.Int MAXCONNSPERACCOUNT
public static final CMProps.Int EXVIEW
public static final CMProps.Int MUDSTATE
public static final CMProps.Int OBJSPERTHREAD
public static final CMProps.Int MAXCOMMONSKILLS
public static final CMProps.Int MAXCRAFTINGSKILLS
public static final CMProps.Int MAXNONCRAFTINGSKILLS
public static final CMProps.Int MAXLANGUAGES
public static final CMProps.Int WALKCOST
public static final CMProps.Int RUNCOST
public static final CMProps.Int ACCOUNTPURGEDAYS
public static final CMProps.Int AWARERANGE
public static final CMProps.Int MINWORKERTHREADS
public static final CMProps.Int MAXWORKERTHREADS
public static final CMProps.Int DUELTICKDOWN
public static final CMProps.Int BASEMINSTAT
public static final CMProps.Int DEFSOCTIME
public static final CMProps.Int DEFCOMSOCTIME
public static final CMProps.Int RACEEXPIRATIONDAYS
public static final CMProps.Int COMBATPROWESS
public static final CMProps.Int HUNGER_FULL
public static final CMProps.Int HUNGER_GAIN_PCT
public static final CMProps.Int HUNGER_LOSS_PCT
public static final CMProps.Int THIRST_FULL
public static final CMProps.Int THIRST_GAIN_PCT
public static final CMProps.Int THIRST_LOSS_PCT
public static final CMProps.Int MOB_HP_BASE
public static final CMProps.Int EXPDEFER_PCT
public static final CMProps.Int EXPDEFER_SECS
public static final CMProps.Int RP_AWARD_PCT
public static final CMProps.Int RP_AWARD_DELAY
public static final CMProps.Int RP_INTRODUCE_PC
public static final CMProps.Int RP_INTRODUCE_NPC
public static final CMProps.Int RP_SAY_PC
public static final CMProps.Int RP_SAY_NPC
public static final CMProps.Int RP_SOCIAL_PC
public static final CMProps.Int RP_SOCIAL_NPC
public static final CMProps.Int RP_SOCIAL_OTH
public static final CMProps.Int RP_EMOTE_PC
public static final CMProps.Int RP_EMOTE_NPC
public static final CMProps.Int RP_EMOTE_OTH
public static final CMProps.Int RP_GOAFK
public static final CMProps.Int RP_CHANNEL
public static final CMProps.Int RP_CHANNEL_NAMED
public static final CMProps.Int MAXITEMSWORN
public static final CMProps.Int MAXWEARPERLOC
public static final CMProps.Int EFFECTCAP
public static final CMProps.Int EFFECTCXL
public static final CMProps.Int CLASSTRAINCOST
public static final CMProps.Int CLASSSWITCHCOST
public static final CMProps.Int LOGOUTMASKTICKS
public static final int EXVIEW_DEFAULT
public static final int EXVIEW_PARAGRAPH
public static final int EXVIEW_MIXED
public static final int EXVIEW_BRIEF
public static final int EQVIEW_DEFAULT
public static final int EQVIEW_MIXED
public static final int EQVIEW_PARAGRAPH
public static final int ANY_ARMOR_PROWESS
public static final int ANY_COMBAT_PROWESS
public static final int ANY_DAMAGE_PROWESS
public static CMProps.Int[] values()
for (CMProps.Int c : CMProps.Int.values()) System.out.println(c);
public static CMProps.Int valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null