Package net.minecraft.client.util
Class PngFile
java.lang.Object
net.minecraft.client.util.PngFile
@Environment(CLIENT) public class PngFile extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPngFile.ChannelReader(package private) static classPngFile.Reader(package private) static classPngFile.SeekableChannelReader -
Field Summary
-
Constructor Summary
Constructors Constructor Description PngFile(String name, InputStream in) -
Method Summary
Modifier and Type Method Description private static PngFile.ReadercreateReader(InputStream is)
-
Field Details
-
width
public final int width -
height
public final int height
-
-
Constructor Details
-
PngFile
- Throws:
IOException
-
-
Method Details
-
createReader
-