Package net.minecraft.util.math
Enum Class BlockPos.IterationState
- All Implemented Interfaces:
Serializable
,Comparable<BlockPos.IterationState>
,Constable
- Enclosing class:
BlockPos
- Mappings:
Namespace Name named net/minecraft/util/math/BlockPos$IterationState
intermediary net/minecraft/class_2338$class_10384
official ji$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockPos.IterationState
Returns the enum constant of this class with the specified name.static BlockPos.IterationState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCEPT
- Mappings:
Namespace Name Mixin selector named ACCEPT
Lnet/minecraft/util/math/BlockPos$IterationState;ACCEPT:Lnet/minecraft/util/math/BlockPos$IterationState;
intermediary field_55165
Lnet/minecraft/class_2338$class_10384;field_55165:Lnet/minecraft/class_2338$class_10384;
official a
Lji$b;a:Lji$b;
-
SKIP
- Mappings:
Namespace Name Mixin selector named SKIP
Lnet/minecraft/util/math/BlockPos$IterationState;SKIP:Lnet/minecraft/util/math/BlockPos$IterationState;
intermediary field_55166
Lnet/minecraft/class_2338$class_10384;field_55166:Lnet/minecraft/class_2338$class_10384;
official b
Lji$b;b:Lji$b;
-
STOP
- Mappings:
Namespace Name Mixin selector named STOP
Lnet/minecraft/util/math/BlockPos$IterationState;STOP:Lnet/minecraft/util/math/BlockPos$IterationState;
intermediary field_55167
Lnet/minecraft/class_2338$class_10384;field_55167:Lnet/minecraft/class_2338$class_10384;
official c
Lji$b;c:Lji$b;
-
-
Constructor Details
-
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
-