package net.minecraft.crash; import java.util.concurrent.Callable; import net.minecraft.world.gen.layer.IntCache; class CallableIntCache implements Callable { final CrashReport theCrashReport; CallableIntCache(CrashReport par1CrashReport) { this.theCrashReport = par1CrashReport; } public String func_85083_a() { return IntCache.func_85144_b(); } public Object call() { return this.func_85083_a(); } }