com.mojang.blaze3d.platform

public enum NativeImage$Format

fli$a
com.mojang.blaze3d.platform.NativeImage$Format
net.minecraft.class_1011$class_1012

Enum constant summary

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

Field summary

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

Constructor summary

ModifierConstructor
private (int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4, boolean arg5, int arg6, int arg7, int arg8, int arg9, int arg10, boolean arg11)

Method summary

Modifier and TypeMethod
public int
a()
components()
method_4335()
public boolean
b()
hasRed()
method_35628()
public boolean
c()
hasGreen()
method_35629()
public boolean
d()
hasBlue()
method_35630()
public boolean
e()
hasLuminance()
method_35631()
public boolean
f()
hasAlpha()
method_4329()
public int
g()
redOffset()
method_35632()
public int
h()
greenOffset()
method_35633()
public int
i()
blueOffset()
method_35634()
public int
j()
luminanceOffset()
method_35635()
public int
k()
alphaOffset()
method_4332()
public boolean
l()
hasLuminanceOrRed()
method_35636()
public boolean
m()
hasLuminanceOrGreen()
method_35637()
public boolean
n()
hasLuminanceOrBlue()
method_35638()
public boolean
o()
hasLuminanceOrAlpha()
method_4337()
public int
p()
luminanceOrRedOffset()
method_35639()
public int
q()
luminanceOrGreenOffset()
method_35640()
public int
r()
luminanceOrBlueOffset()
method_35641()
public int
s()
luminanceOrAlphaOffset()
method_4330()
public boolean
t()
supportedByStb()
method_4338()
static NativeImage$Format
a(int arg0)
getStbFormat(int arg0)
method_4336(int arg0)