Uses of Enum Class
net.minecraft.client.CloudStatus
Packages that use CloudStatus
Package
Description
-
Uses of CloudStatus in net.minecraft.client
Subclasses with type arguments of type CloudStatus in net.minecraft.clientFields in net.minecraft.client with type parameters of type CloudStatusModifier and TypeFieldDescriptionprivate final OptionInstance<CloudStatus> Options.cloudStatusstatic final Codec<CloudStatus> CloudStatus.CODECMethods in net.minecraft.client that return CloudStatusModifier and TypeMethodDescriptionOptions.getCloudStatus()static CloudStatusReturns the enum constant of this class with the specified name.static CloudStatus[]CloudStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client that return types with arguments of type CloudStatus -
Uses of CloudStatus in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as CloudStatusMethods in net.minecraft.client.renderer with parameters of type CloudStatusModifier and TypeMethodDescriptionprivate voidLevelRenderer.addCloudsPass(FrameGraphBuilder frame, CloudStatus cloudStatus, Vec3 cameraPosition, long gameTime, float partialTicks, int cloudColor, float cloudHeight, int cloudRange) Deprecated.private voidLevelRenderer.addCloudsPass(FrameGraphBuilder frame, CloudStatus cloudStatus, Vec3 cameraPosition, long gameTime, float partialTicks, int cloudColor, float cloudHeight, int cloudRange, org.joml.Matrix4fc modelViewMatrix) voidCloudRenderer.render(int color, CloudStatus cloudStatus, float bottomY, int range, Vec3 cameraPosition, long gameTime, float partialTicks) -
Uses of CloudStatus in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state declared as CloudStatus -
Uses of CloudStatus in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type CloudStatusModifier and TypeMethodDescriptiondefault booleanCustomCloudsRenderer.renderClouds(LevelRenderState levelRenderState, Vec3 camPos, CloudStatus cloudStatus, int cloudColor, float cloudHeight, int cloudRange, org.joml.Matrix4fc modelViewMatrix) Renders the clouds of this dimension.
LevelRenderer.addCloudsPass(FrameGraphBuilder, CloudStatus, Vec3, long, float, int, float, int, Matrix4fc)instead