Enum Emote

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Emote>

    public enum Emote
    extends java.lang.Enum<Emote>
    • Enum Constant Detail

      • AIR_GUITAR

        public static final Emote AIR_GUITAR
      • ANGRY

        public static final Emote ANGRY
      • BECKON

        public static final Emote BECKON
      • BLOW_KISS

        public static final Emote BLOW_KISS
      • BOW

        public static final Emote BOW
      • CHEER

        public static final Emote CHEER
      • CLAP

        public static final Emote CLAP
      • CLIMB_ROPE

        public static final Emote CLIMB_ROPE
      • CRAZY_DANCE

        public static final Emote CRAZY_DANCE
      • CRY

        public static final Emote CRY
      • DANCE

        public static final Emote DANCE
      • EXPLORE

        public static final Emote EXPLORE
      • FORTIS_SALUTE

        public static final Emote FORTIS_SALUTE
      • FLAP

        public static final Emote FLAP
      • GLASS_BOX

        public static final Emote GLASS_BOX
      • GLASS_WALL

        public static final Emote GLASS_WALL
      • GOBLIN_BOW

        public static final Emote GOBLIN_BOW
      • GOBLIN_SALUTE

        public static final Emote GOBLIN_SALUTE
      • HEADBANG

        public static final Emote HEADBANG
      • HYPERMOBILE_DRINKER

        public static final Emote HYPERMOBILE_DRINKER
      • IDEA

        public static final Emote IDEA
      • JIG

        public static final Emote JIG
      • JOG

        public static final Emote JOG
      • JUMP_FOR_JOY

        public static final Emote JUMP_FOR_JOY
      • LAUGH

        public static final Emote LAUGH
      • LEAN

        public static final Emote LEAN
      • NO

        public static final Emote NO
      • PANIC

        public static final Emote PANIC
      • PARTY

        public static final Emote PARTY
      • PREMIER_SHIELD

        public static final Emote PREMIER_SHIELD
      • PUSH_UP

        public static final Emote PUSH_UP
      • RABBIT_HOP

        public static final Emote RABBIT_HOP
      • RASPBERRY

        public static final Emote RASPBERRY
      • SALUTE

        public static final Emote SALUTE
      • SCARED

        public static final Emote SCARED
      • SHRUG

        public static final Emote SHRUG
      • SIT_DOWN

        public static final Emote SIT_DOWN
      • SIT_UP

        public static final Emote SIT_UP
      • SKILL_CAPE

        public static final Emote SKILL_CAPE
      • SLAP_HEAD

        public static final Emote SLAP_HEAD
      • SMOOTH_DANCE

        public static final Emote SMOOTH_DANCE
      • SPIN

        public static final Emote SPIN
      • STAMP

        public static final Emote STAMP
      • STAR_JUMP

        public static final Emote STAR_JUMP
      • THINK

        public static final Emote THINK
      • TRICK

        public static final Emote TRICK
      • URI_TRANSFORM

        public static final Emote URI_TRANSFORM
      • WAVE

        public static final Emote WAVE
      • YAWN

        public static final Emote YAWN
      • YES

        public static final Emote YES
      • ZOMBIE_DANCE

        public static final Emote ZOMBIE_DANCE
      • ZOMBIE_HAND

        public static final Emote ZOMBIE_HAND
      • ZOMBIE_WALK

        public static final Emote ZOMBIE_WALK
      • FLEX

        public static final Emote FLEX
    • Field Detail

      • childwidget

        public final int childwidget
    • Method Detail

      • values

        public 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
      • valueOf

        public 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
      • forChildWidgetId

        public static Emote forChildWidgetId​(int id)
        Gets the Emote based on WidgetChild ID
        Parameters:
        id - WidgetChild ID
        Returns:
        Emote that matches the ID