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 PerspectiveGameOptions. perspectiveprivate static Perspective[]Perspective. VALUESMethods in net.minecraft.client.option that return Perspective Modifier and Type Method Description PerspectiveGameOptions. getPerspective()PerspectivePerspective. next()static PerspectivePerspective. 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 voidGameOptions. setPerspective(Perspective perspective)