Package net.minecraft

Enum Class class_6854

java.lang.Object
java.lang.Enum<class_6854>
net.minecraft.class_6854
All Implemented Interfaces:
Serializable, Comparable<class_6854>, Constable

@Environment(CLIENT) public enum class_6854 extends Enum<class_6854>
Mappings:
Namespace Name
official dsd
intermediary net/minecraft/class_6854
named net/minecraft/class_6854
  • Enum Constant Details

    • SPHERE

      public static final class_6854 SPHERE
      Mappings:
      Namespace Name Mixin selector
      official a Ldsd;a:Ldsd;
      intermediary field_36350 Lnet/minecraft/class_6854;field_36350:Lnet/minecraft/class_6854;
      named SPHERE Lnet/minecraft/class_6854;SPHERE:Lnet/minecraft/class_6854;
    • CYLINDER

      public static final class_6854 CYLINDER
      Mappings:
      Namespace Name Mixin selector
      official b Ldsd;b:Ldsd;
      intermediary field_36351 Lnet/minecraft/class_6854;field_36351:Lnet/minecraft/class_6854;
      named CYLINDER Lnet/minecraft/class_6854;CYLINDER:Lnet/minecraft/class_6854;
  • Field Details

    • field_36352

      private final int field_36352
      Mappings:
      Namespace Name Mixin selector
      official c Ldsd;c:I
      intermediary field_36352 Lnet/minecraft/class_6854;field_36352:I
      named field_36352 Lnet/minecraft/class_6854;field_36352:I
  • Constructor Details

    • class_6854

      private class_6854(int int2)
  • Method Details

    • values

      public static class_6854[] 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_6854 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
    • method_40036

      public int method_40036()
      Mappings:
      Namespace Name Mixin selector
      official a Ldsd;a()I
      intermediary method_40036 Lnet/minecraft/class_6854;method_40036()I
      named method_40036 Lnet/minecraft/class_6854;method_40036()I