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