Uses of Class
net.minecraft.client.renderer.fog.environment.FogEnvironment
Packages that use FogEnvironment
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of FogEnvironment in net.minecraft.client.renderer.fog
Fields in net.minecraft.client.renderer.fog with type parameters of type FogEnvironmentModifier and TypeFieldDescriptionprivate static final List
<FogEnvironment> FogRenderer.FOG_ENVIRONMENTS
-
Uses of FogEnvironment in net.minecraft.client.renderer.fog.environment
Subclasses of FogEnvironment in net.minecraft.client.renderer.fog.environmentModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of FogEnvironment in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type FogEnvironmentModifier and TypeMethodDescriptionstatic void
ClientHooks.onSetupFog
(@Nullable FogEnvironment environment, FogType type, Camera camera, float partialTick, float renderDistance, FogData fogData) -
Uses of FogEnvironment in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as FogEnvironmentModifier and TypeFieldDescriptionprivate final @Nullable FogEnvironment
ViewportEvent.RenderFog.environment
Methods in net.neoforged.neoforge.client.event that return FogEnvironmentModifier and TypeMethodDescription@Nullable FogEnvironment
ViewportEvent.RenderFog.getEnvironment()
Returns the fog environment that was applied.Constructors in net.neoforged.neoforge.client.event with parameters of type FogEnvironmentModifierConstructorDescriptionRenderFog
(@Nullable FogEnvironment environment, FogType type, Camera camera, float partialTicks, FogData fogData) -
Uses of FogEnvironment in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type FogEnvironmentModifier and TypeMethodDescriptiondefault void
IClientFluidTypeExtensions.modifyFogRender
(Camera camera, @Nullable FogEnvironment environment, float renderDistance, float partialTick, FogData fogData) Modifies how the fog is currently being rendered when the camera is within a fluid.