14 lines
292 B
Java
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;
|
|
}
|
|
|