net.minecraft.client.renderer

public class EndFlashState

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

Field summary

Modifier and TypeField
public static final int
a
SOUND_DELAY_IN_TICKS
field_62214
field_62214
private static final int
b
FLASH_INTERVAL_IN_TICKS
field_62032
INTERVAL
private static final int
c
MAX_FLASH_OFFSET_IN_TICKS
field_62033
MAX_START_TIME
private static final int
d
MIN_FLASH_DURATION_IN_TICKS
field_62034
MIN_DURATION
private static final int
e
MAX_FLASH_DURATION_IN_TICKS
field_62035
field_62035
private long
f
flashSeed
field_62036
currentWindow
private int
g
offset
field_62037
startTime
private int
h
duration
field_62038
duration
private float
i
intensity
field_62039
nextSkyFactor
private float
j
oldIntensity
field_62040
lastSkyFactor
private float
k
xAngle
field_62041
pitch
private float
l
yAngle
field_62042
yaw

Constructor summary

ModifierConstructor
public ()

Method summary

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