Uses of Enum Class
com.mojang.blaze3d.shaders.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
-
Uses of FogShape in com.mojang.blaze3d.systems
Modifier and TypeMethodDescriptionprivate static void
RenderSystem._setShaderFogShape
(FogShape p_202040_) static void
RenderSystem.setShaderFogShape
(FogShape p_202161_) -
Uses of FogShape in net.minecraft.client.renderer
-
Uses of FogShape in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic void
ForgeHooksClient.onFogRender
(FogRenderer.FogMode mode, FogType type, Camera camera, float partialTick, float renderDistance, float nearDistance, float farDistance, FogShape shape) -
Uses of FogShape in net.minecraftforge.client.event
Modifier and TypeMethodDescriptionViewportEvent.RenderFog.getFogShape()
Returns the shape of the fog being rendered.Modifier and TypeMethodDescriptionvoid
ViewportEvent.RenderFog.setFogShape
(FogShape shape) Sets the new shape of the fog being rendered.ModifierConstructorDescriptionRenderFog
(FogRenderer.FogMode mode, FogType type, Camera camera, float partialTicks, float nearPlaneDistance, float farPlaneDistance, FogShape fogShape) -
Uses of FogShape in net.minecraftforge.client.extensions.common
Modifier 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.