net.minecraft.client.resources

public record PlayerSkin

hcm
net.minecraft.client.resources.PlayerSkin
net.minecraft.class_8685
net.minecraft.client.util.SkinTextures

Field summary

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

Constructor summary

ModifierConstructor
public (ResourceLocation arg0, String arg1, ResourceLocation arg2, ResourceLocation arg3, PlayerSkin$Model arg4, boolean arg5)

Method summary

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