net.minecraft.client.resources

public record PlayerSkin

gqb
net.minecraft.client.resources.PlayerSkin
net.minecraft.class_8685
net.minecraft.client.util.SkinTextures
net.minecraft.src.C_290287_

Field summary

Modifier and TypeField
private final ResourceLocation
a
texture
comp_1626
texture
f_290339_
private final String
b
textureUrl
comp_1911
textureUrl
f_290349_
private final ResourceLocation
c
capeTexture
comp_1627
capeTexture
f_291348_
private final ResourceLocation
d
elytraTexture
comp_1628
elytraTexture
f_290452_
private final PlayerSkin$Model
e
model
comp_1629
model
f_290793_
private final boolean
f
secure
comp_1630
secure
f_290871_

Constructor summary

ModifierConstructor
public (ResourceLocation textureUrl, String capeTexture, ResourceLocation elytraTexture, ResourceLocation model, PlayerSkin$Model secure, boolean arg5)

Method summary

Modifier and TypeMethod
public ResourceLocation
a()
texture()
comp_1626()
texture()
f_290339_()
public String
b()
textureUrl()
comp_1911()
textureUrl()
f_290349_()
public ResourceLocation
c()
capeTexture()
comp_1627()
capeTexture()
f_291348_()
public ResourceLocation
d()
elytraTexture()
comp_1628()
elytraTexture()
f_290452_()
public PlayerSkin$Model
e()
model()
comp_1629()
model()
f_290793_()
public boolean
f()
secure()
comp_1630()
secure()
f_290871_()