Skeleton skeleton = ..
Slot slot = skeleton.findSlot("slotName");
Attachment attachment = skeleton.getAttachment(slot.index, "attachmentName");
slot.attachment = attachment;
skeleton.setAttachment("slotName", "attachmentName");
I tried to replace it attachment to the method in the document
have no effect