Class ServerSkinCache.CacheCustomSkin
- java.lang.Object
-
- net.lax1dude.eaglercraft.v1_8.profile.ServerSkinCache.CacheCustomSkin
-
- Enclosing class:
- ServerSkinCache
protected static class ServerSkinCache.CacheCustomSkin extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected SkinModel
model
protected ResourceLocation
resourceLocation
protected EaglerSkinTexture
textureInstance
-
Constructor Summary
Constructors Modifier Constructor Description protected
CacheCustomSkin(EaglerSkinTexture textureInstance, ResourceLocation resourceLocation, SkinModel model)
-
-
-
Field Detail
-
textureInstance
protected final EaglerSkinTexture textureInstance
-
resourceLocation
protected final ResourceLocation resourceLocation
-
model
protected final SkinModel model
-
-
Constructor Detail
-
CacheCustomSkin
protected CacheCustomSkin(EaglerSkinTexture textureInstance, ResourceLocation resourceLocation, SkinModel model)
-
-