net.minecraft.client.render

public class EndLightFlashManager

net.minecraft.client.renderer.EndFlashState
net.minecraft.class_11743
net.minecraft.client.render.EndLightFlashManager

Field summary

Modifier and TypeField
public static final int
SOUND_DELAY_IN_TICKS
field_62214
field_62214
private static final int
FLASH_INTERVAL_IN_TICKS
field_62032
INTERVAL
private static final int
MAX_FLASH_OFFSET_IN_TICKS
field_62033
MAX_START_TIME
private static final int
MIN_FLASH_DURATION_IN_TICKS
field_62034
MIN_DURATION
private static final int
MAX_FLASH_DURATION_IN_TICKS
field_62035
field_62035
private long
flashSeed
field_62036
currentWindow
private int
offset
field_62037
startTime
private int
duration
field_62038
duration
private float
intensity
field_62039
nextSkyFactor
private float
oldIntensity
field_62040
lastSkyFactor
private float
xAngle
field_62041
pitch
private float
yAngle
field_62042
yaw

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
tick(long clockTime)
method_73238(long arg0)
tick(long arg0)
private void
calculateFlashParameters(long clockTime)
method_73240(long arg0)
update(long arg0)
private float
calculateIntensity(long clockTime)
method_73242(long arg0)
calcSkyFactor(long arg0)
public float
getXAngle()
method_73236()
getPitch()
public float
getYAngle()
method_73239()
getYaw()
public float
getIntensity(float partialTicks)
method_73237(float arg0)
getSkyFactor(float tickProgress)
public boolean
flashStartedThisTick()
method_73475()
shouldFlash()