Uses of Enum Class
net.minecraft.client.render.BackgroundRenderer.FogType
Packages that use BackgroundRenderer.FogType
-
Uses of BackgroundRenderer.FogType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BackgroundRenderer.FogTypeMethods in net.minecraft.client.render that return BackgroundRenderer.FogTypeModifier and TypeMethodDescriptionstatic BackgroundRenderer.FogType
Returns the enum constant of this class with the specified name.static BackgroundRenderer.FogType[]
BackgroundRenderer.FogType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render with parameters of type BackgroundRenderer.FogTypeModifier and TypeMethodDescriptionstatic void
BackgroundRenderer.applyFog
(Camera camera, BackgroundRenderer.FogType fogType, float viewDistance, boolean thickFog, float tickDelta) Constructors in net.minecraft.client.render with parameters of type BackgroundRenderer.FogType