Uses of Enum Class
com.mojang.blaze3d.shaders.FogShape
Packages that use FogShape
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of FogShape in com.mojang.blaze3d.shaders
Methods in com.mojang.blaze3d.shaders that return FogShape -
Uses of FogShape in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as FogShapeModifier and TypeFieldDescriptionprivate final FogShape
FogParameters.shape
The field for theshape
record component.FogRenderer.FogData.shape
Methods in net.minecraft.client.renderer that return FogShapeModifier and TypeMethodDescriptionFogParameters.shape()
Returns the value of theshape
record component.Constructors in net.minecraft.client.renderer with parameters of type FogShapeModifierConstructorDescriptionFogParameters
(float start, float end, FogShape shape, float red, float green, float blue, float alpha) Creates an instance of aFogParameters
record class. -
Uses of FogShape in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as FogShapeMethods in net.neoforged.neoforge.client.event that return FogShapeModifier and TypeMethodDescriptionViewportEvent.RenderFog.getFogShape()
Returns the shape of the fog being rendered.Methods in net.neoforged.neoforge.client.event with parameters of type FogShapeModifier and TypeMethodDescriptionvoid
ViewportEvent.RenderFog.setFogShape
(FogShape shape) Sets the new shape of the fog being rendered.