Uses of Class
net.runelite.client.plugins.cluescrolls.clues.emote.Emote
-
Packages that use Emote Package Description net.runelite.client.plugins.cluescrolls.clues net.runelite.client.plugins.cluescrolls.clues.emote -
-
Uses of Emote in net.runelite.client.plugins.cluescrolls.clues
Methods in net.runelite.client.plugins.cluescrolls.clues that return Emote Modifier and Type Method Description Emote
EmoteClue. getFirstEmote()
Emote
EmoteClue. getSecondEmote()
-
Uses of Emote in net.runelite.client.plugins.cluescrolls.clues.emote
Methods in net.runelite.client.plugins.cluescrolls.clues.emote that return Emote Modifier and Type Method Description static Emote
Emote. valueOf(String name)
Returns the enum constant of this type with the specified name.static Emote[]
Emote. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-