public static enum DetachedRenderer.RenderMatrixType extends java.lang.Enum<DetachedRenderer.RenderMatrixType> implements DetachedRenderer.IGlPre, DetachedRenderer.IGLPost
Enum Constant and Description |
---|
FROM_PLAYER |
FROM_WORLD_ORIGIN |
Modifier and Type | Field and Description |
---|---|
DetachedRenderer.IGLPost |
post |
DetachedRenderer.IGlPre |
pre |
Modifier and Type | Method and Description |
---|---|
void |
glPost() |
void |
glPre(net.minecraft.entity.player.EntityPlayer clientPlayer,
float partialTicks) |
static DetachedRenderer.RenderMatrixType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetachedRenderer.RenderMatrixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetachedRenderer.RenderMatrixType FROM_PLAYER
public static final DetachedRenderer.RenderMatrixType FROM_WORLD_ORIGIN
public final DetachedRenderer.IGlPre pre
public final DetachedRenderer.IGLPost post
public static DetachedRenderer.RenderMatrixType[] values()
for (DetachedRenderer.RenderMatrixType c : DetachedRenderer.RenderMatrixType.values()) System.out.println(c);
public static DetachedRenderer.RenderMatrixType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void glPre(net.minecraft.entity.player.EntityPlayer clientPlayer, float partialTicks)
glPre
in interface DetachedRenderer.IGlPre
public void glPost()
glPost
in interface DetachedRenderer.IGLPost