interface StickerDat {
    axis: StickerDatAxis[];
    faces: StickerDatFace[];
    notationMapper: NotationMapper;
    stickers: StickerDatSticker[];
    textureMapper: TextureMapper;
    unswizzle(mv): null | Move;
}

Properties

notationMapper: NotationMapper
stickers: StickerDatSticker[]
textureMapper: TextureMapper

Methods