Uses of Enum Class
net.minecraft.client.CameraType
Packages that use CameraType
-
Uses of CameraType in net.minecraft.client
Fields in net.minecraft.client declared as CameraTypeModifier and TypeFieldDescriptionprivate CameraType
Options.cameraType
private static final CameraType[]
CameraType.VALUES
Methods in net.minecraft.client that return CameraTypeModifier and TypeMethodDescriptionCameraType.cycle()
Options.getCameraType()
static CameraType
Returns the enum constant of this class with the specified name.static CameraType[]
CameraType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client with parameters of type CameraType