Package net.minecraft.client.renderer
Class RenderHelper
- java.lang.Object
-
- net.minecraft.client.renderer.RenderHelper
-
public class RenderHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static Vector3f
DIFFUSE_LIGHT_0
private static Vector3f
DIFFUSE_LIGHT_1
private static Vector3f
NETHER_DIFFUSE_LIGHT_0
private static Vector3f
NETHER_DIFFUSE_LIGHT_1
-
Constructor Summary
Constructors Constructor Description RenderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setupFor3DItems()
static void
setupForFlatItems()
static void
setupLevel(Matrix4f p_227781_0_)
static void
setupNetherLevel(Matrix4f p_237533_0_)
static void
turnBackOn()
static void
turnOff()
-
-
-
Method Detail
-
turnBackOn
public static void turnBackOn()
-
turnOff
public static void turnOff()
-
setupNetherLevel
public static void setupNetherLevel(Matrix4f p_237533_0_)
-
setupLevel
public static void setupLevel(Matrix4f p_227781_0_)
-
setupForFlatItems
public static void setupForFlatItems()
-
setupFor3DItems
public static void setupFor3DItems()
-
-