Package | Description |
---|---|
net.minecraft.client.renderer.texture |
Modifier and Type | Method and Description |
---|---|
static NativeImage.PixelFormatGLCode |
NativeImage.PixelFormatGLCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeImage.PixelFormatGLCode[] |
NativeImage.PixelFormatGLCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
TextureUtil.prepareImage(NativeImage.PixelFormatGLCode pixelFormat,
int textureId,
int width,
int height) |
static void |
TextureUtil.prepareImage(NativeImage.PixelFormatGLCode pixelFormat,
int textureId,
int mipmapLevel,
int width,
int height) |