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 com.mojang.serialization.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 TypeMethodDescriptionvoidCloudRenderer.prepare(int color, CloudStatus cloudStatus, float bottomY, int range, Vec3 cameraPosition, long gameTime, float partialTicks) voidCloudRenderer.render(CloudStatus cloudStatus, RenderPass renderPass) voidCloudRenderer.renderOit(CloudStatus cloudStatus, OitStage stage, GpuTextureView mainDepthTextureView, OitRenderPassProvider.Parameters params) -
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 voidCustomCloudsRenderer.prepare(LevelRenderState levelRenderState, Vec3 camPos, CloudStatus cloudStatus, int cloudColor, float cloudHeight, int cloudRange, Matrix4fc modelViewMatrix) Prepare the geometry and other buffers to be rendered inCustomCloudsRenderer.renderClouds(LevelRenderState, CloudStatus, Matrix4fc, RenderPass)orCustomCloudsRenderer.renderCloudsOit(LevelRenderState, CloudStatus, Matrix4fc, OitStage, GpuTextureView, OitRenderPassProvider.Parameters).default booleanCustomCloudsRenderer.renderClouds(LevelRenderState levelRenderState, CloudStatus cloudStatus, Matrix4fc modelViewMatrix, RenderPass renderPass) Renders the clouds of this dimension.default booleanCustomCloudsRenderer.renderCloudsOit(LevelRenderState levelRenderState, CloudStatus cloudStatus, Matrix4fc modelViewMatrix, OitStage stage, GpuTextureView mainDepthTextureView, OitRenderPassProvider.Parameters params) Renders the clouds of this dimension with order-independent translucency.