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 PointOfViewGameSettings. cameraTypeMethods in net.minecraft.client that return PointOfView Modifier and Type Method Description PointOfViewGameSettings. getCameraType()Methods in net.minecraft.client with parameters of type PointOfView Modifier and Type Method Description voidGameSettings. 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. VALUESMethods in net.minecraft.client.settings that return PointOfView Modifier and Type Method Description PointOfViewPointOfView. cycle()static PointOfViewPointOfView. 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.
-