Class ServerSkinCache.SkinCacheEntry

  • Enclosing class:
    ServerSkinCache

    public class ServerSkinCache.SkinCacheEntry
    extends java.lang.Object
    • Field Detail

      • isPresetSkin

        protected final boolean isPresetSkin
      • presetSkinId

        protected final int presetSkinId
      • lastCacheHit

        protected long lastCacheHit
    • Constructor Detail

      • SkinCacheEntry

        protected SkinCacheEntry​(ResourceLocation resourceLocation,
                                 SkinModel model)
        Use only for the constant for the client player
      • SkinCacheEntry

        protected SkinCacheEntry​(int presetSkinId)
    • Method Detail

      • getSkinModel

        public SkinModel getSkinModel()
      • free

        protected void free()