Uses of Class
net.minecraft.client.option.Perspective
Package | Description |
---|---|
net.minecraft.client.option |
-
Uses of Perspective in net.minecraft.client.option
Fields in net.minecraft.client.option declared as Perspective Modifier and Type Field Description private Perspective
GameOptions. perspective
private static Perspective[]
Perspective. VALUES
Methods in net.minecraft.client.option that return Perspective Modifier and Type Method Description Perspective
GameOptions. getPerspective()
Perspective
Perspective. next()
static Perspective
Perspective. valueOf(String name)
Returns the enum constant of this type with the specified name.static Perspective[]
Perspective. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.option with parameters of type Perspective Modifier and Type Method Description void
GameOptions. setPerspective(Perspective perspective)