public class StickerManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
addStickers(Sticker[] stickers,
StickerInfo stickerInfo,
ChangeSet changes) |
void |
changeSticker(long stickerID,
StickerInfo stickerInfo,
ChangeSet changes) |
void |
enableStickers(long[] ids,
boolean enable,
ChangeSet changes) |
void |
finalize() |
boolean |
modifyChunkTextures(long stickerID,
StickerInfo stickerInfo,
ChangeSet changes) |
boolean |
modifyDrawPriority(long stickerID,
int drawPriority,
ChangeSet changes) |
void |
removeStickers(long[] ids,
ChangeSet changes) |
public void finalize()
finalize
in class java.lang.Object
public void changeSticker(long stickerID, StickerInfo stickerInfo, ChangeSet changes)
public long addStickers(Sticker[] stickers, StickerInfo stickerInfo, ChangeSet changes)
public boolean modifyChunkTextures(long stickerID, StickerInfo stickerInfo, ChangeSet changes)
public boolean modifyDrawPriority(long stickerID, int drawPriority, ChangeSet changes)
public void enableStickers(long[] ids, boolean enable, ChangeSet changes)
public void removeStickers(long[] ids, ChangeSet changes)