Package net.minecraft.client.render.fog
Class PowderSnowFogModifier
java.lang.Object
net.minecraft.client.render.fog.FogModifier
net.minecraft.client.render.fog.PowderSnowFogModifier
- Mappings:
Namespace Name named net/minecraft/client/render/fog/PowderSnowFogModifier
intermediary net/minecraft/class_11402
official hnu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyStartEndModifier
(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) int
getFogColor
(ClientWorld world, Camera camera, int viewDistance, float skyDarkness) boolean
shouldApply
(@Nullable CameraSubmersionType submersionType, Entity cameraEntity) Methods inherited from class net.minecraft.client.render.fog.FogModifier
applyDarknessModifier, isColorSource, isDarknessModifier, onSkipped
-
Field Details
-
FOG_COLOR
private static final int FOG_COLOR- See Also:
- Mappings:
Namespace Name Mixin selector named FOG_COLOR
Lnet/minecraft/client/render/fog/PowderSnowFogModifier;FOG_COLOR:I
intermediary field_60591
Lnet/minecraft/class_11402;field_60591:I
official a
Lhnu;a:I
-
-
Constructor Details
-
PowderSnowFogModifier
public PowderSnowFogModifier()
-
-
Method Details
-
getFogColor
- Overrides:
getFogColor
in classFogModifier
- Mappings:
Namespace Name Mixin selector named getFogColor
Lnet/minecraft/client/render/fog/FogModifier;getFogColor(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/render/Camera;IF)I
intermediary method_71654
Lnet/minecraft/class_11400;method_71654(Lnet/minecraft/class_638;Lnet/minecraft/class_4184;IF)I
official a
Lhnr;a(Lgrj;Lftl;IF)I
-
applyStartEndModifier
public void applyStartEndModifier(FogData data, Entity cameraEntity, BlockPos cameraPos, ClientWorld world, float viewDistance, RenderTickCounter tickCounter) - Specified by:
applyStartEndModifier
in classFogModifier
- Mappings:
Namespace Name Mixin selector named applyStartEndModifier
Lnet/minecraft/client/render/fog/FogModifier;applyStartEndModifier(Lnet/minecraft/client/render/fog/FogData;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/world/ClientWorld;FLnet/minecraft/client/render/RenderTickCounter;)V
intermediary method_42591
Lnet/minecraft/class_11400;method_42591(Lnet/minecraft/class_7285;Lnet/minecraft/class_1297;Lnet/minecraft/class_2338;Lnet/minecraft/class_638;FLnet/minecraft/class_9779;)V
official a
Lhnr;a(Lhnk;Lbzm;Ljb;Lgrj;FLftt;)V
-
shouldApply
public boolean shouldApply(@Nullable @Nullable CameraSubmersionType submersionType, Entity cameraEntity) - Specified by:
shouldApply
in classFogModifier
- Mappings:
Namespace Name Mixin selector named shouldApply
Lnet/minecraft/client/render/fog/FogModifier;shouldApply(Lnet/minecraft/block/enums/CameraSubmersionType;Lnet/minecraft/entity/Entity;)Z
intermediary method_42593
Lnet/minecraft/class_11400;method_42593(Lnet/minecraft/class_5636;Lnet/minecraft/class_1297;)Z
official a
Lhnr;a(Lfan;Lbzm;)Z
-