Interface StandardSticker
- All Superinterfaces:
ISnowflake, RichSticker, Sticker, StickerSnowflake
Standard stickers used for nitro and wave buttons on welcome messages.
This includes stickers from StickerPacks, such as wumpus or doggos.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Sticker
Sticker.StickerFormat, Sticker.Type -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ID of the pack the sticker is from.longThe ID of the pack the sticker is from.intThe sticker's sort order within its packdefault Sticker.TypegetType()TheSticker TypeMethods inherited from interface ISnowflake
getId, getIdLong, getTimeCreatedMethods inherited from interface RichSticker
getDescription, getTagsMethods inherited from interface Sticker
getFormatType, getIcon, getIconUrl, getName
-
Method Details
-
getType
Description copied from interface:RichStickerTheSticker Type- Specified by:
getTypein interfaceRichSticker- Returns:
- The type
-
getPackIdLong
long getPackIdLong()The ID of the pack the sticker is from.- Returns:
- the ID of the pack the sticker is from
-
getPackId
The ID of the pack the sticker is from.- Returns:
- the ID of the pack the sticker is from
-
getSortValue
int getSortValue()The sticker's sort order within its pack- Returns:
- The sort order value
-