Uses of Class
net.minecraft.client.settings.PointOfView
-
Packages that use PointOfView Package Description net.minecraft.client net.minecraft.client.settings -
-
Uses of PointOfView in net.minecraft.client
Fields in net.minecraft.client declared as PointOfView Modifier and Type Field Description private PointOfView
GameSettings. cameraType
Methods in net.minecraft.client that return PointOfView Modifier and Type Method Description PointOfView
GameSettings. getCameraType()
Methods in net.minecraft.client with parameters of type PointOfView Modifier and Type Method Description void
GameSettings. setCameraType(PointOfView p_243229_1_)
-
Uses of PointOfView in net.minecraft.client.settings
Fields in net.minecraft.client.settings declared as PointOfView Modifier and Type Field Description private static PointOfView[]
PointOfView. VALUES
Methods in net.minecraft.client.settings that return PointOfView Modifier and Type Method Description PointOfView
PointOfView. cycle()
static PointOfView
PointOfView. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PointOfView[]
PointOfView. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-