Uses of Enum Class
net.minecraft.block.enums.CameraSubmersionType
Packages that use CameraSubmersionType
Package
Description
-
Uses of CameraSubmersionType in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return CameraSubmersionTypeModifier and TypeMethodDescriptionstatic CameraSubmersionTypeReturns the enum constant of this class with the specified name.static CameraSubmersionType[]CameraSubmersionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CameraSubmersionType in net.minecraft.client.render
Methods in net.minecraft.client.render that return CameraSubmersionType -
Uses of CameraSubmersionType in net.minecraft.client.render.fog
Methods in net.minecraft.client.render.fog that return CameraSubmersionTypeModifier and TypeMethodDescriptionprivate CameraSubmersionTypeFogRenderer.getCameraSubmersionType(Camera camera) Methods in net.minecraft.client.render.fog with parameters of type CameraSubmersionTypeModifier and TypeMethodDescriptionbooleanAtmosphericFogModifier.shouldApply(@Nullable CameraSubmersionType submersionType, Entity cameraEntity) abstract booleanFogModifier.shouldApply(@Nullable CameraSubmersionType submersionType, Entity cameraEntity) booleanLavaFogModifier.shouldApply(@Nullable CameraSubmersionType submersionType, Entity cameraEntity) booleanPowderSnowFogModifier.shouldApply(@Nullable CameraSubmersionType submersionType, Entity cameraEntity) booleanStatusEffectFogModifier.shouldApply(@Nullable CameraSubmersionType submersionType, Entity cameraEntity) booleanWaterFogModifier.shouldApply(@Nullable CameraSubmersionType submersionType, Entity cameraEntity)