Package net.minecraft.client.renderer
Class LightTexture
- java.lang.Object
-
- net.minecraft.client.renderer.LightTexture
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class LightTexture extends java.lang.Object implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description private float
blockLightRedFlicker
private NativeImage
lightPixels
private DynamicTexture
lightTexture
private ResourceLocation
lightTextureLocation
private Minecraft
minecraft
private GameRenderer
renderer
private boolean
updateLightTexture
-
Constructor Summary
Constructors Constructor Description LightTexture(GameRenderer p_i225968_1_, Minecraft p_i225968_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
block(int p_228450_0_)
void
close()
private float
getBrightness(World p_228452_1_, int p_228452_2_)
private float
notGamma(float p_228453_1_)
static int
pack(int p_228451_0_, int p_228451_1_)
static int
sky(int p_228454_0_)
void
tick()
void
turnOffLightLayer()
void
turnOnLightLayer()
void
updateLightTexture(float p_205106_1_)
-
-
-
Field Detail
-
lightTexture
private final DynamicTexture lightTexture
-
lightPixels
private final NativeImage lightPixels
-
lightTextureLocation
private final ResourceLocation lightTextureLocation
-
updateLightTexture
private boolean updateLightTexture
-
blockLightRedFlicker
private float blockLightRedFlicker
-
renderer
private final GameRenderer renderer
-
minecraft
private final Minecraft minecraft
-
-
Constructor Detail
-
LightTexture
public LightTexture(GameRenderer p_i225968_1_, Minecraft p_i225968_2_)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
tick
public void tick()
-
turnOffLightLayer
public void turnOffLightLayer()
-
turnOnLightLayer
public void turnOnLightLayer()
-
updateLightTexture
public void updateLightTexture(float p_205106_1_)
-
notGamma
private float notGamma(float p_228453_1_)
-
getBrightness
private float getBrightness(World p_228452_1_, int p_228452_2_)
-
pack
public static int pack(int p_228451_0_, int p_228451_1_)
-
block
public static int block(int p_228450_0_)
-
sky
public static int sky(int p_228454_0_)
-
-