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 Vector3fDIFFUSE_LIGHT_0private static Vector3fDIFFUSE_LIGHT_1private static Vector3fNETHER_DIFFUSE_LIGHT_0private static Vector3fNETHER_DIFFUSE_LIGHT_1
-
Constructor Summary
Constructors Constructor Description RenderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetupFor3DItems()static voidsetupForFlatItems()static voidsetupLevel(Matrix4f p_227781_0_)static voidsetupNetherLevel(Matrix4f p_237533_0_)static voidturnBackOn()static voidturnOff()
-
-
-
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()
-
-