2025-11-24 22:52:51 +03:00

14 lines
292 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.client.renderer.texture;
import java.io.IOException;
import java.nio.file.Path;
import net.minecraft.resources.Identifier;
public interface Dumpable {
public void dumpContents(Identifier var1, Path var2) throws IOException;
}