Uses of Enum Class
net.minecraft.client.option.CloudRenderMode
Packages that use CloudRenderMode
Package
Description
The base package for all Minecraft classes.
-
Uses of CloudRenderMode in net.minecraft
Fields in net.minecraft declared as CloudRenderModeMethods in net.minecraft with parameters of type CloudRenderModeModifier and TypeMethodDescriptionvoidclass_9955.method_62168(int int2, CloudRenderMode cloudRenderMode, float float2, Matrix4f matrix4f, Matrix4f matrix4f2, Vec3d vec3d, float float3) private @Nullable BuiltBufferclass_9955.method_62173(Tessellator tessellator, int int2, int int3, CloudRenderMode cloudRenderMode, class_9955.class_9956 class_9956, RenderLayer renderLayer) -
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.cloudRenderModestatic final com.mojang.serialization.Codec<CloudRenderMode> CloudRenderMode.CODECMethods in net.minecraft.client.option that return CloudRenderModeModifier and TypeMethodDescriptionGameOptions.getCloudRenderModeValue()static CloudRenderModeReturns 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
Methods in net.minecraft.client.render with parameters of type CloudRenderModeModifier and TypeMethodDescriptionprivate voidWorldRenderer.method_62204(class_9909 class_9909, Matrix4f matrix4f, Matrix4f matrix4f2, CloudRenderMode cloudRenderMode, Vec3d vec3d, float float2, int int2, float float3)