Package net.minecraft

Enum Class class_10634.class_10635

java.lang.Object
java.lang.Enum<class_10634.class_10635>
net.minecraft.class_10634.class_10635
All Implemented Interfaces:
Serializable, Comparable<class_10634.class_10635>, Constable
Enclosing interface:
class_10634

public static enum class_10634.class_10635 extends Enum<class_10634.class_10635>
Mappings:
Namespace Name
named net/minecraft/class_10634$class_10635
intermediary net/minecraft/class_10634$class_10635
official dvo$a
  • Enum Constant Details

    • NONE

      public static final class_10634.class_10635 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/class_10634$class_10635;NONE:Lnet/minecraft/class_10634$class_10635;
      intermediary field_55994 Lnet/minecraft/class_10634$class_10635;field_55994:Lnet/minecraft/class_10634$class_10635;
      official a Ldvo$a;a:Ldvo$a;
    • BOX

      public static final class_10634.class_10635 BOX
      Mappings:
      Namespace Name Mixin selector
      named BOX Lnet/minecraft/class_10634$class_10635;BOX:Lnet/minecraft/class_10634$class_10635;
      intermediary field_55995 Lnet/minecraft/class_10634$class_10635;field_55995:Lnet/minecraft/class_10634$class_10635;
      official b Ldvo$a;b:Ldvo$a;
    • BOX_AND_INVISIBLE_BLOCKS

      public static final class_10634.class_10635 BOX_AND_INVISIBLE_BLOCKS
      Mappings:
      Namespace Name Mixin selector
      named BOX_AND_INVISIBLE_BLOCKS Lnet/minecraft/class_10634$class_10635;BOX_AND_INVISIBLE_BLOCKS:Lnet/minecraft/class_10634$class_10635;
      intermediary field_55996 Lnet/minecraft/class_10634$class_10635;field_55996:Lnet/minecraft/class_10634$class_10635;
      official c Ldvo$a;c:Ldvo$a;
  • Constructor Details

    • class_10635

      private class_10635()
  • Method Details

    • values

      public static class_10634.class_10635[] 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

      public static class_10634.class_10635 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