Package net.minecraft.client.renderer
Class RenderState
java.lang.Object
net.minecraft.client.renderer.RenderState
- Direct Known Subclasses:
RenderState.AlphaState
,RenderState.BooleanState
,RenderState.DepthTestState
,RenderState.FogState
,RenderState.LayerState
,RenderState.LineState
,RenderState.ShadeModelState
,RenderState.TargetState
,RenderState.TextureState
,RenderState.TexturingState
,RenderState.TransparencyState
,RenderState.WriteMaskState
,RenderType
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
(package private) static class
static class
static class
static class
static class
static class
static class
static class
static final class
static class
static final class
static class
static class
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final RenderState.TransparencyState
protected static final RenderState.FogState
protected static final RenderState.TextureState
protected static final RenderState.TextureState
private final Runnable
protected static final RenderState.TargetState
protected static final RenderState.WriteMaskState
protected static final RenderState.WriteMaskState
protected static final RenderState.TransparencyState
protected static final RenderState.CullState
protected static final RenderState.AlphaState
protected static final RenderState.LineState
protected static final RenderState.TexturingState
protected static final RenderState.WriteMaskState
protected static final RenderState.DiffuseLightingState
protected static final RenderState.TexturingState
protected static final RenderState.DepthTestState
protected static final RenderState.ShadeModelState
protected static final RenderState.FogState
protected static final RenderState.TexturingState
protected static final RenderState.TransparencyState
protected static final RenderState.TargetState
protected static final RenderState.DepthTestState
protected static final RenderState.LightmapState
protected static final RenderState.TransparencyState
protected static final RenderState.TargetState
protected static final RenderState.AlphaState
protected final String
protected static final RenderState.AlphaState
protected static final RenderState.CullState
protected static final RenderState.DepthTestState
protected static final RenderState.DiffuseLightingState
protected static final RenderState.FogState
protected static final RenderState.LayerState
protected static final RenderState.LightmapState
protected static final RenderState.OverlayState
protected static final RenderState.TextureState
protected static final RenderState.TransparencyState
protected static final RenderState.TargetState
protected static final RenderState.TexturingState
protected static final RenderState.OverlayState
protected static final RenderState.TargetState
protected static final RenderState.LayerState
protected Runnable
protected static final RenderState.ShadeModelState
protected static final RenderState.TargetState
protected static final RenderState.TransparencyState
protected static final RenderState.LayerState
protected static final RenderState.TargetState
-
Constructor Summary
ConstructorDescriptionRenderState
(String p_i225973_1_, Runnable p_i225973_2_, Runnable p_i225973_3_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
int
hashCode()
private static void
setupGlintTexturing
(float p_228548_0_) void
toString()
-
Field Details
-
name
-
setupState
-
clearState
-
NO_TRANSPARENCY
-
ADDITIVE_TRANSPARENCY
-
LIGHTNING_TRANSPARENCY
-
GLINT_TRANSPARENCY
-
CRUMBLING_TRANSPARENCY
-
TRANSLUCENT_TRANSPARENCY
-
NO_ALPHA
-
DEFAULT_ALPHA
-
MIDWAY_ALPHA
-
FLAT_SHADE
-
SMOOTH_SHADE
-
BLOCK_SHEET_MIPPED
-
BLOCK_SHEET
-
NO_TEXTURE
-
DEFAULT_TEXTURING
-
OUTLINE_TEXTURING
-
GLINT_TEXTURING
-
ENTITY_GLINT_TEXTURING
-
LIGHTMAP
-
NO_LIGHTMAP
-
OVERLAY
-
NO_OVERLAY
-
DIFFUSE_LIGHTING
-
NO_DIFFUSE_LIGHTING
-
CULL
-
NO_CULL
-
NO_DEPTH_TEST
-
EQUAL_DEPTH_TEST
-
LEQUAL_DEPTH_TEST
-
COLOR_DEPTH_WRITE
-
COLOR_WRITE
-
DEPTH_WRITE
-
NO_LAYERING
-
POLYGON_OFFSET_LAYERING
-
VIEW_OFFSET_Z_LAYERING
-
NO_FOG
-
FOG
-
BLACK_FOG
-
MAIN_TARGET
-
OUTLINE_TARGET
-
TRANSLUCENT_TARGET
-
PARTICLES_TARGET
-
WEATHER_TARGET
-
CLOUDS_TARGET
-
ITEM_ENTITY_TARGET
-
DEFAULT_LINE
-
-
Constructor Details
-
RenderState
-
-
Method Details
-
setupRenderState
public void setupRenderState() -
clearRenderState
public void clearRenderState() -
equals
-
hashCode
public int hashCode() -
toString
-
setupGlintTexturing
private static void setupGlintTexturing(float p_228548_0_)
-