net.minecraft.client.resources

public record PlayerSkin

hpc
net.minecraft.client.resources.PlayerSkin
net.minecraft.class_8685

Field summary

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

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()
public String
b()
textureUrl()
comp_1911()
public ResourceLocation
c()
capeTexture()
comp_1627()
public ResourceLocation
d()
elytraTexture()
comp_1628()
public PlayerSkin$Model
e()
model()
comp_1629()
public boolean
f()
secure()
comp_1630()