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

103 lines
2.1 KiB
Smali

.class public Lcom/esotericsoftware/spine/attachments/PathAttachment;
.super Lcom/esotericsoftware/spine/attachments/VertexAttachment;
.source "PathAttachment.java"
# instance fields
.field b:[F
.field c:Z
.field d:Z
.field final e:Lcom/badlogic/gdx/graphics/Color;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 3
.line 47
invoke-direct {p0, p1}, Lcom/esotericsoftware/spine/attachments/VertexAttachment;-><init>(Ljava/lang/String;)V
.line 44
new-instance p1, Lcom/badlogic/gdx/graphics/Color;
const/high16 v0, 0x3f800000 # 1.0f
const/high16 v1, 0x3f000000 # 0.5f
const/4 v2, 0x0
invoke-direct {p1, v0, v1, v2, v0}, Lcom/badlogic/gdx/graphics/Color;-><init>(FFFF)V
iput-object p1, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->e:Lcom/badlogic/gdx/graphics/Color;
return-void
.end method
# virtual methods
.method public a(Z)V
.locals 0
.line 56
iput-boolean p1, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->c:Z
return-void
.end method
.method public a([F)V
.locals 0
.line 75
iput-object p1, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->b:[F
return-void
.end method
.method public b(Z)V
.locals 0
.line 66
iput-boolean p1, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->d:Z
return-void
.end method
.method public b()Z
.locals 1
.line 52
iget-boolean v0, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->c:Z
return v0
.end method
.method public c()Z
.locals 1
.line 62
iget-boolean v0, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->d:Z
return v0
.end method
.method public d()[F
.locals 1
.line 71
iget-object v0, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->b:[F
return-object v0
.end method
.method public e()Lcom/badlogic/gdx/graphics/Color;
.locals 1
.line 81
iget-object v0, p0, Lcom/esotericsoftware/spine/attachments/PathAttachment;->e:Lcom/badlogic/gdx/graphics/Color;
return-object v0
.end method