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.cloudStatus
static final com.mojang.serialization.Codec
<CloudStatus> CloudStatus.CODEC
Methods in net.minecraft.client that return CloudStatusModifier and TypeMethodDescriptionOptions.getCloudsType()
static CloudStatus
Returns 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 void
LevelRenderer.addCloudsPass
(FrameGraphBuilder pFrameGraphBuilder, CloudStatus pCloudStatus, Vec3 pCameraPosition, float pTicks, int pCloudColor, float pCloudHeight) Deprecated.private void
LevelRenderer.addCloudsPass
(FrameGraphBuilder pFrameGraphBuilder, CloudStatus pCloudStatus, Vec3 pCameraPosition, float pTicks, int pCloudColor, float pCloudHeight, org.joml.Matrix4f modelViewMatrix) void
CloudRenderer.render
(int pCloudColor, CloudStatus pCloudStatus, float pHeight, Vec3 pCameraPosition, float pTicks)
LevelRenderer.addCloudsPass(FrameGraphBuilder, CloudStatus, Vec3, float, int, float, Matrix4f)
instead