Uses of Class
rs.kreme.ksbot.api.game.data.Emote
-
Packages that use Emote Package Description rs.kreme.ksbot.api.game rs.kreme.ksbot.api.game.data -
-
Uses of Emote in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game with parameters of type Emote Modifier and Type Method Description voidGame. performEmote(Emote emote) -
Uses of Emote in rs.kreme.ksbot.api.game.data
Methods in rs.kreme.ksbot.api.game.data that return Emote Modifier and Type Method Description static EmoteEmote. valueOf(java.lang.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.
-