com.mojang.blaze3d.platform

public enum NativeImage$Format

fkf$a
com.mojang.blaze3d.platform.NativeImage$Format
net.minecraft.class_1011$class_1012
net.minecraft.client.texture.NativeImage$Format
net.minecraft.src.C_3148_$C_3150_

Enum constant summary

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

Field summary

Modifier and TypeField
final int
e
components
field_4994
channelCount
f_85130_
private final boolean
f
hasRed
field_5005
hasRed
f_85132_
private final boolean
g
hasGreen
field_5004
hasGreen
f_85133_
private final boolean
h
hasBlue
field_5003
hasBlue
f_85134_
private final boolean
i
hasLuminance
field_5000
hasLuminance
f_85135_
private final boolean
j
hasAlpha
field_4999
hasAlpha
f_85136_
private final int
k
redOffset
field_5010
redOffset
f_85137_
private final int
l
greenOffset
field_5009
greenOffset
f_85138_
private final int
m
blueOffset
field_5008
blueOffset
f_85139_
private final int
n
luminanceOffset
field_5007
luminanceOffset
f_85140_
private final int
o
alphaOffset
field_5006
alphaOffset
f_85141_
private final boolean
p
supportedByStb
field_4996
writeable
f_85142_

Constructor summary

ModifierConstructor
private (int p_85147_, boolean p_85148_, boolean channelCount, 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()
m_85161_()
public boolean
b()
hasRed()
method_35628()
hasRed()
m_166425_()
public boolean
c()
hasGreen()
method_35629()
hasGreen()
m_166426_()
public boolean
d()
hasBlue()
method_35630()
hasBlue()
m_166427_()
public boolean
e()
hasLuminance()
method_35631()
hasLuminance()
m_166428_()
public boolean
f()
hasAlpha()
method_4329()
hasAlpha()
m_85171_()
public int
g()
redOffset()
method_35632()
getRedOffset()
m_166429_()
public int
h()
greenOffset()
method_35633()
getGreenOffset()
m_166430_()
public int
i()
blueOffset()
method_35634()
getBlueOffset()
m_166431_()
public int
j()
luminanceOffset()
method_35635()
getLuminanceOffset()
m_166432_()
public int
k()
alphaOffset()
method_4332()
getAlphaOffset()
m_85172_()
public boolean
l()
hasLuminanceOrRed()
method_35636()
hasRedChannel()
m_166433_()
public boolean
m()
hasLuminanceOrGreen()
method_35637()
hasGreenChannel()
m_166434_()
public boolean
n()
hasLuminanceOrBlue()
method_35638()
hasBlueChannel()
m_166435_()
public boolean
o()
hasLuminanceOrAlpha()
method_4337()
hasOpacityChannel()
m_85173_()
public int
p()
luminanceOrRedOffset()
method_35639()
getRedChannelOffset()
m_166436_()
public int
q()
luminanceOrGreenOffset()
method_35640()
getGreenChannelOffset()
m_166437_()
public int
r()
luminanceOrBlueOffset()
method_35641()
getBlueChannelOffset()
m_166438_()
public int
s()
luminanceOrAlphaOffset()
method_4330()
getOpacityChannelOffset()
m_85174_()
public boolean
t()
supportedByStb()
method_4338()
isWriteable()
m_85175_()
static NativeImage$Format
a(int arg0)
getStbFormat(int arg0)
method_4336(int arg0)
fromChannelCount(int glFormat)
m_85167_(int p_85168_)