Uses of Enum Class
net.minecraft.block.enums.CameraSubmersionType
Packages that use CameraSubmersionType
Package
Description
The base package for all Minecraft classes.
-
Uses of CameraSubmersionType in net.minecraft
Methods in net.minecraft with parameters of type CameraSubmersionTypeModifier and TypeMethodDescriptionbooleanclass_11398.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity) booleanclass_11399.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity) abstract booleanclass_11400.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity) booleanclass_11401.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity) booleanclass_11402.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity) booleanclass_11403.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity) -
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 CameraSubmersionTypeModifier and TypeMethodDescriptionCamera.getSubmersionType()private CameraSubmersionTypeBackgroundRenderer.method_71652(Camera camera, boolean bool) Methods in net.minecraft.client.render with parameters of type CameraSubmersionTypeModifier and TypeMethodDescriptionbooleanStatusEffectFogModifier.shouldApply(@Nullable CameraSubmersionType cameraSubmersionType, Entity entity)