net.minecraft.client.renderer

public record FogParameters

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

Field summary

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

Constructor summary

ModifierConstructor
public (float arg0, float arg1, FogShape arg2, float arg3, float arg4, float arg5, float arg6)

Method summary

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