Package net.minecraft

Enum Class class_9851

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

public enum class_9851 extends Enum<class_9851>
Mappings:
Namespace Name
named net/minecraft/class_9851
intermediary net/minecraft/class_9851
official baf
  • Enum Constant Details

    • TRUE

      public static final class_9851 TRUE
      Mappings:
      Namespace Name Mixin selector
      named TRUE Lnet/minecraft/class_9851;TRUE:Lnet/minecraft/class_9851;
      intermediary field_52394 Lnet/minecraft/class_9851;field_52394:Lnet/minecraft/class_9851;
      official a Lbaf;a:Lbaf;
    • FALSE

      public static final class_9851 FALSE
      Mappings:
      Namespace Name Mixin selector
      named FALSE Lnet/minecraft/class_9851;FALSE:Lnet/minecraft/class_9851;
      intermediary field_52395 Lnet/minecraft/class_9851;field_52395:Lnet/minecraft/class_9851;
      official b Lbaf;b:Lbaf;
    • DEFAULT

      public static final class_9851 DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/class_9851;DEFAULT:Lnet/minecraft/class_9851;
      intermediary field_52396 Lnet/minecraft/class_9851;field_52396:Lnet/minecraft/class_9851;
      official c Lbaf;c:Lbaf;
  • Constructor Details

    • class_9851

      private class_9851()
  • Method Details

    • values

      public static class_9851[] 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_9851 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_61348

      public boolean method_61348(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      named method_61348 Lnet/minecraft/class_9851;method_61348(Z)Z
      intermediary method_61348 Lnet/minecraft/class_9851;method_61348(Z)Z
      official a Lbaf;a(Z)Z