Uses of Enum Class
net.minecraft.client.option.Perspective
Packages that use Perspective
-
Uses of Perspective in net.minecraft.client.option
Fields in net.minecraft.client.option declared as PerspectiveModifier and TypeFieldDescriptionprivate Perspective
GameOptions.perspective
private static final Perspective[]
Perspective.VALUES
Methods in net.minecraft.client.option that return PerspectiveModifier and TypeMethodDescriptionGameOptions.getPerspective()
Perspective.next()
static Perspective
Returns the enum constant of this class with the specified name.static Perspective[]
Perspective.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.option with parameters of type Perspective