Uses of Enum Class
net.minecraft.client.CloudStatus
Packages that use CloudStatus
- 
Uses of CloudStatus in net.minecraft.clientFields in net.minecraft.client declared as CloudStatusFields in net.minecraft.client with type parameters of type CloudStatusMethods in net.minecraft.client that return CloudStatusModifier and TypeMethodDescriptionOptions.getCloudsType()private static CloudStatusOptions.readCloudStatus(String p_168445_) 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 with parameters of type CloudStatusModifier and TypeMethodDescriptionprivate static StringOptions.writeCloudStatus(CloudStatus p_168426_) 
- 
Uses of CloudStatus in net.minecraft.client.rendererFields in net.minecraft.client.renderer declared as CloudStatus