Uses of Enum Class
net.minecraft.client.CloudStatus
Packages that use CloudStatus
-
Uses of CloudStatus in net.minecraft.client
Fields 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.getCloudsType()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 frameGraphBuilder, Matrix4f frustumMatrix, Matrix4f projectionMatrix, CloudStatus cloudStatus, Vec3 cameraPosition, float ageInTicks, int height, float ticks) private MeshDataCloudRenderer.buildMesh(Tesselator tesselator, int cellX, int cellZ, CloudStatus cloudStatus, CloudRenderer.RelativeCameraPos relativeCameraPos, RenderType renderType) voidCloudRenderer.render(int height, CloudStatus cloudStatus, float color, Matrix4f frustumMatrix, Matrix4f projectionMatrix, Vec3 cameraPosiiton, float ticks)