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$IterationStateintermediary net/minecraft/class_2338$class_10384official 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.IterationStateReturns 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 ACCEPTLnet/minecraft/util/math/BlockPos$IterationState;ACCEPT:Lnet/minecraft/util/math/BlockPos$IterationState;intermediary field_55165Lnet/minecraft/class_2338$class_10384;field_55165:Lnet/minecraft/class_2338$class_10384;official aLji$b;a:Lji$b;
-
SKIP
- Mappings:
Namespace Name Mixin selector named SKIPLnet/minecraft/util/math/BlockPos$IterationState;SKIP:Lnet/minecraft/util/math/BlockPos$IterationState;intermediary field_55166Lnet/minecraft/class_2338$class_10384;field_55166:Lnet/minecraft/class_2338$class_10384;official bLji$b;b:Lji$b;
-
STOP
- Mappings:
Namespace Name Mixin selector named STOPLnet/minecraft/util/math/BlockPos$IterationState;STOP:Lnet/minecraft/util/math/BlockPos$IterationState;intermediary field_55167Lnet/minecraft/class_2338$class_10384;field_55167:Lnet/minecraft/class_2338$class_10384;official cLji$b;c:Lji$b;
-
-
Constructor Details
-
IterationState
private IterationState()
-
-
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
-