Uses of Enum Class
net.minecraft.client.option.CloudRenderMode
-
Uses of CloudRenderMode in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate final SimpleOption
<CloudRenderMode> GameOptions.cloudRenderMode
static final com.mojang.serialization.Codec
<CloudRenderMode> CloudRenderMode.CODEC
Modifier 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. -
Uses of CloudRenderMode in net.minecraft.client.render
Modifier 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)