public interface Icon
ItemIcon,
TextureIcon| Modifier and Type | Method and Description |
|---|---|
void |
paint(net.minecraft.client.util.math.MatrixStack matrices,
int x,
int y,
int size)
Paints this icon.
|
@Environment(value=CLIENT)
void paint(net.minecraft.client.util.math.MatrixStack matrices,
int x,
int y,
int size)
matrices - the GUI matrix stackx - the X coordinatey - the Y coordinatesize - the size of this icon in pixels (size N means a N*N square)