Enum Class ModelBuilder.Perspective
java.lang.Object
java.lang.Enum<ModelBuilder.Perspective>
net.minecraftforge.client.model.generators.ModelBuilder.Perspective
- All Implemented Interfaces:
Serializable
,Comparable<ModelBuilder.Perspective>
,Constable
- Enclosing class:
- ModelBuilder<T extends ModelBuilder<T>>
@Deprecated(forRemoval=true,
since="1.18.2")
public static enum ModelBuilder.Perspective
extends Enum<ModelBuilder.Perspective>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Modifier and TypeFieldDescription(package private) final String
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ModifierConstructorDescriptionprivate
Perspective
(ItemTransforms.TransformType vanillaType, String name) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelBuilder.Perspective
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ModelBuilder.Perspective[]
values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
THIRDPERSON_RIGHT
Deprecated, for removal: This API element is subject to removal in a future version. -
THIRDPERSON_LEFT
Deprecated, for removal: This API element is subject to removal in a future version. -
FIRSTPERSON_RIGHT
Deprecated, for removal: This API element is subject to removal in a future version. -
FIRSTPERSON_LEFT
Deprecated, for removal: This API element is subject to removal in a future version. -
HEAD
Deprecated, for removal: This API element is subject to removal in a future version. -
GUI
Deprecated, for removal: This API element is subject to removal in a future version. -
GROUND
Deprecated, for removal: This API element is subject to removal in a future version. -
FIXED
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Details
-
vanillaType
Deprecated, for removal: This API element is subject to removal in a future version. -
name
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Perspective
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.Returns 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
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns 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 nameNullPointerException
- if the argument is null
-