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 FogShapeFogParameters.shapeThe field for theshaperecord component.FogRenderer.FogData.shapeMethods in net.minecraft.client.renderer that return FogShapeModifier and TypeMethodDescriptionFogParameters.shape()Returns the value of theshaperecord 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 aFogParametersrecord 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 TypeMethodDescriptionvoidViewportEvent.RenderFog.setFogShape(FogShape shape) Sets the new shape of the fog being rendered.