Uses of Class
org.javacord.api.entity.sticker.StickerType
-
Packages that use StickerType Package Description org.javacord.api.entity.sticker -
-
Uses of StickerType in org.javacord.api.entity.sticker
Methods in org.javacord.api.entity.sticker that return StickerType Modifier and Type Method Description static StickerTypeStickerType. fromId(int id)Parse an integer to a StickerType.StickerTypeSticker. getType()Gets the sticker's type.static StickerTypeStickerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StickerType[]StickerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-