Package | Description |
---|---|
com.mojang.blaze3d.platform |
Modifier and Type | Method and Description |
---|---|
static GlStateManager.TexGen |
GlStateManager.TexGen.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GlStateManager.TexGen[] |
GlStateManager.TexGen.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
GlStateManager.disableTexGen(GlStateManager.TexGen texGen)
Deprecated.
|
static void |
GlStateManager.enableTexGen(GlStateManager.TexGen texGen)
Deprecated.
|
private static GlStateManager.TexGenCoord |
GlStateManager.getTexGen(GlStateManager.TexGen texGen)
Deprecated.
|
static void |
GlStateManager.texGenMode(GlStateManager.TexGen texGen,
int mode)
Deprecated.
|
static void |
GlStateManager.texGenParam(GlStateManager.TexGen texGen,
int pname,
java.nio.FloatBuffer params)
Deprecated.
|