Package net.minecraft.util.math
Enum Class VerticalSurfaceType
- All Implemented Interfaces:
Serializable
,Comparable<VerticalSurfaceType>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/util/math/VerticalSurfaceType
intermediary net/minecraft/class_5932
official ehh
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<VerticalSurfaceType> private final Direction
private final String
private final int
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
VerticalSurfaceType
(Direction direction, int offset, String name) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.int
static VerticalSurfaceType
Returns the enum constant of this class with the specified name.static VerticalSurfaceType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CEILING
- Mappings:
Namespace Name Mixin selector named CEILING
Lnet/minecraft/util/math/VerticalSurfaceType;CEILING:Lnet/minecraft/util/math/VerticalSurfaceType;
intermediary field_29313
Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;
official a
Lehh;a:Lehh;
-
FLOOR
- Mappings:
Namespace Name Mixin selector named FLOOR
Lnet/minecraft/util/math/VerticalSurfaceType;FLOOR:Lnet/minecraft/util/math/VerticalSurfaceType;
intermediary field_29314
Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;
official b
Lehh;b:Lehh;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/util/math/VerticalSurfaceType;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_29315
Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;
official c
Lehh;c:Lcom/mojang/serialization/Codec;
-
direction
- Mappings:
Namespace Name Mixin selector named direction
Lnet/minecraft/util/math/VerticalSurfaceType;direction:Lnet/minecraft/util/math/Direction;
intermediary field_29316
Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/class_2350;
official d
Lehh;d:Lje;
-
offset
private final int offset- Mappings:
Namespace Name Mixin selector named offset
Lnet/minecraft/util/math/VerticalSurfaceType;offset:I
intermediary field_29317
Lnet/minecraft/class_5932;field_29317:I
official e
Lehh;e:I
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/util/math/VerticalSurfaceType;name:Ljava/lang/String;
intermediary field_29318
Lnet/minecraft/class_5932;field_29318:Ljava/lang/String;
official f
Lehh;f:Ljava/lang/String;
-
-
Constructor Details
-
VerticalSurfaceType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/math/VerticalSurfaceType;<init>(Ljava/lang/String;ILnet/minecraft/util/math/Direction;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5932;<init>(Ljava/lang/String;ILnet/minecraft/class_2350;ILjava/lang/String;)V
official <init>
Lehh;<init>(Ljava/lang/String;ILje;ILjava/lang/String;)V
-
-
Method Details
-
values
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
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
-
getDirection
- Mappings:
Namespace Name Mixin selector named getDirection
Lnet/minecraft/util/math/VerticalSurfaceType;getDirection()Lnet/minecraft/util/math/Direction;
intermediary method_34379
Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/class_2350;
official a
Lehh;a()Lje;
-
getOffset
public int getOffset()- Mappings:
Namespace Name Mixin selector named getOffset
Lnet/minecraft/util/math/VerticalSurfaceType;getOffset()I
intermediary method_34380
Lnet/minecraft/class_5932;method_34380()I
official b
Lehh;b()I
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-