Enum Class BlockPos.IterationState

java.lang.Object
java.lang.Enum<BlockPos.IterationState>
net.minecraft.util.math.BlockPos.IterationState
All Implemented Interfaces:
Serializable, Comparable<BlockPos.IterationState>, Constable
Enclosing class:
BlockPos

public static enum BlockPos.IterationState extends Enum<BlockPos.IterationState>
Mappings:
Namespace Name
named net/minecraft/util/math/BlockPos$IterationState
intermediary net/minecraft/class_2338$class_10384
official ji$b
  • Enum Constant Details Link icon

    • ACCEPT Link icon

      public static final BlockPos.IterationState 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 Link icon

      public static final BlockPos.IterationState 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 Link icon

      public static final BlockPos.IterationState 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 Link icon

    • IterationState Link icon

      private IterationState()
  • Method Details Link icon

    • values Link icon

      public static BlockPos.IterationState[] 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 Link icon

      public static BlockPos.IterationState valueOf(String name)
      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 name
      NullPointerException - if the argument is null