Package net.minecraft.client.option
Enum Class Perspective
- All Implemented Interfaces:
- Serializable,- Comparable<Perspective>,- Constable
- Mappings:
- Namespace - Name - official - ena- intermediary - net/minecraft/class_5498- named - net/minecraft/client/option/Perspective
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanprivate static final Perspective[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleannext()static PerspectiveReturns the enum constant of this class with the specified name.static Perspective[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
FIRST_PERSON- Mappings:
- Namespace - Name - Mixin selector - official - a- Lena;a:Lena;- intermediary - field_26664- Lnet/minecraft/class_5498;field_26664:Lnet/minecraft/class_5498;- named - FIRST_PERSON- Lnet/minecraft/client/option/Perspective;FIRST_PERSON:Lnet/minecraft/client/option/Perspective;
 
- 
THIRD_PERSON_BACK- Mappings:
- Namespace - Name - Mixin selector - official - b- Lena;b:Lena;- intermediary - field_26665- Lnet/minecraft/class_5498;field_26665:Lnet/minecraft/class_5498;- named - THIRD_PERSON_BACK- Lnet/minecraft/client/option/Perspective;THIRD_PERSON_BACK:Lnet/minecraft/client/option/Perspective;
 
- 
THIRD_PERSON_FRONT- Mappings:
- Namespace - Name - Mixin selector - official - c- Lena;c:Lena;- intermediary - field_26666- Lnet/minecraft/class_5498;field_26666:Lnet/minecraft/class_5498;- named - THIRD_PERSON_FRONT- Lnet/minecraft/client/option/Perspective;THIRD_PERSON_FRONT:Lnet/minecraft/client/option/Perspective;
 
 
- 
- 
Field Details- 
VALUES- Mappings:
- Namespace - Name - Mixin selector - official - d- Lena;d:[Lena;- intermediary - field_26667- Lnet/minecraft/class_5498;field_26667:[Lnet/minecraft/class_5498;- named - VALUES- Lnet/minecraft/client/option/Perspective;VALUES:[Lnet/minecraft/client/option/Perspective;
 
- 
firstPersonprivate final boolean firstPerson- Mappings:
- Namespace - Name - Mixin selector - official - e- Lena;e:Z- intermediary - field_26668- Lnet/minecraft/class_5498;field_26668:Z- named - firstPerson- Lnet/minecraft/client/option/Perspective;firstPerson:Z
 
- 
frontViewprivate final boolean frontView- Mappings:
- Namespace - Name - Mixin selector - official - f- Lena;f:Z- intermediary - field_26669- Lnet/minecraft/class_5498;field_26669:Z- named - frontView- Lnet/minecraft/client/option/Perspective;frontView:Z
 
 
- 
- 
Constructor Details- 
Perspectiveprivate Perspective(boolean firstPerson, boolean frontView) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lena;<init>(Ljava/lang/String;IZZ)V- intermediary - <init>- Lnet/minecraft/class_5498;<init>(Ljava/lang/String;IZZ)V- named - <init>- Lnet/minecraft/client/option/Perspective;<init>(Ljava/lang/String;IZZ)V
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
isFirstPersonpublic boolean isFirstPerson()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lena;a()Z- intermediary - method_31034- Lnet/minecraft/class_5498;method_31034()Z- named - isFirstPerson- Lnet/minecraft/client/option/Perspective;isFirstPerson()Z
 
- 
isFrontViewpublic boolean isFrontView()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lena;b()Z- intermediary - method_31035- Lnet/minecraft/class_5498;method_31035()Z- named - isFrontView- Lnet/minecraft/client/option/Perspective;isFrontView()Z
 
- 
next- Mappings:
- Namespace - Name - Mixin selector - official - c- Lena;c()Lena;- intermediary - method_31036- Lnet/minecraft/class_5498;method_31036()Lnet/minecraft/class_5498;- named - next- Lnet/minecraft/client/option/Perspective;next()Lnet/minecraft/client/option/Perspective;
 
 
-