Uses of Enum Class
net.minecraft.client.render.DimensionEffects.FogScaler
Packages that use DimensionEffects.FogScaler
-
Uses of DimensionEffects.FogScaler in net.minecraft.client.render
Fields in net.minecraft.client.render declared as DimensionEffects.FogScalerModifier and TypeFieldDescriptionprivate final DimensionEffects.FogScalerDimensionEffects.fogScalerThe field for thefogScalerrecord component.Fields in net.minecraft.client.render with type parameters of type DimensionEffects.FogScalerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DimensionEffects.FogScaler> DimensionEffects.FogScaler.CODECprivate static final IntFunction<DimensionEffects.FogScaler> DimensionEffects.FogScaler.INDEX_MAPPERstatic final PacketCodec<ByteBuf, DimensionEffects.FogScaler> DimensionEffects.FogScaler.PACKET_CODECMethods in net.minecraft.client.render that return DimensionEffects.FogScalerModifier and TypeMethodDescriptionDimensionEffects.fogScaler()Returns the value of thefogScalerrecord component.static DimensionEffects.FogScalerReturns the enum constant of this class with the specified name.static DimensionEffects.FogScaler[]DimensionEffects.FogScaler.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.render with parameters of type DimensionEffects.FogScalerModifierConstructorDescriptionDimensionEffects(Optional<Float> optional, boolean alternateSkyColor, Optional<DimensionEffects.class_11082> optional2, boolean bool, boolean bool2, DimensionEffects.FogScaler fogScaler, boolean bool3, boolean bool4)