Uses of Enum Class
net.minecraft.client.renderer.FogRenderer.FogMode
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of FogRenderer.FogMode in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionstatic FogRenderer.FogMode
Returns the enum constant of this class with the specified name.static FogRenderer.FogMode[]
FogRenderer.FogMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
FogRenderer.setupFog
(Camera p_234173_, FogRenderer.FogMode p_234174_, float p_234175_, boolean p_234176_, float p_234177_) -
Uses of FogRenderer.FogMode 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 FogRenderer.FogMode in net.minecraftforge.client.event
Modifier and TypeMethodDescriptionViewportEvent.RenderFog.getMode()
Returns the mode of fog being rendered.ModifierConstructorDescriptionRenderFog
(FogRenderer.FogMode mode, FogType type, Camera camera, float partialTicks, float nearPlaneDistance, float farPlaneDistance, FogShape fogShape) -
Uses of FogRenderer.FogMode 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.