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 net.dv8tion.jda.api.entities.sticker.Sticker
Sticker.StickerFormat, Sticker.Type
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
The ID of the pack the sticker is from.long
The ID of the pack the sticker is from.int
The sticker's sort order within its packdefault Sticker.Type
getType()
TheSticker Type
Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
Methods inherited from interface net.dv8tion.jda.api.entities.sticker.RichSticker
getDescription, getTags
Methods inherited from interface net.dv8tion.jda.api.entities.sticker.Sticker
getFormatType, getIcon, getIconUrl, getName
-
Method Details
-
getType
Description copied from interface:RichSticker
TheSticker Type
- Specified by:
getType
in 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
-