com.mojang.blaze3d.platform

public enum NativeImage$Format

ffs$a
com.mojang.blaze3d.platform.NativeImage$Format
net.minecraft.class_1011$class_1012
net.minecraft.client.texture.NativeImage$Format

Enum constant summary

Enum Constant
a
RGBA
field_4997
RGBA
b
RGB
field_5001
RGB
c
LUMINANCE_ALPHA
field_5002
LUMINANCE_ALPHA
d
LUMINANCE
field_4998
LUMINANCE

Field summary

Modifier and TypeField
final int
e
components
field_4994
channelCount
private final int
f
glFormat
field_4993
glFormat
private final boolean
g
hasRed
field_5005
hasRed
private final boolean
h
hasGreen
field_5004
hasGreen
private final boolean
i
hasBlue
field_5003
hasBlue
private final boolean
j
hasLuminance
field_5000
hasLuminance
private final boolean
k
hasAlpha
field_4999
hasAlpha
private final int
l
redOffset
field_5010
redOffset
private final int
m
greenOffset
field_5009
greenOffset
private final int
n
blueOffset
field_5008
blueOffset
private final int
o
luminanceOffset
field_5007
luminanceOffset
private final int
p
alphaOffset
field_5006
alphaOffset
private final boolean
q
supportedByStb
field_4996
writeable

Constructor summary

ModifierConstructor
private (int arg0, int arg1, boolean channelCount, boolean glFormat, boolean hasRed, boolean hasGreen, boolean hasBlue, int hasLuminance, int hasAlpha, int redOffset, int greenOffset, int blueOffset, boolean luminanceOffset)

Method summary

Modifier and TypeMethod
public int
a()
components()
method_4335()
getChannelCount()
public void
b()
setPackPixelStoreState()
method_4339()
setPackAlignment()
public void
c()
setUnpackPixelStoreState()
method_4340()
setUnpackAlignment()
public int
d()
glFormat()
method_4333()
toGl()
public boolean
e()
hasRed()
method_35628()
hasRed()
public boolean
f()
hasGreen()
method_35629()
hasGreen()
public boolean
g()
hasBlue()
method_35630()
hasBlue()
public boolean
h()
hasLuminance()
method_35631()
hasLuminance()
public boolean
i()
hasAlpha()
method_4329()
hasAlpha()
public int
j()
redOffset()
method_35632()
getRedOffset()
public int
k()
greenOffset()
method_35633()
getGreenOffset()
public int
l()
blueOffset()
method_35634()
getBlueOffset()
public int
m()
luminanceOffset()
method_35635()
getLuminanceOffset()
public int
n()
alphaOffset()
method_4332()
getAlphaOffset()
public boolean
o()
hasLuminanceOrRed()
method_35636()
hasRedChannel()
public boolean
p()
hasLuminanceOrGreen()
method_35637()
hasGreenChannel()
public boolean
q()
hasLuminanceOrBlue()
method_35638()
hasBlueChannel()
public boolean
r()
hasLuminanceOrAlpha()
method_4337()
hasOpacityChannel()
public int
s()
luminanceOrRedOffset()
method_35639()
getRedChannelOffset()
public int
t()
luminanceOrGreenOffset()
method_35640()
getGreenChannelOffset()
public int
u()
luminanceOrBlueOffset()
method_35641()
getBlueChannelOffset()
public int
v()
luminanceOrAlphaOffset()
method_4330()
getOpacityChannelOffset()
public boolean
w()
supportedByStb()
method_4338()
isWriteable()
static NativeImage$Format
a(int arg0)
getStbFormat(int arg0)
method_4336(int arg0)
fromChannelCount(int glFormat)