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 com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as FogShapeMethods in com.mojang.blaze3d.systems that return FogShapeMethods in com.mojang.blaze3d.systems with parameters of type FogShapeModifier and TypeMethodDescriptionprivate static void
RenderSystem._setShaderFogShape
(FogShape p_202040_) static void
RenderSystem.setShaderFogShape
(FogShape p_202161_) -
Uses of FogShape in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as FogShape -
Uses of FogShape in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type FogShapeModifier and TypeMethodDescriptionstatic void
ClientHooks.onFogRender
(FogRenderer.FogMode mode, FogType type, Camera camera, float partialTick, float renderDistance, float nearDistance, float farDistance, FogShape shape) -
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.Constructors in net.neoforged.neoforge.client.event with parameters of type FogShapeModifierConstructorDescriptionRenderFog
(FogRenderer.FogMode mode, FogType type, Camera camera, float partialTicks, float nearPlaneDistance, float farPlaneDistance, FogShape fogShape) -
Uses of FogShape in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type FogShapeModifier and TypeMethodDescriptiondefault void
IClientFluidTypeExtensions.modifyFogRender
(Camera camera, FogRenderer.FogMode mode, float renderDistance, float partialTick, float nearDistance, float farDistance, FogShape shape) Modifies how the fog is currently being rendered when the camera is within a fluid.