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 voidRenderSystem._setShaderFogShape(FogShape p_202040_) static voidRenderSystem.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.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type FogShapeModifier and TypeMethodDescriptionstatic voidForgeHooksClient.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
Fields in net.minecraftforge.client.event declared as FogShapeMethods in net.minecraftforge.client.event that return FogShapeModifier and TypeMethodDescriptionViewportEvent.RenderFog.getFogShape()Returns the shape of the fog being rendered.Methods in net.minecraftforge.client.event with parameters of type FogShapeModifier and TypeMethodDescriptionvoidViewportEvent.RenderFog.setFogShape(FogShape shape) Sets the new shape of the fog being rendered.Constructors in net.minecraftforge.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.minecraftforge.client.extensions.common
Methods in net.minecraftforge.client.extensions.common with parameters of type FogShapeModifier and TypeMethodDescriptiondefault voidIClientFluidTypeExtensions.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.