private static final ParameterizedType h = new UserCacheEntryType();
public UserCache(MinecraftServer minecraftserver, File file1) {
this.f = minecraftserver;
this.g = file1;
GsonBuilder gsonbuilder = new GsonBuilder();
gsonbuilder.registerTypeHierarchyAdapter(UserCacheEntry.class, new BanEntrySerializer(this, (GameProfileLookup) null));
this.b = gsonbuilder.create();
this.b();
}