Package org.dreambot.api.methods.emotes
Enum Emote
- java.lang.Object
- 
- java.lang.Enum<Emote>
- 
- org.dreambot.api.methods.emotes.Emote
 
 
- 
- 
Enum Constant Summary
 - 
Field SummaryFields Modifier and Type Field Description intchildwidget
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static EmoteforChildWidgetId(int id)Gets the Emote based on WidgetChild IDstatic EmotevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Emote[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
AIR_GUITARpublic static final Emote AIR_GUITAR 
 - 
ANGRYpublic static final Emote ANGRY 
 - 
BECKONpublic static final Emote BECKON 
 - 
BLOW_KISSpublic static final Emote BLOW_KISS 
 - 
BOWpublic static final Emote BOW 
 - 
CHEERpublic static final Emote CHEER 
 - 
CLAPpublic static final Emote CLAP 
 - 
CLIMB_ROPEpublic static final Emote CLIMB_ROPE 
 - 
CRAZY_DANCEpublic static final Emote CRAZY_DANCE 
 - 
CRYpublic static final Emote CRY 
 - 
DANCEpublic static final Emote DANCE 
 - 
EXPLOREpublic static final Emote EXPLORE 
 - 
FORTIS_SALUTEpublic static final Emote FORTIS_SALUTE 
 - 
FLAPpublic static final Emote FLAP 
 - 
GLASS_BOXpublic static final Emote GLASS_BOX 
 - 
GLASS_WALLpublic static final Emote GLASS_WALL 
 - 
GOBLIN_BOWpublic static final Emote GOBLIN_BOW 
 - 
GOBLIN_SALUTEpublic static final Emote GOBLIN_SALUTE 
 - 
HEADBANGpublic static final Emote HEADBANG 
 - 
HYPERMOBILE_DRINKERpublic static final Emote HYPERMOBILE_DRINKER 
 - 
IDEApublic static final Emote IDEA 
 - 
JIGpublic static final Emote JIG 
 - 
JOGpublic static final Emote JOG 
 - 
JUMP_FOR_JOYpublic static final Emote JUMP_FOR_JOY 
 - 
LAUGHpublic static final Emote LAUGH 
 - 
LEANpublic static final Emote LEAN 
 - 
NOpublic static final Emote NO 
 - 
PANICpublic static final Emote PANIC 
 - 
PARTYpublic static final Emote PARTY 
 - 
PREMIER_SHIELDpublic static final Emote PREMIER_SHIELD 
 - 
PUSH_UPpublic static final Emote PUSH_UP 
 - 
RABBIT_HOPpublic static final Emote RABBIT_HOP 
 - 
RASPBERRYpublic static final Emote RASPBERRY 
 - 
SALUTEpublic static final Emote SALUTE 
 - 
SCAREDpublic static final Emote SCARED 
 - 
SHRUGpublic static final Emote SHRUG 
 - 
SIT_DOWNpublic static final Emote SIT_DOWN 
 - 
SIT_UPpublic static final Emote SIT_UP 
 - 
SKILL_CAPEpublic static final Emote SKILL_CAPE 
 - 
SLAP_HEADpublic static final Emote SLAP_HEAD 
 - 
SMOOTH_DANCEpublic static final Emote SMOOTH_DANCE 
 - 
SPINpublic static final Emote SPIN 
 - 
STAMPpublic static final Emote STAMP 
 - 
STAR_JUMPpublic static final Emote STAR_JUMP 
 - 
THINKpublic static final Emote THINK 
 - 
TRICKpublic static final Emote TRICK 
 - 
URI_TRANSFORMpublic static final Emote URI_TRANSFORM 
 - 
WAVEpublic static final Emote WAVE 
 - 
YAWNpublic static final Emote YAWN 
 - 
YESpublic static final Emote YES 
 - 
ZOMBIE_DANCEpublic static final Emote ZOMBIE_DANCE 
 - 
ZOMBIE_HANDpublic static final Emote ZOMBIE_HAND 
 - 
ZOMBIE_WALKpublic static final Emote ZOMBIE_WALK 
 - 
FLEXpublic static final Emote FLEX 
 
- 
 - 
Method Detail- 
valuespublic static Emote[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Emote c : Emote.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static Emote valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
- java.lang.IllegalArgumentException- if this enum type has no constant with the specified name
- java.lang.NullPointerException- if the argument is null
 
 - 
forChildWidgetIdpublic static Emote forChildWidgetId(int id) Gets the Emote based on WidgetChild ID- Parameters:
- id- WidgetChild ID
- Returns:
- Emote that matches the ID
 
 
- 
 
-