Package journeymap.api.v2.client.display
Enum Class Context.MapType
- All Implemented Interfaces:
Serializable,Comparable<Context.MapType>,Constable,Context
- Enclosing interface:
Context
@Deprecated(since="2.1.0")
public static enum Context.MapType
extends Enum<Context.MapType>
implements Context
Deprecated.
Map types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface journeymap.api.v2.client.display.Context
Context.MapType, Context.UI -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic Context.MapType[]all()Deprecated.static Context.MapTypeDeprecated.Returns the enum constant of this class with the specified name.static Context.MapType[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Day
Deprecated. -
Night
Deprecated. -
Underground
Deprecated. -
Topo
Deprecated. -
Biome
Deprecated.
-
-
Method Details
-
values
Deprecated.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.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
-
all
Deprecated.
-
Context. Moves with its parent in MC 26.2.