- All Implemented Interfaces:
Serializable
,Comparable<ScriptVarType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptVarType
getByChar
(char c) char
getC()
int
getId()
getName()
static ScriptVarType
getScriptVarTypeById
(int id) toString()
static ScriptVarType
Returns the enum constant of this class with the specified name.static ScriptVarType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
INT
-
BOOLEAN
-
TYPE_2
-
QUEST
-
QUESTHELP
-
CURSOR
-
SEQ
-
COLOUR
-
LOC_SHAPE
-
COMPONENT
-
IDKIT
-
MIDI
-
NPC_MODE
-
TYPE_13
-
SYNTH
-
TYPE_15
-
AREA
-
STAT
-
NPC_STAT
-
WRITEINV
-
MESH
-
MAPAREA
-
COORDGRID
-
GRAPHIC
-
CHATPHRASE
-
FONTMETRICS
-
ENUM
-
TYPE_27
-
JINGLE
-
CHATCAT
-
LOC
-
MODEL
-
NPC
-
OBJ
-
PLAYER_UID
-
TYPE_35
-
STRING
-
SPOTANIM
-
NPC_UID
-
INV
-
TEXTURE
-
CATEGORY
-
CHAR
-
LASER
-
BAS
-
TYPE_45
-
COLLISION_GEOMETRY
-
PHYSICS_MODEL
-
PHYSICS_CONTROL_MODIFIER
-
CLANHASH
-
COORDFINE
-
CUTSCENE
-
ITEMCODE
-
TYPE_54
-
MAPSCENEICON
-
CLANFORUMQFC
-
VORBIS
-
VERIFY_OBJECT
-
MAPELEMENT
-
CATEGORYTYPE
-
SOCIAL_NETWORK
-
HITMARK
-
PACKAGE
-
PARTICLE_EFFECTOR
-
TYPE_65
-
PARTICLE_EMITTER
-
PLOGTYPE
-
UNSIGNED_INT
-
SKYBOX
-
SKYDECOR
-
HASH64
-
INPUTTYPE
-
STRUCT
-
DBROW
-
TYPE_75
-
TYPE_76
-
TYPE_77
-
TYPE_78
-
TYPE_79
-
TYPE_80
-
TYPE_81
-
TYPE_83
-
TYPE_84
-
TYPE_85
-
TYPE_86
-
TYPE_87
-
TYPE_88
-
GWC_PLATFORM
-
TYPE_90
-
TYPE_91
-
TYPE_92
-
TYPE_93
-
BUG_TEMPLATE
-
BILLING_AUTH_FLAG
-
ACCOUNT_FEATURE_FLAG
-
INTERFACE
-
TOPLEVELINTERFACE
-
OVERLAYINTERFACE
-
CLIENTINTERFACE
-
MOVESPEED
-
MATERIAL
-
SEQGROUP
-
TEMP_HISCORE
-
TEMP_HISCORE_LENGTH_TYPE
-
TEMP_HISCORE_DISPLAY_TYPE
-
TEMP_HISCORE_CONTRIBUTE_RESULT
-
AUDIOGROUP
-
AUDIOMIXBUSS
-
CRM_CHANNEL
-
HTTP_IMAGE
-
POP_UP_DISPLAY_BEHAVIOUR
-
POLL
-
TYPE_115
-
TYPE_116
-
POINTLIGHT
-
PLAYER_GROUP
-
PLAYER_GROUP_STATUS
-
PLAYER_GROUP_INVITE_RESULT
-
PLAYER_GROUP_MODIFY_RESULT
-
PLAYER_GROUP_JOIN_OR_CREATE_RESULT
-
PLAYER_GROUP_AFFINITY_MODIFY_RESULT
-
PLAYER_GROUP_DELTA_TYPE
-
CLIENT_TYPE
-
TELEMETRY_INTERVAL
-
WORLD_AREA
-
TYPE_128
-
TYPE_129
-
TYPE_130
-
TYPE_131
-
TYPE_132
-
TYPE_133
-
TYPE_200
-
TYPE_201
-
TYPE_202
-
TYPE_203
-
TYPE_204
-
TYPE_205
-
TYPE_206
-
TYPE_207
-
TYPE_208
-
TYPE_209
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public int getId() -
getName
-
getC
public char getC() -
getBaseType
-
getDefaultValue
-
getScriptVarTypeById
-
getByChar
-
toString
- Overrides:
toString
in classEnum<ScriptVarType>
-