Uses of Enum Class
net.minecraft.client.option.CloudRenderMode
Packages that use CloudRenderMode
-
Uses of CloudRenderMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type CloudRenderModeModifier and TypeFieldDescriptionprivate final SimpleOption
<CloudRenderMode> GameOptions.cloudRenderMode
static final com.mojang.serialization.Codec
<CloudRenderMode> CloudRenderMode.CODEC
Methods in net.minecraft.client.option that return CloudRenderModeModifier and TypeMethodDescriptionGameOptions.getCloudRenderModeValue()
static CloudRenderMode
Returns the enum constant of this class with the specified name.static CloudRenderMode[]
CloudRenderMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.option that return types with arguments of type CloudRenderMode -
Uses of CloudRenderMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as CloudRenderModeMethods in net.minecraft.client.render with parameters of type CloudRenderModeModifier and TypeMethodDescriptionvoid
CloudRenderer.renderClouds
(int color, CloudRenderMode cloudRenderMode, float cloudHeight, Matrix4f positionMatrix, Matrix4f projectionMatrix, Vec3d cameraPos, float ticks) private void
WorldRenderer.renderClouds
(FrameGraphBuilder frameGraphBuilder, Matrix4f positionMatrix, Matrix4f projectionMatrix, CloudRenderMode renderMode, Vec3d cameraPos, float ticks, int color, float cloudHeight) private @Nullable BuiltBuffer
CloudRenderer.tessellateClouds
(Tessellator tessellator, int x, int z, CloudRenderMode renderMode, CloudRenderer.ViewMode viewMode, RenderLayer layer)