Package net.minecraft

Enum Class class_10879

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

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

    • NONE

      public static final class_10879 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/class_10879;NONE:Lnet/minecraft/class_10879;
      intermediary field_57903 Lnet/minecraft/class_10879;field_57903:Lnet/minecraft/class_10879;
      official a Lfkc;a:Lfkc;
    • OR_REVERSE

      public static final class_10879 OR_REVERSE
      Mappings:
      Namespace Name Mixin selector
      named OR_REVERSE Lnet/minecraft/class_10879;OR_REVERSE:Lnet/minecraft/class_10879;
      intermediary field_57904 Lnet/minecraft/class_10879;field_57904:Lnet/minecraft/class_10879;
      official b Lfkc;b:Lfkc;
  • Constructor Details

    • class_10879

      private class_10879()
  • Method Details

    • values

      public static class_10879[] 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_10879 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