@Environment(value=CLIENT) public class SkinProcessor extends Object
Modifier and Type | Field and Description |
---|---|
private int |
height |
private int[] |
pixels |
private int |
width |
Constructor and Description |
---|
SkinProcessor() |
Modifier and Type | Method and Description |
---|---|
private void |
doNotchTransparencyHack(int x0,
int y0,
int x1,
int y1) |
BufferedImage |
process(BufferedImage image) |
private void |
setNoAlpha(int x0,
int y0,
int x1,
int y1) |
@Nullable public BufferedImage process(BufferedImage image)
private void doNotchTransparencyHack(int x0, int y0, int x1, int y1)
private void setNoAlpha(int x0, int y0, int x1, int y1)