Weather/smali/com/esotericsoftware/spine/attachments/AttachmentLoader.smali
2021-05-10 10:13:34 +02:00

24 lines
1.1 KiB
Smali

.class public interface abstract Lcom/esotericsoftware/spine/attachments/AttachmentLoader;
.super Ljava/lang/Object;
.source "AttachmentLoader.java"
# virtual methods
.method public abstract a(Lcom/esotericsoftware/spine/Skin;Ljava/lang/String;)Lcom/esotericsoftware/spine/attachments/BoundingBoxAttachment;
.end method
.method public abstract a(Lcom/esotericsoftware/spine/Skin;Ljava/lang/String;Ljava/lang/String;)Lcom/esotericsoftware/spine/attachments/RegionAttachment;
.end method
.method public abstract b(Lcom/esotericsoftware/spine/Skin;Ljava/lang/String;)Lcom/esotericsoftware/spine/attachments/ClippingAttachment;
.end method
.method public abstract b(Lcom/esotericsoftware/spine/Skin;Ljava/lang/String;Ljava/lang/String;)Lcom/esotericsoftware/spine/attachments/MeshAttachment;
.end method
.method public abstract c(Lcom/esotericsoftware/spine/Skin;Ljava/lang/String;)Lcom/esotericsoftware/spine/attachments/PathAttachment;
.end method
.method public abstract d(Lcom/esotericsoftware/spine/Skin;Ljava/lang/String;)Lcom/esotericsoftware/spine/attachments/PointAttachment;
.end method