net.minecraft.client.renderer

public record FogParameters

gkz
net.minecraft.client.renderer.FogParameters
net.minecraft.class_9958
net.minecraft.client.render.Fog
net.minecraft.src.C_346156_

Field summary

Modifier and TypeField
private final float
b
start
comp_3009
start
f_349109_
private final float
c
end
comp_3010
end
f_346953_
private final FogShape
d
shape
comp_3011
shape
f_347351_
private final float
e
red
comp_3012
red
f_347897_
private final float
f
green
comp_3013
green
f_346815_
private final float
g
blue
comp_3014
blue
f_349182_
private final float
h
alpha
comp_3015
alpha
f_348838_
public static final FogParameters
a
NO_FOG
field_53065
DUMMY
f_346502_

Constructor summary

ModifierConstructor
public (float end, float shape, FogShape red, float green, float blue, float alpha, float arg6)

Method summary

Modifier and TypeMethod
public float
a()
start()
comp_3009()
start()
f_349109_()
public float
b()
end()
comp_3010()
end()
f_346953_()
public FogShape
c()
shape()
comp_3011()
shape()
f_347351_()
public float
d()
red()
comp_3012()
red()
f_347897_()
public float
e()
green()
comp_3013()
green()
f_346815_()
public float
f()
blue()
comp_3014()
blue()
f_349182_()
public float
g()
alpha()
comp_3015()
alpha()
f_348838_()